Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ How to install Linux Kernel 4.4 on Ubuntu     - Oracle to create an external table (Database)

- The difference between statement and preparedStatement of the jdbc (Database)

- Add local search to your Android app (Programming)

- Via Twitter how open source library to be used anywhere Emoji emoticons (Linux)

- Android Studio Installation and Configuration Guide tutorial (Linux)

- Wireshark basic introduction and learning TCP three-way handshake (Linux)

- ACL permissions Linux command (Linux)

- Let CentOS6 yum upgrade to support more source rpm package (Linux)

- Java enum use (Programming)

- Ubuntu 14.04 LTS NTFS partition can not access solution (Linux)

- Use PuTTY to access the virtual machine Linux under Windows xp (Programming)

- Achieve camera preview by ffplay (Linux)

- Use Visual Studio to compile and use WinGDB remote debugging embedded Linux programs (Programming)

- Linux Shell introduces (Linux)

- Taught you how to build your own VPS server (Server)

- DataGuard the MRP can not start to analyze and solve problems (Database)

- How to disable IPv6 in the CentOS 7 (Linux)

- C ++ overloaded stream insertion operator and the stream extraction operator (Programming)

- Java collections series (Programming)

- Comparison of Nginx and Nginx + (Server)

 
         
  How to install Linux Kernel 4.4 on Ubuntu
     
  Add Date : 2018-11-21      
         
         
         
  Linus Torvalds released Kernel 4.4 LTS, the new kernel adds support for 3D in the virtual GPU driver, allowing for the 3D graphics hardware acceleration virtual guest support Asynchronous I / O and Direct I / O is more streamlined and faster cycle plant, Therefore, increase system performance and reduces memory consumption by LightNVM to support Open-Channel SSD.

Linux kernelUbuntu users can download official kernel.ubuntu.com library DEB packages to install, can also be installed using the following command:

32-bit Ubuntu and derivative systems:

Download the installation package:

cd / tmp
 wget \
 kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-wily/linux-headers-4.4.0-040400_4.4.0-040400.201601101930_all.deb \
 kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-wily/linux-headers-4.4.0-040400-generic_4.4.0-040400.201601101930_i386.deb \
 kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-wily/linux-image-4.4.0-040400-generic_4.4.0-040400.201601101930_i386.deb

Install Kernel:

sudo dpkg -i linux-headers-4.4 * .deb linux-image-4.4 * .deb

Uninstall kernel command:

sudo apt-get remove linux-headers-4.4 * linux-image-4.4 *

64-bit Ubuntu and derivative systems:

Download the installation package:

cd / tmp
 wget \
 kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-wily/linux-headers-4.4.0-040400_4.4.0-040400.201601101930_all.deb \
 kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-wily/linux-headers-4.4.0-040400-generic_4.4.0-040400.201601101930_amd64.deb \
 kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-wily/linux-image-4.4.0-040400-generic_4.4.0-040400.201601101930_amd64.deb

Install Kernel:

sudo dpkg -i linux-headers-4.4 * .deb linux-image-4.4 * .deb

Uninstall kernel:

sudo apt-get remove linux-headers-4.4 * linux-image-4.4 *
     
         
         
         
  More:      
 
- Under CentOS yum install Nginx smooth switch mounted to Tengine (Server)
- MySQL 5.6.12 binary log path switching binlog (Database)
- Under Ubuntu 15.04 installation JDK8 (Linux)
- Make Windows boot disk to install USB in Ubuntu Linux (Linux)
- Linux shared libraries .so file name and Dynamic Link (Linux)
- Linux common network tools: Scan routing of mtr (Linux)
- Teamviewer not start in Linux (Linux)
- Use XtraBackup be physical standby database MySQL (Database)
- How to install and configure the KVM and Open vSwitch on Linux distributions (Linux)
- Linux System Getting Started Learning: Linux in the last command (Linux)
- MySQL Online DDL tools of pt-online-schema-change (Database)
- Ubuntu and derivative users to install the system launcher SimDock 1.3 (Linux)
- OpenGL Superb Learning Notes - Fragment Shader (Programming)
- Log in CentOS 6.5 Multi-user setting VNC (Server)
- Binary tree traversal algorithm summary (recursive and non-recursive) (Programming)
- Depth understanding of JavaScript new mechanism (Programming)
- Build Docker based MongoDB replication cluster environment (Database)
- How to configure AWStats in Ubuntu Server (Server)
- How to contribute code on GitHub uploads (Linux)
- Ubuntu deploying Solr (4.4) to Tomcat (7.0.53) (Server)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.