Showing posts with label kernel. Show all posts
Showing posts with label kernel. Show all posts

Monday, 1 June 2015

How to Upgrade to Linux Kernel 4.1 RC6 on Ubuntu / Linux Mint


How to Upgrade and install to Linux Kernel 4.1 RC6 on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana

Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.

Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.

The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

Read Full Changelog

How to Upgrade to Linux Kernel 4.1 RC6 on Ubuntu / Linux Mint

to update and upgrade Linux Kernel 4.1 RC6 on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, open a new Terminal window and bash (get it?) in the following commands:


For Ubuntu OS 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc6-unstable/linux-headers-4.1.0-040100rc6_4.1.0-040100rc6.201506010235_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc6-unstable/linux-headers-4.1.0-040100rc6-generic_4.1.0-040100rc6.201506010235_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc6-unstable/linux-image-4.1.0-040100rc6-generic_4.1.0-040100rc6.201506010235_i386.deb

For Ubuntu OS 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc6-unstable/linux-headers-4.1.0-040100rc6_4.1.0-040100rc6.201506010235_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc6-unstable/linux-headers-4.1.0-040100rc6-generic_4.1.0-040100rc6.201506010235_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc6-unstable/linux-image-4.1.0-040100rc6-generic_4.1.0-040100rc6.201506010235_amd64.deb

for ARM you can download full in here .

Install, update or Upgrade Linux Kernel 4.1 RC6 :

$  sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot 

WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.
 

Tuesday, 19 May 2015

How to Upgrade to Linux Kernel 4.1 RC4 on Ubuntu / Linux Mint

How to Upgrade to Linux Kernel 4.1 RC4 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) / Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana


Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.

Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.

Read Full Changelog 

What's new in Linux Kernel 4.1 RC4:
  • So here it is, last-minute fix and all. The -rc4 patch is a bit bigger than the previous ones, but that seems to be mainly due to normal random timing - just the fluctuation of when submaintainer trees get pushed, and rc4 has fixes from Greg to various driver trees _and_ the networking fixes from Davem, so the slightly larger size isn't indicative of any sudden problems.
  • But while drivers and networking dominate the changes, there's a random smattering of other changes. Filesystems (btrfs, nfsd) and architecture updates (mainly arm, arm64 and mips) and some other misc changes.
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

How to Upgrade to Linux Kernel 4.1 RC4 on Ubuntu / Linux Mint

to install  & upgrade to Linux Kernel 4.1 RC4 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:

For Ubuntu 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc4-unstable/linux-headers-4.1.0-040100rc4_4.1.0-040100rc4.201505181436_all.deb \http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc4-unstable/linux-headers-4.1.0-040100rc4-generic_4.1.0-040100rc4.201505181436_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc4-unstable/linux-image-4.1.0-040100rc4-generic_4.1.0-040100rc4.201505181436_i386.deb

For Ubuntu 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc4-unstable/linux-headers-4.1.0-040100rc4_4.1.0-040100rc4.201505181436_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc4-unstable/linux-headers-4.1.0-040100rc4-generic_4.1.0-040100rc4.201505181436_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc4-unstable/linux-image-4.1.0-040100rc4-generic_4.1.0-040100rc4.201505181436_amd64.deb

For LowLatency Kernel and ARM you can download full in here.

Install, update or Upgrade Linux Kernel 4.1 RC4 :
$ sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.

Enjoy! I hope this article adding you more clarity.

Sunday, 17 May 2015

How to Upgrade to Linux Kernel 4.0.4 Stable on Ubuntu / Linux Mint

How to Upgrade to Linux Kernel 4.0.3 Stable on Ubuntu / Linux Mint - See more at: http://media-opensource.blogspot.com/2015/05/how-to-upgrade-to-linux-kernel-403.html#sthash.BLrcwLK4.dpuf
install  & upgrade to Linux Kernel 4.0.4 Stable on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana


How to Upgrade to Linux Kernel 4.0.3 Stable on Ubuntu / Linux Mint - See more at: http://media-opensource.blogspot.com/2015/05/how-to-upgrade-to-linux-kernel-403.html#sthash.BLrcwLK4.dpuf
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.

Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.



Read Full Changelog Kernel 4.0.4 Stable

The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

How to Upgrade to Linux Kernel 4.0.4 Stable on Ubuntu / Linux Mint

to install  & upgrade to Linux Kernel 4.0.4 Stable on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:

