Archive for the 'distros' Category Page 3 of 5



Create .deb or .rpm from .tar.gz with checkinstall

tar logoCheckinstall is extremely useful utility to create .deb packages for Debian, Ubuntu (or .rpm packages for Fedora, RedHat, CentOs) from .tar.gz (or .tgz) source tarball after it’s compiled at your Linux box. In other words you can prepare binary package for later usage without need to compile software from sources every time you need to get it installed on certain Linux box.

Another application of checkinstall is software deinstallation that was compiled and installed from sources. As you might already noticed, not every programmer adds “uninstall” rule to Makefile and thus command “make uninstall” would fail. The nice solution is to use checkinstall to prepare binary package from sources and then install or uninstall it with dpkg command (or rpm in RedHat based distributions).

Here is the short algorithm on how to prepare .deb package from clamav source tarball:

1. Install checkinstall:
sudo aptitude -y install checkinstall (Ubuntu, Debian and related distributions)
or
sudo yum install -y checkinstall
(for rpm based distributions, please note that checkinstall usually isn’t included to standard Fedora/RedHat repositories, so you will need to link up third party repo like DAG)
or
compile checkinstall from sources

2. Get clamav sources:
wget http://mesh.dl.sourceforge.net/sourceforge/clamav/clamav-0.81.tar.gz (as an example)

3. Install libraries that might be necessary for clamav compilation:
sudo aptitude install libgmp3 libgmp3-dev
(this command is applicable for Debian and certainly will be different for Fedora or RedHat)

4. Compile clamav:
tar xvfz clamav-0.81.tar.gz
cd clamav-0.81/
./configure --sysconfdir=/etc
make

5. Run checkinstall and follow its intuitive instructions (enter package description etc.):
sudo checkinstall -D make install

6. When finished you’ll get clamav-0.81_0.81-1_i386.deb (or rpm package if you use Fedora/RedHat/CentOs) you may want to install with sudo dpkg -i clamav-0.81_0.81-1_i386.deb (or sudo rpm -i ...) or move to another PC for later installation.

Why did Ubuntu become so popular? UbuntuCat’s point of view.

Were you wondering why Ubuntu is Linux distribution #1 for new users (and not new) and how could it become so popular leaving behind such old-times like Mandriva, Linspire, Fedora and even Ubuntu’s ancestor Debian? I was. And as for me, I think that people stick to community rather than to technology… Do you agree? :)

Here is the nice article to read in which UbuntuCat (one of the most active writers at ubuntuforums.org) tries to find out how did Ubuntu end up so popular…

I think this goes along with the forums being less intimidating, but associating the Ubuntu “Humanity Towards Others” philosophy with the distro seemed to give it a purpose and a flavor beyond mere technology. Read more >>

Slackware + NetBSD = VoltaLinux

VoltaLinux is a GNU/Linux distribution based on Slackware and includes pkgsrc package system from NetBSD. Recently this project released 2.0 version of their distro where any system administrator can enjoy the clean design of Slackware and power of *BSD with the availability of more than 5900 ports ready to be installed. Basically VoltaLinux is intended for servers or small/embedded devices as it requires only 12MB of RAM (it was tested).

I found the idea to cross the power of above mentioned systems quite interesting. You can download VoltaLinux 2.0 ISO from here, installation instructions are the same as for Slackware.

linux logo + bsd daemon –>> voltalinux logo

PCLinuxOS Magazine Latest Issue (Nov 2007)

PCLinuxOS that was founded in October 2003 is free, easy-to-use Linux-based operating system for the home. It is distributed as a LiveCD, and can also be installed to a local hard drive. Locally installed versions of pclinuxos 2007PCLinuxOS utilize the Advanced Packaging Tool (or APT), a package management system (originally from the Debian distribution), together with Synaptic, a GUI frontend to APT.

PCLinuxOS differs from the other distros in that it doesn’t have a Debian base. PCLinuxOS gets its genes from Mandrake.

PCLinuxOS has a nice feature that allows the users to take a snapshot of their current hard drive installation (user settings, applications, documents etc.) and compress it into an ISO CD/DVD image allowing them to backup their data easily as well as create custom live CD/DVD.

pclinuxos magazine logo 2007PCLinuxOS Magazine, November 2007 (Issue 15) is available to download as pdf and html versions.

Some highlights include:

  1. Linux Command Line Tutorial
  2. KDE User Guide, Part 10
  3. The Hardware Database Needs You
  4. Linux Directory Structure
  5. Syncing The Repos
  6. And more…

Download pdf or read it here in html.

Fedora 8 (werewolf) is ready!

Fedora 8 (werewolf) is ready!Fedora (previously named Fedora Core) is an RPM-based, general purpose Linux distribution, developed by the community-supported Fedora Project and sponsored by Red Hat. Fedora’s mission statement is: “Fedora is about the rapid progress of Free and Open Source software”.

Today latest release of Fedora 8 that is called Werewolf is announced.

Direct Download Links:

1. DVD images: i386, x86_64 (torrents), i386, x86_64 (via HTTP).
2. Gnome CD images: i386, x86_64 (torrents), i386, x86_64 (via HTTP).
3. KDE CD images: i386, x86_64 (torrents), i386, x86_64 (HTTP).

What’s new there? Here is the list…

Continue reading…




Pages: Prev 1 2 3 4 5 Next
Friendly Sites:Who is behind Linux Screw?
GeekyBits³ | Bash Cures Cancer | OMG! Ubuntu!
My SysAd Blog | Web Upd8
ZEPY | Linux config Wiki | Planet Sysadmin
a non-geek's linux notes | Linux Today
TuxArena: The arena of Tux | LinuxAlt.Com
My name is Artem N. (artiomix AT gmail DOT com) and I'm Linux/Unix, Cisco systems engineer. The main idea of Linux Screw is to share relevant knowledge, skills and observations over The Web. Here you can find a lot of information related to different Linux distributions, FreeBSD, IOS as well as a other Open Source around staff. Read more ››