Showing posts with label how to. Show all posts
Showing posts with label how to. Show all posts

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.

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.

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 KDE Plasma 5.3 on (K)Ubuntu 15.04 Vivid Vervet

How to Install KDE Plasma 5.3 on (K)Ubuntu 15.04 Vivid Vervet via PPA



KDE Plasma (formerly K Desktop Environment and KDE Software Compilation and KDE Plasma Workspace and Applications) is an open source project comprised of numerous packages, libraries and applications designed to provide a modern graphical desktop environment for Linux and UNIX-like workstations.

A beautiful, modern and traditional desktop environment

It combines ease-of-use, superior graphical design and powerful functionality with the unique features and architecture of the Linux operating system. It’s comprised of the KDE Plasma Workspaces and KDE Applications components.

Additionally, it contains extra add-on for the panel and desktop, a download manager, an instant messenger, an addressbook, a document viewer, a multimedia layer called Phonon (similar to GStreamer on GNOME), and accessibility functionality, such as a powerful text-to-speech system.

What's new in KDE Plasma 5.3:
  • Battery applet now informs what is blocking power saving
  • Energy Usage monitor
  • New energy usage monitor
  • Enhanced Power Management
  • Power management settings can be configured
  • differently for certain activities
  • Laptop will not suspend when closing the lid while an external monitor is
  • connected ('cinema mode', by default, can be turned off)
  • Power management inhibitions block lock screen too
  • Screen brightness changes are now animated on most hardware
  • No longer suspends when closing the lid while shutting down
  • Support for keyboard button brightness controls on lock screen
  • KInfoCenter provides statistics about energy consumption
  • Battery monitor now shows which applications are currently holding a power management
  • inhibition for example ('Chrome is currently suppressing PM: Playing video')
  • The new Bluedevil Applet
  • Better Bluetooth Capabilities
  • New Bluetooth applet
  • Bluedevil was ported to a new library from KDE, BluezQt
  • Added support for blocking and unblocking Bluetooth
  • Connected devices with Browse Files (ObexFTP) support are now displayed in the file dialog's Places panel
  • A touchpad configuration module has been added
  • Application Menu can access contacts
  • Application Menu can show recent documents
  • Improved Plasma Widgets
  • Clipboard applet gains support for showing barcodes
  • The Desktop and Folder View containment codebases were
  • unified, and have seen performance improvements
  • The Recent Documents and Recent Applications sections in
  • Application Menu (Kicker) are now powered by KDE activities
  • Comics widget returns
  • System monitor plasmoids return, such as CPU Load Monitor and Hard Disk usage
  • Plasma Media Center is added as a tech preview in this release. It is fully stable but misses a few features compared to version 1. You can log directly into a Plasma Media Center session if you want to use it on a media device such as a television or projector or you can run it from Plasma Desktop. It will scan for videos, music and pictures on your computer to let you browse and play them.
  • Plasma is now able to start a nested XWayland server
 

    How to Install KDE Plasma 5.3 on (K)Ubuntu 15.04 Vivid Vervet

    Adding the Kubuntu Backports PPA repository and Install KDE Plasma 5.3

    To add the Kubuntu Backports PPA repository, open the Unity Dash and search for Terminal. Open the Terminal app, and then copy and paste the following command in the console window:
    sudo add-apt-repository ppa:kubuntu-ppa/backports
    sudo apt-get update && sudo apt-get dist-upgrade
    sudo apt-get install kubuntu-desktop

    Uninstalling KDE Plasma 5.3 from (K)Ubuntu 15.04 Vivid Vervet

    If for some reason you don't want to have the KDE Plasma 5.3 desktop environment installed on your Ubuntu 15.04 machine, you can uninstall it by running the following commands in a Terminal window, one by one, hitting Enter after each one.
    sudo apt-get install ppa-purge
    sudo ppa-purge ppa:kubuntu-ppa/backports
    sudo apt-get purge kubuntu-desktop sddm
    sudo apt-get autoremove
    Enjoy! I hope this article adding you more clarity.

    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. 

    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.

    Thursday, 19 March 2015

    Install - Upgrade Kernel 3.19.2 Stable on Ubuntu and Linux Mint


    Latest Stable Kernel 3.19.2 is released, Available for 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 3.19.2 please consult this page.

    Install - Upgrade Kernel 3.19.2 Stable on Ubuntu and Linux Mint

    to install Kernel 3.19.2 Stable on 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/v3.19.2-vivid/linux-headers-3.19.2-031902_3.19.2-031902.201503181436_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.2-vivid/linux-headers-3.19.2-031902-generic_3.19.2-031902.201503181436_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.2-vivid/linux-image-3.19.2-031902-generic_3.19.2-031902.201503181436_i386.deb
    For Linux System 64 bit :
    wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.2-vivid/linux-headers-3.19.2-031902_3.19.2-031902.201503181436_all.deb \http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.2-vivid/linux-headers-3.19.2-031902-generic_3.19.2-031902.201503181436_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.2-vivid/linux-image-3.19.2-031902-generic_3.19.2-031902.201503181436_amd64.deb
    Install Linux Kernel 3.19.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

    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.
    read too : How to Upgrade/Install Kernel 4.0 RC4 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS)and Linux Mint
    How to Upgrade/Install Kernel 4.0 RC4 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS)and Linux Mint - See more at: http://media-opensource.blogspot.com/2015/03/how-to-upgradeinstall-kernel-40-rc4-on.html#sthash.cxuobizn.dpuf

    Wednesday, 18 March 2015

    How to Upgrade/Install Kernel 4.0 RC4 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS)and Linux Mint


    Linux Kernel 4.0 RC4 is out, you can Upgrade/Install on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS)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 RC4:
    • Nothing particularly strange going on this week either, with perhaps just a slightly larger-than-expected ARM SoC update. So "just" half of the patch is driver updates, with about half of the rest being ARM changes.
    • The rest is the usual random mix of fixes - some other architectures (s390, nios2), some networking, core kernel and vm, some documentation updates. Nothing particularly stands out here. Shortlog appended, I think we're doing fine for where in the release cycle we are.

    How to Upgrade/Install Kernel 4.0 RC4 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS)and Linux Mint :


    to install kernel 4.0 rc4 on linux mint 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-rc4-vivid/linux-headers-4.0.0-040000rc4_4.0.0-040000rc4.201503152135_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc4-vivid/linux-headers-4.0.0-040000rc4-generic_4.0.0-040000rc4.201503152135_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc4-vivid/linux-image-4.0.0-040000rc4-generic_4.0.0-040000rc4.201503152135_i386.deb

    for linux system 64 bit :
    wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc4-vivid/linux-headers-4.0.0-040000rc4_4.0.0-040000rc4.201503152135_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc4-vivid/linux-headers-4.0.0-040000rc4-generic_4.0.0-040000rc4.201503152135_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc4-vivid/linux-image-4.0.0-040000rc4-generic_4.0.0-040000rc4.201503152135_amd64.deb

    For download more Linux Kernel 4.0 rc4 (ARM, LowLatency Kernel, Generic Pae) you follow this page.

    Install Linux Kernel 4.0 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

    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.


    Saturday, 28 February 2015

    Linux Kernel 3.18.8 Stable Released, Install on ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana


    Linux Kernel 3.18.8 Stable is Released, you can Install, Update and Upgrade on 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.


    For more information on the major Linux Latest Stable Kernel Changes in the upcoming version 3.18.8 Vivid please consult this page.
    For more information on the major Linux Latest Stable Kernel Changes in the upcoming version 3.18.5 Vivid please consult this page. - See more at: http://media-opensource.blogspot.com/2015/01/install-upgrade-latest-stable-kernel.html#sthash.02ZuClUc.dpuf

    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.

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

    to install Linux Kernel 3.18.8 Stable on ubuntu and linux mint,open a new Terminal window and bash (get it?) in the following commands:

    o install Linux Kernel 3.18.5 Stable on ubuntu and linux mint,open a new Terminal window and bash (get it?) in the following commands: - See more at: http://media-opensource.blogspot.com/2015/01/install-upgrade-latest-stable-kernel.html#sthash.02ZuClUc.dpuf
    For Linux system 32 bit :
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.8-vivid/linux-headers-3.18.8-031808_3.18.8-031808.201502271935_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.8-vivid/linux-headers-3.18.8-031808-generic_3.18.8-031808.201502271935_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.8-vivid/linux-image-3.18.8-031808-generic_3.18.8-031808.201502271935_i386.deb

    For Linux system 64 bit :
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.8-vivid/linux-headers-3.18.8-031808_3.18.8-031808.201502271935_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.8-vivid/linux-headers-3.18.8-031808-generic_3.18.8-031808.201502271935_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.8-vivid/linux-image-3.18.8-031808-generic_3.18.8-031808.201502271935_amd64.deb
    Install Linux Kernel 3.18.8 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.

    Wednesday, 11 February 2015

    ModemManager 1.4.4 is out, This Open Source project provides a mobile broadband communication API for Linux


    ModemManager 1.4.4 is out, This Open Source project provides a mobile broadband communication API for Linux

    ModemManager is an open source command-line software that tries to provide a unified high level API for communicating with mobile broadband modems on the Linux operating system. It is designed as a free/libre drop-in replacement for the NetworkManager application.

    It is a system daemon, designed to control mobile broadband devices, such as USB dongles, professional RS232 and USB devices, bluetooth-paired smartphones, or built-in devices, as well as modem connections, supporting 2G, 3G and 4G.

    What's new in ModemManager 1.4.4:
    • Use 'DMS Set FCC Authentication' if online mode fails in QMI modems. This change requires bumping the libqmi version to 1.12.4, which is the stable release including the change.
    • Fix segfault when empty pdp type string is given.
    • Fix segfault when port driver is unknown.
    • Blacklist: ignore PalmOS devices driven by 'visor'
    Supports a wide range of modem vendors

    ModemManager supports numerous modem vendors, among which we can mention Altair, AnyDATA, Blackberry, Cinterion, Ericsson, Huawei, Infineon, Iridium, Linktop, MediaTek, Motorola, Nokia, Novatel, Olivetti, Option, Pantech, Qualcomm, Samsung, Simtech, Sierra, Wireless, VIA, Wavecom, and ZTE.

    Being a command-line program, ModemManager comes with various command-line options that help you interact better with modem devices. Among these options, we can mention support for running in session DBus, the ability to disable auto-scan of devices, support for enabling the Test Interface in the daemon, as well as the ability to add the the location of plugins.

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

    Install Latest Stable Kernel 3.18.7 on Ubuntu 14.04, 14.10 and Linux Mint 17.1 rebecca


    Latest Stable Kernel 3.18.7 is released, you can install on Ubuntu 14.04, 14.10 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.

    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.

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

    Install Latest Stable Kernel 3.18.7 on Ubuntu 14.04, 14.10 and Linux Mint 17.1 rebecca :

    to install kernel 3.18.7 stable on 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/v3.18.7-vivid/linux-headers-3.18.7-031807_3.18.7-031807.201502110759_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.7-vivid/linux-headers-3.18.7-031807-generic_3.18.7-031807.201502110759_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.7-vivid/linux-image-3.18.7-031807-generic_3.18.7-031807.201502110759_i386.deb

    For Linux System 64 bit :
    wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.7-vivid/linux-headers-3.18.7-031807_3.18.7-031807.201502110759_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.7-vivid/linux-headers-3.18.7-031807-generic_3.18.7-031807.201502110759_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.7-vivid/linux-image-3.18.7-031807-generic_3.18.7-031807.201502110759_amd64.deb


    Install Linux Kernel 3.18.7 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
    For Install Kernel 3.19 stable on Ubuntu and Linux mint you can follow this page.

    Monday, 9 February 2015

    Install / Upgrade Latest Stable Kernel 3.19 on Ubuntu/Linux Mint

    Latest Stable Kernel 3.19

    Latest Stable Kernel 3.19 is out, install, update/Upgrade 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.

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

    For more information on the major Linux Latest Stable Kernel Changes in the upcoming version 3.18.5 Vivid please consult this page. - See more at: http://media-opensource.blogspot.com/2015/01/install-upgrade-latest-stable-kernel.html#sthash.VdKEvdvJ.dpuf
    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.


    Distributed in multiple stable branches


    Once should not be confused by the many stable branches of the Linux kernel, as they are available for different purposes. For example, there are several LTS (Long Term Support) branches that can be used to deploy very stable Linux operating systems.

    These days, major Linux distribution developers provide users with optimized kernel packages for different purposes. However, advanced users can configure, compile and install their own kernels directly from the source packages at any point (all you need is a supported GCC compiler).

    Install / Upgrade Latest Stable Kernel 3.19 on Ubuntu & Linux Mint  :


    to install Latest Stable Kernel 3.19 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 Linux system 32 bit :
    wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201502091451_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201502091451_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201502091451_i386.deb

    For Linux system 64 bit :
    wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201502091451_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201502091451_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201502091451_amd64.deb

    LowLatency Kernel 32 bit :
    wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201502091451_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-lowlatency_3.19.0-031900.201502091451_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-lowlatency_3.19.0-031900.201502091451_i386.deb

    LowLatency Kernel 64 bit :
    wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201502091451_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-lowlatency_3.19.0-031900.201502091451_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-lowlatency_3.19.0-031900.201502091451_amd64.deb
    Install Linux Kernel 3.19 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.