For Ubuntu 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.4-wily/linux-headers-4.0.4-040004_4.0.4-040004.201505171336_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.4-wily/linux-headers-4.0.4-040004-generic_4.0.4-040004.201505171336_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.4-wily/linux-image-4.0.4-040004-generic_4.0.4-040004.201505171336_i386.deb

For Ubuntu 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.4-wily/linux-headers-4.0.4-040004_4.0.4-040004.201505171336_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.4-wily/linux-headers-4.0.4-040004-generic_4.0.4-040004.201505171336_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.4-wily/linux-image-4.0.4-040004-generic_4.0.4-040004.201505171336_amd64.deb

For LowLatency Kernel and ARM you can download full in here.

Install, update or Upgrade Linux Kernel 4.0.4 Stable :
$ sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.

Enjoy! I hope this article adding you more clarity.

Thursday, 14 May 2015

How to upgrade to Linux Kernel 3.19.8 [EOL] on Ubuntu or Linux Mint

How to upgrade to Linux Kernel 3.19.8 [EOL] on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) or Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana

Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

Features at a glance

Linux comes with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management. Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.

Read Full Changelog

The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations. 

How to upgrade to Linux Kernel 3.19.8 [EOL] on Ubuntu or Linux Mint

to upgrade / install Linux Kernel 3.19.8 [EOL] on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) or Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:

For Ubuntu 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.8-vivid/linux-headers-3.19.8-031908_3.19.8-031908.201505110938_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.8-vivid/linux-headers-3.19.8-031908-generic_3.19.8-031908.201505110938_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.8-vivid/linux-image-3.19.8-031908-generic_3.19.8-031908.201505110938_i386.deb
For Ubuntu 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.8-vivid/linux-headers-3.19.8-031908_3.19.8-031908.201505110938_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.8-vivid/linux-headers-3.19.8-031908-generic_3.19.8-031908.201505110938_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.8-vivid/linux-image-3.19.8-031908-generic_3.19.8-031908.201505110938_amd64.deb

For LowLatency Kernel you can download full in here.

Install, update or Upgrade Linux Kernel 3.19.8 [End Of Life] :
$ sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.

Enjoy! I hope this article adding you more clarity.

Wednesday, 13 May 2015

How to Upgrade to Linux Kernel 4.0.3 Stable on Ubuntu / Linux Mint

Install / Upgrade to Linux Kernel 4.0.3 Stable on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana


Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

Includes powerful features

Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.

Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.

Read Full changelog

The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

How to Upgrade to Linux Kernel 4.0.3 Stable on Ubuntu / Linux Mint :

to Install / Upgrade to Linux Kernel 4.0.3 Stable on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:

For ubuntu 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.3-wily/linux-headers-4.0.3-040003_4.0.3-040003.201505131441_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.3-wily/linux-headers-4.0.3-040003-generic_4.0.3-040003.201505131441_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.3-wily/linux-image-4.0.3-040003-generic_4.0.3-040003.201505131441_i386.deb
For ubuntu 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.3-wily/linux-headers-4.0.3-040003_4.0.3-040003.201505131441_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.3-wily/linux-headers-4.0.3-040003-generic_4.0.3-040003.201505131441_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.3-wily/linux-image-4.0.3-040003-generic_4.0.3-040003.201505131441_amd64.deb

For LowLatency Kernel and ARM you can download full in here.

Install, update or Upgrade Linux Kernel 4.0.3 Stable :
$ sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.

Enjoy! I hope this article adding you more clarity.

How to Upgrade to Linux Kernel 4.1 RC3 on Ubuntu / Linux Mint

How to Install or Upgrade to Linux Kernel 4.1 RC3 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana
Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana - See more at: http://media-opensource.blogspot.com/2015/05/how-to-upgrade-to-linux-kernel-402-on.html#sthash.q2QtXpAe.dpuf
Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana - See more at: http://media-opensource.blogspot.com/2015/05/how-to-upgrade-to-linux-kernel-402-on.html#sthash.q2QtXpAe.dpuf
Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana - See more at: http://media-opensource.blogspot.com/2015/05/how-to-upgrade-to-linux-kernel-402-on.html#sthash.q2QtXpAe.dpuf

Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

Includes powerful features

Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.

Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.

