How To Compile Linux Kernel On Ubuntu

This time I will share about how to upgrade our ubuntu kernel. Incidentally, I also recently upgraded my ubuntu 11:10 kernel from 3.0.0 to 3.3.7. Actually there are several ways you can do: With the command sudo "apt-get dist-upgrade" on our terminals , < === this is done...

Linux Is Mean Freedom (Short Linux History)

Linux is a computer operating system based on freedom ( or free / relatively affordable ) and open source software ( source code is open ) . Although there are many versions / linux that was developed at this time , but all Unix and Linux - based kernel , a kernel operating...

How to Upgrade Ubuntu 12.04 Kernel With Debian Package

Ubuntu latest kernel has been released, it's time to upgraded our kernel. First downloaded the latest kernel in kernel.ubuntu.com. What we need is: linux-headers linux-headers-generic linux-image-generic If you are using 32bit system, what you need is: -linux-headers_all.deb -linux-headers-generic_i386.deb -linux-image-generic_i386.deb If...