Category Archives: Configuration

Reliance NetConnect on Ubuntu 9.04

Today one of my friend came to me asking for help in connecting to internet with his Reliance Netconnect USB Modem. As I had done this before for BSNL EVDO connections, I knew the steps to follow. But when I tried to load the usbserial module on Ubuntu using modprobe command, I got this sree@jaunty$ sudo [...]
Also posted in Grub, Hardware, Linux, Networking, Scripts, Ubuntu | Tagged , , , , | 4 Comments

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 [...]
Also posted in Applications, Linux, Networking, Tips, Ubuntu | Tagged , | Leave a comment

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 [...]
Also posted in Linux, Tips | Tagged , , | Leave a comment

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 [...]
Also posted in News, OpenDNS | Tagged , | 2 Comments