What's new in Linux Kernel 4.1 RC3:
  • As you can tell, it's mostly drivers, with a smattering of arch updates (mostly ARM). And a smattering of misc stuff: perf tooling, documentation, filesystems. The infiniband update is a noticeable chunk of the drivers, we had some delayed stuff there due to maintainership changes.
  • Nothing particularly scary or worrisome going on, although there are little fixes all over. Some of them are regressions from this merge window, and some of them are older. And some of them are so old that I almost thought "if it's been broken since 2011, and you only noticed now, maybe it could have waited for the next merge window". You know who you are (and others will too, if they read the commit messages - your shame is out there).
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.
 

How to Upgrade to Linux Kernel 4.1 RC3 on Ubuntu / Linux Mint :

To Install/Update Linux Kernel 4.1 RC3 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:

For Ubuntu 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc3-unstable/linux-headers-4.1.0-040100rc3_4.1.0-040100rc3.201505102036_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc3-unstable/linux-headers-4.1.0-040100rc3-generic_4.1.0-040100rc3.201505102036_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc3-unstable/linux-image-4.1.0-040100rc3-generic_4.1.0-040100rc3.201505102036_i386.deb

For Ubuntu 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc3-unstable/linux-headers-4.1.0-040100rc3_4.1.0-040100rc3.201505102036_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc3-unstable/linux-headers-4.1.0-040100rc3-generic_4.1.0-040100rc3.201505102036_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc3-unstable/linux-image-4.1.0-040100rc3-generic_4.1.0-040100rc3.201505102036_amd64.deb
For more download kernel Lowlatency and ARM, you can follow on this page.

Install, update or Upgrade Linux Kernel 4.1 RC3 :
$  sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.

Enjoy! I hope this article adding you more clarity.

Friday, 8 May 2015

How to Upgrade to Linux Kernel 4.0.2 on Ubuntu / Linux Mint

Install / Upgrade to Linux Kernel 4.0.2 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana

Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

Includes powerful features

Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.

Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.

For more information on the major Linux Latest Stable Kernel Changes in the upcoming version 4.0.2 Willy please consult this page.

The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

How to Upgrade to Linux Kernel 4.0.2 on Ubuntu / Linux Mint

to Install / Upgrade to Linux Kernel 4.0.2 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:

For Ubuntu 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.2-wily/linux-headers-4.0.2-040002_4.0.2-040002.201505081529_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.2-wily/linux-headers-4.0.2-040002-generic_4.0.2-040002.201505081529_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.2-wily/linux-image-4.0.2-040002-generic_4.0.2-040002.201505081529_i386.deb

For Ubuntu 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.2-wily/linux-headers-4.0.2-040002_4.0.2-040002.201505081529_all.deb \http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.2-wily/linux-headers-4.0.2-040002-generic_4.0.2-040002.201505081529_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.2-wily/linux-image-4.0.2-040002-generic_4.0.2-040002.201505081529_amd64.deb
For LowLatency Kernel and ARM you can download full in here.

Install, update or Upgrade Linux Kernel 4.0.2 Stable :
$  sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.

Enjoy! I hope this article adding you more clarity.

Monday, 4 May 2015

How to Upgrade to Linux Kernel 4.1 RC2 on Ubuntu, Elementary OS and Linux Mint

How to Upgrade to Linux Kernel 4.1 RC2 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Elementary OS 0.3 Freya and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana


Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

Includes powerful features

Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management. Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.

What's new in Linux Kernel 4.1 RC2:
As usual, it's a mixture of driver fixes, arch updates (with s390 really standing out due to that one prng commit), and some filesystem and networking. The attached shortlog gives the details, there's nothing particularly worrisome here. So far 4.1 looks fairly normal.
The source of Linux Kernel 4.1 RC2 is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

How to Upgrade to Linux Kernel 4.1 RC2 on Ubuntu, Elementary OS and Linux Mint :

To Upgrade to Linux Kernel 4.1 RC2 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Elementary OS 0.3 Freya and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:

Download File linux-headers-4.1.0-040100rc2_4.1.0-040100rc2.201505032335_all.deb for support install kernel 4.1 RC2
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc2-vivid/linux-headers-4.1.0-040100rc2_4.1.0-040100rc2.201505032335_all.deb

For Ubuntu 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc2-vivid/linux-headers-4.1.0-040100rc2-generic_4.1.0-040100rc2.201505032335_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc2-vivid/linux-image-4.1.0-040100rc2-generic_4.1.0-040100rc2.201505032335_i386.deb
For Ubuntu 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc2-vivid/linux-headers-4.1.0-040100rc2-generic_4.1.0-040100rc2.201505032335_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc2-vivid/linux-image-4.1.0-040100rc2-generic_4.1.0-040100rc2.201505032335_amd64.deb
For Other Platform you can Download Full in Here.

