My dream space


A calm balcony with 1-seater sofa with leg rest.The balcony is facing towards the garden and garden is full of flowering plants and seasonal fruits. A beautiful glass side table with a marshmallow stone white ceramic vase with fresh flowers from garden in it, kept near to the sofa. And my coffee cup sits next to theContinue reading “My dream space”

[Linux]How to compile a new kernel (2.6)


Download new kernel source code Go to the directory Do a make menuconfig if you want to build a customized  kernel by enabling/disabling the modules you need make make modules make modules_install (should be root user) make install After completing this command execution, menu.lst is getting updated . Then reboot the system  The system will bootContinue reading “[Linux]How to compile a new kernel (2.6)”