Categories
Tags
add areca backup command computer cpu CVS server delete dvds firewall flash flash player Gutsy Gibbon howto install IP iptables java k3b Linux memory monitor mp3 network nmap player programs rar reboot Security server service shell shutdown ssh sudo switch telnet terminal tips traceroute tricks Ubuntu upgrading userMeta
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
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 Gutsy Gibbon, Ubuntu, upgrading
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
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 rar, tips, tricks, Ubuntu
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 install, nmap, Ubuntu
2 Comments