Install, update or Upgrade Linux Kernel 4.1 RC2 Stable :
$  sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.

Read Latest Ubuntu PPA

Wednesday, 29 April 2015

How to Upgrade to Linux Kernel 4.0.1 Stable on Ubuntu / Linux MintHow to Upgrade to Linux Kernel 4.0.1 Stable on Ubuntu / Linux Mint

Update and upgrade Linux Kernel 4.0.1 Stable on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana


Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

Features at a glance

Linux comes with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management. Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.

Read Changelog in here

How to Upgrade to Linux Kernel 4.0.1 Stable on Ubuntu / Linux Mint

to update and upgrade Linux Kernel 4.0.1 Stable on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, open a new Terminal window and bash (get it?) in the following commands:

For Ubuntu 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001_4.0.1-040001.201504290935_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001-generic_4.0.1-040001.201504290935_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-image-4.0.1-040001-generic_4.0.1-040001.201504290935_i386.deb

For Ubuntu 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001_4.0.1-040001.201504290935_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001-generic_4.0.1-040001.201504290935_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-image-4.0.1-040001-generic_4.0.1-040001.201504290935_amd64.deb

LowLatency Kernel Ubuntu 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001_4.0.1-040001.201504290935_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001-lowlatency_4.0.1-040001.201504290935_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-image-4.0.1-040001-lowlatency_4.0.1-040001.201504290935_i386.deb

LowLatency Kernel Ubuntu 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001_4.0.1-040001.201504290935_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001-lowlatency_4.0.1-040001.201504290935_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-image-4.0.1-040001-lowlatency_4.0.1-040001.201504290935_amd64.deb

for ARM you can download full in here .

Install, update or Upgrade Linux Kernel 4.0.1 Stable :
$  sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot 
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive. 

How to Upgrade Linux Kernel 3.19.6 Stable on Ubuntu, Elementary OS, Linux Deepin or Linux Mint

Upgrade Kernel 3.19.6 stable ubuntu 15.04 vivid vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr / Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana / install Kernel 3.19.6 stable linux mint / Upgrade Kernel 3.19.6 stable Elementary OS / Upgrade Kernel 3.19.6 stable Deepin 2014



Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

Features at a glance

Linux comes with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management. Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.

Read Changelog Kernel 3.19.6 Stable 

Upgrade to Linux Kernel 3.19.6 Stable on Ubuntu, Elementary OS, Linux Deepin or Linux Mint :

to install and upgrade Linux Kernel 3.19.6 Stable on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:

For Ubuntu 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.6-vivid/linux-headers-3.19.6-031906_3.19.6-031906.201504290535_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.6-vivid/linux-headers-3.19.6-031906-generic_3.19.6-031906.201504290535_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.6-vivid/linux-image-3.19.6-031906-generic_3.19.6-031906.201504290535_i386.deb

For Ubuntu 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.6-vivid/linux-headers-3.19.6-031906_3.19.6-031906.201504290535_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.6-vivid/linux-headers-3.19.6-031906-generic_3.19.6-031906.201504290535_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.6-vivid/linux-image-3.19.6-031906-generic_3.19.6-031906.201504290535_amd64.deb

LowLatency Kernel Ubuntu 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.6-vivid/linux-headers-3.19.6-031906_3.19.6-031906.201504290535_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.6-vivid/linux-headers-3.19.6-031906-lowlatency_3.19.6-031906.201504290535_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.6-vivid/linux-image-3.19.6-031906-lowlatency_3.19.6-031906.201504290535_i386.deb

LowLatency Kernel Ubuntu 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.6-vivid/linux-headers-3.19.6-031906_3.19.6-031906.201504290535_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.6-vivid/linux-headers-3.19.6-031906-lowlatency_3.19.6-031906.201504290535_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.6-vivid/linux-image-3.19.6-031906-lowlatency_3.19.6-031906.201504290535_amd64.deb
Follow this page for more download kernel Linux Kernel 3.19.6 Stable

Install, update or Upgrade Linux Kernel 3.19.6 Stable :
$  sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations. 

WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive 

Enjoy! I hope this article adding you more clarity

