General
178 notes.
How to Install stable Firefox 3.6(Not the Namoroka One) in your ubuntu
I you are using ubuntu 9.10 karmic/ 10.04 Lucid. just run these commands on your terminal:sudo add-apt-repository ppa:mozillateam/firefox-stable sudo apt-get updatesudo apt-get install firefox-3.6Now…
Pino: Install twitter and Identi.ca Client for ubuntu Linux
Pino is Twitter and Identi.ca client for Linux desktop. It's simple and fast.Install Pino in ubuntu$ sudo add-apt-repository ppa:vala-team/ppa$ sudo add-apt-repository ppa:troorl/pino$ sudo apt-get…
Howto: VPN connection setup on ubuntu 9.10 karmic koala
I took this from http://ubuntuforums.org/showpost.php?p=8261958&postcount=6 There are so many variations on these VPN implementations that it is extremely difficult to generalize a known-good…
Ubuntu 8.04.4 LTS released (the fourth maintenance update)
The Ubuntu team has announced the release of Ubuntu 8.04.4 LTS, the fourth maintenance update to Ubuntu's 8.04 LTS release. This release includes updated server, desktop, and alternate…
Glatx: Try the latest experimental Deb files
My post gtalx: Howto Gtalk in ubuntu ( google talk ) has already show you how to install gtalx on linuxTo install on 32-bit Ubuntu 9.10 you can…
How to Block an ip address using iptables
You can block an user with an ip address from accessing your system using the iptables.For that follow these steps.1. Open up a shell and login as root.2.…
How to Disable splash screen in ubuntu 9.10 Karmic Koala
The splash screen is shown when you boot up ubuntu.You can stop showing the splash screen and instead view details about your boot process.Follow the steps below to…
How to Show the Restore/Maximize, Minimize buttons on Maximized Windows in Ubuntu Remix 9.10 karmic Koala
I recently installed the new Ubuntu Remix 9.10 karmic Koala on my laptop.I found that all windows where automatically maximized when open. I had showed you how to…
How to disable the Auto Maximize feature in Ubuntu Remix 9.10 Karmic Koala
I recently installed the Ubuntu Remix on my netbook. The most annoying feature i found was the 'Maximus'. It maximizes every window you open, even small windows which…
How to uninstall or remove old kernels in Ubuntu
Ubuntu always keeps the old kernel even after installing a new kernel. This is done just in case the new one doesn’t work well for you.Now if you…
What is Inbound and Outbound Network Loadbalancing
Network load balancing is now a key feature that is required for all enterprises, especially financial companies. This capability balances network sessions like web, email, etc over multiple…
How to reinstall and reconfigure all packages automatically in Ubuntu 9.10
If you want to reinstall and reconfigure all packages in your Ubuntu just type the following command in terminal.sudo dpkg-reconfigure -phigh -a