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
Tag Archives: Kernel
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 [...]
My LUG Articles
I sent two articles for the LUG-cochin and they are published in the LUG website. Here are the links.
1. Custom Kernel Compilation, the Ubuntu way.
2. Making Custom Ubuntu Live CD’s.
Hope these articles may help you.
var fbShare = {url: 'http://semk.in/2008/08/my-lug-articles/',size:'small'}

Reliance NetConnect on Ubuntu 9.04