Tuesday, 28 April 2015

How to Install/Upgrade Linux Kernel 4.1 RC1 on Ubuntu, Elementary OS, Linux Deepin or Linux Mint

Linux Kernel 4.1 RC1 ubuntu Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr / Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana / Elementary OS 0.3 Freya / Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2



Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.


Includes powerful features

Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.

Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.

What's new in Linux Kernel 4.1 RC1:


The bulk of the changes are to drivers (just under 60% of the patch), with arch updates being about 20% of it all, and

Read Latest Ubuntu PPA

Upgrade to Linux Kernel 4.1 RC1 on Ubuntu, Elementary OS, Linux Deepin or Linux Mint

to install and upgrade Linux Kernel 4.1 RC1 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:


For Linux Ubuntu 32 bit :
$wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc1-vivid/linux-headers-4.1.0-040100rc1_4.1.0-040100rc1.201504270235_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc1-vivid/linux-headers-4.1.0-040100rc1-generic_4.1.0-040100rc1.201504270235_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc1-vivid/linux-image-4.1.0-040100rc1-generic_4.1.0-040100rc1.201504270235_i386.deb

For Linux Ubuntu 64 bit :
$wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc1-vivid/linux-headers-4.1.0-040100rc1_4.1.0-040100rc1.201504270235_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc1-vivid/linux-headers-4.1.0-040100rc1-generic_4.1.0-040100rc1.201504270235_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc1-vivid/linux-image-4.1.0-040100rc1-generic_4.1.0-040100rc1.201504270235_amd64.deb
For Linux Ubuntu Lowlatency 32 bit :
$wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc1-vivid/linux-headers-4.1.0-040100rc1_4.1.0-040100rc1.201504270235_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc1-vivid/linux-headers-4.1.0-040100rc1-lowlatency_4.1.0-040100rc1.201504270235_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc1-vivid/linux-image-4.1.0-040100rc1-lowlatency_4.1.0-040100rc1.201504270235_i386.deb

For Linux Ubuntu Lowlatency 64 bit :
$wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc1-vivid/linux-headers-4.1.0-040100rc1_4.1.0-040100rc1.201504270235_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc1-vivid/linux-headers-4.1.0-040100rc1-lowlatency_4.1.0-040100rc1.201504270235_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc1-vivid/linux-image-4.1.0-040100rc1-lowlatency_4.1.0-040100rc1.201504270235_amd64.deb
Follow this page for more download kernel 4.1 RC1

Install, update or Upgrade Linux Kernel 3.19.5 Stable :
$  sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot

The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive

Enjoy! I hope this article adding you more clarity.
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.  - See more at: http://media-opensource.blogspot.com/2015/04/how-to-upgrade-linux-kernel-3195-stable.html#sthash.seL0X3Cb.dpuf

Friday, 24 April 2015

How to upgrade linux kernel 3.19.5 stable on Ubuntu and Linux Mint

Upgrade Kernel 3.19.5 Stable / ubuntu 14.10 Utopic Unicorn / Ubuntu 14.04 Trusty Tahr (LTS) / Linux Mint 17.1 Rebecca / Linux Mint 17 Qiana



Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.
Features at a glance

Linux comes with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management. Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.

Changelog Linux Kernel 3.19.5 Stable 

How to Upgrade to Linux Kernel 3.19.5 Stable on Ubuntu / Linux Mint

to update and upgrade Linux Kernel 3.19.5 Stable on Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:

For Ubuntu 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.5-vivid/linux-headers-3.19.5-031905_3.19.5-031905.201504211114_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.5-vivid/linux-headers-3.19.5-031905-generic_3.19.5-031905.201504211114_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.5-vivid/linux-image-3.19.5-031905-generic_3.19.5-031905.201504211114_i386.deb

For Ubuntu 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.5-vivid/linux-headers-3.19.5-031905_3.19.5-031905.201504211114_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.5-vivid/linux-headers-3.19.5-031905-generic_3.19.5-031905.201504211114_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.5-vivid/linux-image-3.19.5-031905-generic_3.19.5-031905.201504211114_amd64.deb

More Download

Install, update or Upgrade Linux Kernel 3.19.5 Stable :
$  sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot 
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive. 

Monday, 13 April 2015

How to Upgrade to Linux Kernel 3.19.4 Stable on Ubuntu / Linux Mint

