Tag: Ubuntu
Securing Linux Server with IPKungfu
by Huy Tran on Oct.31, 2007, under Linux, Open Source, Security, Tips - Tricks, Ubuntu
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 the website of ipkungfu at http://www.linuxkungfu.org/ for the list of complete features.
Ipkungfu is available a the Ubuntu repositories. To install ubuntu,
# aptitude install ipkungfu
Ipkungfu should now be working.
After installing ipkungfu, type (continue reading…)
Upgrading to Ubuntu 7.10
by Huy Tran on Oct.16, 2007, under Linux, Open Source, Tips - Tricks, Ubuntu
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 rush.
Upgrading to Ubuntu 7.10 now, before the rush
To upgrade to Ubuntu 7.10 now, before the rush, by following these instructions:
1. Open a terminal window (Applications -> Accessories -> Terminal)
2. Run the following command:
update-manager -d (after Oct 18th, remove the -d option)
This will upgrade to the release candidate, which is considered complete and stable. On Oct 18th, apply the updates and you will be running 7.10 final release. (continue reading…)
HOWTO: Playing DVDs in Ubuntu Edgy Eft
by Huy Tran on Oct.05, 2007, under Linux, Tips - Tricks, Ubuntu
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
by Huy Tran on Aug.18, 2007, under Linux, Open Source, Tips - Tricks, 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.
HOWTO: Flash Player 9 for Linux
by Huy Tran on Jul.28, 2007, under Linux, Tips - Tricks, Ubuntu
Download the player in:
http://labs.adobe.com/downloads/flashplayer9.html and download the installer. It comes tarred and gzipped.
Just type tar -xzvf nameofthefile.tar.gz (in your home directory)
where nameofthefile= FP9_plugin_beta_112006
this will create the directory named: flash-player-plugin-9.0.21.78/
Go to /usr/lib/mozilla-firefox/plugins directory and type:
sudo ln -s /home/yourusername/flash-player-plugin-9.0.21.78/libflashplayer.so .
Don’t forget the last dot.
And that’s all!!
Happy surfing with the last Flash Player!!


