Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ How to install Linux Kernel 4.4 on Ubuntu     - Nginx logging client ip (Server)

- CentOS 6.5 Telnet SecureCRT use management tools (Linux)

- Android View event delivery (Programming)

- Character Encoding notes: ASCII, Unicode and UTF-8 (Linux)

- Android application security of data transmission security (Programming)

- Java garbage collection and heap memory layout (Programming)

- Linux System Tutorial: How to Check MariaDB server versions (Database)

- GlusterFS distributed storage deployment (Server)

- Linux Quick Install MongoDB (Database)

- Postmodern systems programming language (Programming)

- Eclipse improve the efficiency of good habits (Programming)

- Linux system security infrastructure Highlights (Linux)

- Bash Getopts - let your script supports command line parameters (Linux)

- DBCA Error: ORA-19809: limit exceeded for recovery files process (Database)

- OpenSSL to generate public and private key (Linux)

- Linux system security check notes on performance (Linux)

- Unable to start the network after restart clone a virtual machine (Linux)

- CentOS 6.x systems installation + NIC driver installation (Realtek PCIe GBE Family Controller for Linux) (Linux)

- Linux System Getting Started Learning: Linux common log file (Linux)

- Learning Linux coding style (Programming)

 
         
  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:      
 
- MongoDB polymerization being given (Database)
- Linux using TCP-Wrapper Service Management (Linux)
- PostgreSQL Select source code analysis (Database)
- MyCAT separate read and write to achieve MySQL Practice (Database)
- Oracle Linux 5.9 configuration Xmanager (Linux)
- Oracle physical storage structure outline (Database)
- How to statistical data of various size Redis (Database)
- Oracle Client Easy Connection error ORA-12154, TNS-03505 (Database)
- Comparison of C # and Java (Programming)
- Linux server security settings to close unused ports (Linux)
- Use py2exe to generate exe files Python script (Programming)
- PostgreSQL query result area is removed and precision (Database)
- MongoDB configuration in Ubuntu 14.04 (Database)
- Rails project prepared some tips small experience (Linux)
- Manually generate AWR reports (Database)
- Easily solve the MySQL database connection error too many (Database)
- WinSCP to transfer text files will automatically convert the format (Linux)
- OpenSSL Introduction and compilation steps on Windows, Linux, Mac systems (Linux)
- The Objects in JavaScript (Programming)
- Linux user groups, file permissions Detailed (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.