Upgrade Kernel 3.19.4 Stable / ubuntu 14.10 Utopic Unicorn / Ubuntu 14.04 Trusty Tahr (LTS) / Linux Mint 17.1 Rebecca / Linux Mint 17 Qiana



Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

Read Latest PPA Ubuntu

Includes powerful features

Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.

Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.

Changelog Linux Kernel 3.19.4 Stable

How to Upgrade to Linux Kernel 3.19.4 Stable on Ubuntu / Linux Mint

to update and upgrade Linux Kernel 3.19.4 Stable on Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:

For Ubuntu System 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.4-vivid/linux-headers-3.19.4-031904_3.19.4-031904.201504131440_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.4-vivid/linux-headers-3.19.4-031904-generic_3.19.4-031904.201504131440_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.4-vivid/linux-image-3.19.4-031904-generic_3.19.4-031904.201504131440_i386.deb


For Ubuntu System 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.4-vivid/linux-headers-3.19.4-031904_3.19.4-031904.201504131440_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.4-vivid/linux-headers-3.19.4-031904-generic_3.19.4-031904.201504131440_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.4-vivid/linux-image-3.19.4-031904-generic_3.19.4-031904.201504131440_amd64.deb


LowLatency Kernel 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.4-vivid/linux-headers-3.19.4-031904_3.19.4-031904.201504131440_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.4-vivid/linux-headers-3.19.4-031904-lowlatency_3.19.4-031904.201504131440_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.4-vivid/linux-image-3.19.4-031904-lowlatency_3.19.4-031904.201504131440_i386.deb


LowLatency Kernel 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.4-vivid/linux-headers-3.19.4-031904_3.19.4-031904.201504131440_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.4-vivid/linux-headers-3.19.4-031904-lowlatency_3.19.4-031904.201504131440_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.4-vivid/linux-image-3.19.4-031904-lowlatency_3.19.4-031904.201504131440_amd64.deb
More Download

Install, update or Upgrade Linux Kernel 3.19.4 Stable :
$  sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot 
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.

Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines. - See more at: http://media-opensource.blogspot.com/2015/04/how-to-upgrade-to-linux-kernel-40.html#sthash.cXfe1lAQ.dpuf
How to Upgrade to Linux Kernel 4.0 Stable on Ubuntu / Linux Mint - See more at: http://media-opensource.blogspot.com/2015/04/how-to-upgrade-to-linux-kernel-40.html#sthash.cXfe1lAQ.dpuf

How to Upgrade to Linux Kernel 4.0 Stable on Ubuntu / Linux Mint

Upgrade Linux Kernel 4.0 Stable / Kernel 4.0 ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) / Kernel 4.0 Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana

Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

Read Latest PPA Ubuntu

Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.

Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.

How to Upgrade to Linux Kernel 4.0 Stable on Ubuntu / Linux Mint

to update and upgrade Linux Kernel 4.0 Stable on ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, open a new Terminal window and bash (get it?) in the following commands:

For Ubuntu System 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-vivid/linux-headers-4.0.0-040000_4.0.0-040000.201504121935_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-vivid/linux-headers-4.0.0-040000-generic_4.0.0-040000.201504121935_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-vivid/linux-image-4.0.0-040000-generic_4.0.0-040000.201504121935_i386.deb

For Ubuntu System 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-vivid/linux-headers-4.0.0-040000_4.0.0-040000.201504121935_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-vivid/linux-headers-4.0.0-040000-generic_4.0.0-040000.201504121935_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-vivid/linux-image-4.0.0-040000-generic_4.0.0-040000.201504121935_amd64.deb

LowLatency Kernel 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-vivid/linux-headers-4.0.0-040000_4.0.0-040000.201504121935_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-vivid/linux-headers-4.0.0-040000-lowlatency_4.0.0-040000.201504121935_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-vivid/linux-image-4.0.0-040000-lowlatency_4.0.0-040000.201504121935_i386.deb

LowLatency Kernel 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-vivid/linux-headers-4.0.0-040000_4.0.0-040000.201504121935_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-vivid/linux-headers-4.0.0-040000-lowlatency_4.0.0-040000.201504121935_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-vivid/linux-image-4.0.0-040000-lowlatency_4.0.0-040000.201504121935_amd64.deb
for ARM you can download full in here .

Install, update or Upgrade Linux Kernel 4.0 Stable :
$  sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot  
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive. -

Tuesday, 7 April 2015

