Twitter
- VTV was just an average film. I really donno why there is so much fuss about it. 2010/03/05
- Microsoft releases its first Android App http://www.engadget.com/2010/03/04/tag-microsofts-first-android-app-is-it/ 2010/03/04
- Good artists create.... Great artists steal. Xerox would have been the King of Computing if Jobs had not stole the GUI from PARC #facts 2010/03/04
- @ram5sh The link to your blog. Didn't know that you have a blog. Good !! 2010/02/26
-
Recent Posts
- Nokia E-63 on Linux
- Reliance NetConnect on Ubuntu 9.04
- Software Freedom Day 2009
- Twitter on Pidgin
- Chrome OS: The new threat to Redmond
- Google Chrome on Linux
- Jaunty on my new Toshiba Satellite !!!
- Windows 7 and the Linux lesson
- New ICC Ranking: Sachin not in the top 20 !!!
- HP Pavilion DV6000 Notebook and Linux
- Building DVD Images Of Ubuntu Repositories
- Making Photo Slideshow DVD’s under Linux
- Encrypt Emails within Firefox
- Building RPM Kernel Packages
- Ubuntu 8.10 Intrepid Ibex
Archives
Category Archives: Configuration
Twitter on Pidgin
There you go… Now there is a Pidgin plugin available for Twitter updates. For Ubuntu Linux users its very easy to install it. They only need to add Ubuntu PPA repository and install the plugin using apt.
deb http://ppa.launchpad.net/sugree/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/sugree/ppa/ubuntu jaunty main
Import PPA keys using the following command
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com [...]
Building RPM Kernel Packages
Extract and customize the kernel
1. Log in as root, extract the kernel sources:
tar jxf linux-.tar.bz2 -C /usr/src
2. Customize the kernel with make menuconfig, make xconfig, etc… Create two copies of the .config file and save them in /usr/src/linux<version>-:
.config: this copy has to provide the configuration for the single processor kernel
.config_smp: this copy has to provide [...]
Securing your system from Internet threats using OpenDNS
Changing your Deault DNS provided by the ISP to OpenDNS makes the Web experience more secure and more customized. You can block several sites having viruses, spywares, pornography etc. in a simpler way. Also you can make shotcuts for adreesses that are easy to use with. For example, you only need to type mail to [...]

Reliance NetConnect on Ubuntu 9.04