Category Archives: Tips – Tricks

Securing Linux Server with IPKungfu

Ipkungfu or linuxkungfu is an iptables firewall script. With ipkungfu, you can easily configure as to which port of the server will be opened for connection, restrict who can access the server plus other security features. You can refer to … Continue reading

Posted in Linux, Open Source, Security, Tips - Tricks, Ubuntu | Tagged , , , , | 1 Comment

Upgrading to Ubuntu 7.10

When Ubuntu’s Gutsy Gibbon (7.10) is released on Thrusday there will be a mad rush to download updates and ISOs from Ubuntu’s servers. This article will explain various ways to upgrade to the latest and greatest by avoiding to download … Continue reading

Posted in Linux, Open Source, Tips - Tricks, Ubuntu | Tagged , , | Leave a comment

HOWTO: Playing DVDs in Ubuntu Edgy Eft

To play most DVDs you’ll need the libdvdread3 package installed. Install it, and then run the following: sudo /usr/share/doc/libdvdread3/install-css.sh In other distros the install-css.sh perhaps is inside the examples directory like this: sudo /usr/share/doc/libdvdread3/examples/install-css.sh

Posted in Linux, Tips - Tricks, Ubuntu | Tagged , , | Leave a comment

How to use rar files on ubuntu

Open a terminal window and type in: sudo apt-get install rar sudo ln -fs /usr/bin/rar /usr/bin/unrar After that you can find Archive Manager in the Gnome menu under Applications -> Accessories.

Posted in Linux, Open Source, Tips - Tricks, Ubuntu | Tagged , , , | Leave a comment

How to install nmap into ubuntu

open a terminal and enter: apt-get install nmap

Posted in Linux, Open Source, Security, Tips - Tricks, Ubuntu | Tagged , , | 2 Comments