How to Upgrade to Linux Kernel 4.0 RC7 on Ubuntu / Linux Mint

Tag : Linux Kernel 4.0 RC7 upgrade / update Linux Kernel 4.0 RC7 ubuntu 14.04 Trusty Tahr (LTS) / Install Linux Kernel 4.0 RC7 14.10 Utopic Unicorn / Ubuntu 15.04 vivid Vervet / Linux Mint 17.1 Rebecca / Linux Mint 17 Qiana


Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

What's new in Linux Kernel 4.0 RC7:
  • It's about three quarters driver updates (the bulk of it being network drivers, but there's stuff all over: gpu, iio, input, usb...). The rest is some small x86 fixes, some networking, a lazytime fix and documentation.
Includes powerful features

Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.

Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.

How to Upgrade to Linux Kernel 4.0 RC7 on Ubuntu / Linux Mint

To Install/Update Linux Kernel 4.0 RC7 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:

For Linux System 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc7-vivid/linux-headers-4.0.0-040000rc7_4.0.0-040000rc7.201504061936_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc7-vivid/linux-headers-4.0.0-040000rc7-generic_4.0.0-040000rc7.201504061936_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc7-vivid/linux-image-4.0.0-040000rc7-generic_4.0.0-040000rc7.201504061936_i386.deb

For Linux System 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc7-vivid/linux-headers-4.0.0-040000rc7_4.0.0-040000rc7.201504061936_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc7-vivid/linux-headers-4.0.0-040000rc7-generic_4.0.0-040000rc7.201504061936_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc7-vivid/linux-image-4.0.0-040000rc7-generic_4.0.0-040000rc7.201504061936_amd64.deb

LowLatency Kernel 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc7-vivid/linux-headers-4.0.0-040000rc7_4.0.0-040000rc7.201504061936_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc7-vivid/linux-headers-4.0.0-040000rc7-lowlatency_4.0.0-040000rc7.201504061936_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc7-vivid/linux-image-4.0.0-040000rc7-lowlatency_4.0.0-040000rc7.201504061936_i386.deb

LowLatency Kernel 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc7-vivid/linux-headers-4.0.0-040000rc7_4.0.0-040000rc7.201504061936_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc7-vivid/linux-headers-4.0.0-040000rc7-lowlatency_4.0.0-040000rc7.201504061936_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc7-vivid/linux-image-4.0.0-040000rc7-lowlatency_4.0.0-040000rc7.201504061936_amd64.deb
for ARM you can download full in here .

Install, update or Upgrade Linux Kernel 4.0 RC7 :
$  sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot 
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.


Sunday, 5 April 2015

Upgrade to Linux Kernel 3.18.11 LTS on Ubuntu and Linux Mint

Linux Kernel 3.18.10 LTS (Long Term Support) is released, How to Upgrade on Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya



Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

Features at a glance

Linux comes with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management. Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.


The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

Install Linux Kernel 3.8.11 LTS on Ubuntu / Linux Mint :

To Install/Update Linux Kernel 3.18.11 LTS on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:

For Linux Ubuntu 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.11-vivid/linux-headers-3.18.11-031811_3.18.11-031811.201504041535_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.11-vivid/linux-headers-3.18.11-031811-generic_3.18.11-031811.201504041535_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.11-vivid/linux-image-3.18.11-031811-generic_3.18.11-031811.201504041535_i386.deb

For Linux Ubuntu 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.11-vivid/linux-headers-3.18.11-031811_3.18.11-031811.201504041535_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.11-vivid/linux-headers-3.18.11-031811-generic_3.18.11-031811.201504041535_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.11-vivid/linux-image-3.18.11-031811-generic_3.18.11-031811.201504041535_amd64.deb

LowLatency Kernel 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.11-vivid/linux-headers-3.18.11-031811_3.18.11-031811.201504041535_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.11-vivid/linux-headers-3.18.11-031811-lowlatency_3.18.11-031811.201504041535_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.11-vivid/linux-image-3.18.11-031811-lowlatency_3.18.11-031811.201504041535_i386.deb
LowLatency Kernel 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.11-vivid/linux-headers-3.18.11-031811_3.18.11-031811.201504041535_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.11-vivid/linux-headers-3.18.11-031811-lowlatency_3.18.11-031811.201504041535_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.11-vivid/linux-image-3.18.11-031811-lowlatency_3.18.11-031811.201504041535_amd64.deb
Click for Full Download

Install, update or Upgrade Linux Kernel 3.18.11 LTS (Long Term Support) :
sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
sudo update-grub
sudo reboot
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive. - See more at: http://media-opensource.blogspot.com/2015/03/how-to-upgrade-to-linux-kernel-31810.html#sthash.zUZW4paw.dpuf

Enjoy! I hope this article adding you more clarity.

Tuesday, 31 March 2015

[How To] Upgrade to Linux Kernel 4.0 RC6 on Ubuntu and Linux Mint


Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.



Includes powerful features

Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.

Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.


What's new in Linux Kernel 4.0 RC6:

  • Things are calming down nicelly, and there are fixes all over. The NUMA balancing performance regression is fixed, and things are looking up again in general. There were a number of i915 issues and a KVM double-fault thing that meant that for a while there I was pretty sure that this would be a release that will go to rc8, but that may be
  • unnecessary. Apart from the aforementioned issues, the bulk of this is mostly small misc driver fixes and architecture updates. The shortlog gives more of a flavor of what's been going on.

Upgrade to Linux Kernel 4.0 RC6 on Ubuntu and Linux Mint :

to install, update or upgrade Linux Kernel 4.0 RC6 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17 Qiana, open a new Terminal window and bash (get it?) in the following commands:

For Ubuntu 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc6-vivid/linux-headers-4.0.0-040000rc6_4.0.0-040000rc6.201503291935_all.deb \  http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc6-vivid/linux-headers-4.0.0-040000rc6-generic_4.0.0-040000rc6.201503291935_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc6-vivid/linux-image-4.0.0-040000rc6-generic_4.0.0-040000rc6.201503291935_i386.deb
For Ubuntu 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc6-vivid/linux-headers-4.0.0-040000rc6_4.0.0-040000rc6.201503291935_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc6-vivid/linux-headers-4.0.0-040000rc6-generic_4.0.0-040000rc6.201503291935_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc6-vivid/linux-image-4.0.0-040000rc6-generic_4.0.0-040000rc6.201503291935_amd64.deb
More Download Linux Kernel 4.0 RC6

Install, update or Upgrade Linux Kernel 4.0 RC6 :
$ sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.

The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

Thursday, 26 March 2015

How to Upgrade Linux Kernel 3.19.3 Stable on Ubuntu and Linux Mint

Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances. - See more at: http://media-opensource.blogspot.com/2015/03/how-to-upgrade-to-linux-kernel-31810.html#sthash.oAU7wy80.dpuf
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances. - See more at: http://media-opensource.blogspot.com/2015/03/how-to-upgrade-to-linux-kernel-31810.html#sthash.oAU7wy80.dpuf

Linux Kernel 3.19.3 Stable is released, How to Install, Update and Upgrade on ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca
 
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.

Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.

Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.

Read Full Changelog Linux Kernel 3.19.3 Stable :

How to Install, Update and Upgrade Linux Kernel 3.19.3 Stable on ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca  :

to install, update and upgrade Linux Kernel 3.19.3 Stable on ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, open a new Terminal window and bash (get it?) in the following commands:

For Ubuntu 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-headers-3.19.3-031903_3.19.3-031903.201503261036_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-headers-3.19.3-031903-generic_3.19.3-031903.201503261036_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-image-3.19.3-031903-generic_3.19.3-031903.201503261036_i386.deb

For Ubuntu 64 bit : 
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-headers-3.19.3-031903_3.19.3-031903.201503261036_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-headers-3.19.3-031903-generic_3.19.3-031903.201503261036_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-image-3.19.3-031903-generic_3.19.3-031903.201503261036_amd64.deb
For Ubuntu 32 bit (LowLatency Kernel) :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-headers-3.19.3-031903_3.19.3-031903.201503261036_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-headers-3.19.3-031903-lowlatency_3.19.3-031903.201503261036_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-image-3.19.3-031903-lowlatency_3.19.3-031903.201503261036_i386.deb

For Ubuntu 64 bit (LowLatency Kernel) :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-headers-3.19.3-031903_3.19.3-031903.201503261036_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-headers-3.19.3-031903-lowlatency_3.19.3-031903.201503261036_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-image-3.19.3-031903-lowlatency_3.19.3-031903.201503261036_amd64.deb
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

Install, update or Upgrade Linux Kernel 3.19.3 Stable :
$ sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.

Follow this page for installation Long term support Kernel on your Ubuntu System.