Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Use scripts easily install the latest Linux kernel in Ubuntu     - To compile and install Redis Linux and master-slave replication configuration (Database)

- Installing Linux and Windows 10 dual system (Linux)

- crontab task scheduling Health Check (Linux)

- Use Ambari rapid deployment Hadoop big data environment (Server)

- Use OpenSSL to generate a certificate detailed process (Linux)

- MNIST presentation and database conversion (Database)

- Linux command line ten magic usage (Linux)

- Ubuntu Install OpenSSL (Linux)

- Linux into single user mode to modify the administrator password (Linux)

- CentOS / Linux SWAP partitions added (Linux)

- UNIX how to restrict users by IP Telnet (Linux)

- Linux system security settings (Linux)

- How to generate Linux, random password encryption or decryption (Linux)

- Python2 ---- function using dictionaries (Programming)

- Linux firewall iptables beginner tutorial (Linux)

- TypeScript basic grammar (Programming)

- Oracle table space is too large processing time (Database)

- How to upgrade the kernel to 3.13.7 on Ubuntu / Linux Mint (Linux)

- jdbc Oracle database connection string writing pluggable (Database)

- Linux user login and IP restrictions (Linux)

 
         
  Use scripts easily install the latest Linux kernel in Ubuntu
     
  Add Date : 2016-05-02      
         
         
         
  I want to install the latest Linux kernel it? A simple script that you can easily get the job done in the Ubuntu system.

Michael Murphy wrote a script for the latest candidate Edition, Standard Edition, or low latency version of the kernel installed Ubuntu system. This script page download and install the latest Linux kernel package from the Ubuntu mainline kernel after asking some questions.

Install script to upgrade the Linux kernel:

Click on the github top right corner of the page "Download Zip" to download the script.

Right-click the Zip file download directory, select "in this deployment" to decompress it.

Right-click the file after extracting the folder, choose "Open in Terminal" folder to this file.

This opens a terminal, and automatically navigate to the target folder. If you can not find the "Open in Terminal" option, in the Ubuntu Software Center, search for installation nautilus-open-terminal, and then log back on to the system (to be re-run nautilus -q in a terminal to log in again to replace the operating system) .
4. When entering the terminal, run the following command to give the script to perform this operation permission.

chmod + x *
Finally, whenever you want to install or upgrade Ubuntu linux kernel can run this script.

./*

The reason here * for the name of the script because it is only a folder file.

If the script runs successfully, restart the computer.


Restore and uninstall the new version of the kernel

If for some reason you want to recover and remove the new kernel, restart the computer, select the legacy kernel under the Advanced Options menu Grub starter to start the system.

When the system starts, with reference to the lower section to continue.


How do you remove the old (or new) kernel:

Synaptic Package Manager to install from the Ubuntu Software Center.

Open the Synaptic Package Manager and then do the following:

Click the Reload button, so you want to be removed in the new kernel is displayed.
Select Status in the left panel -> Installed, make clearer some of the check list.
In the Quick filter box, enter linux-image- queries.
Choose a kernel image "linux-image-x.xx.xx-generic" and then mark it as removal (or Complete Removal)
Finally, changed

Repeat until you do not remove all the kernel. Be careful not to arbitrarily remove the kernel now running, you can view the running kernel by uname -r command.

For Ubuntu server, you can step by step, run the following command:

uname-r
dpkg -l | grep linux-image-
sudoapt-get autoremove KERNEL_IMAGE_NAME
     
         
         
         
  More:      
 
- phpinfo (): like phpinfo as a Python script (Programming)
- Teach you the Ubuntu Server enabled SSH multifactor authentication (Server)
- You must ask yourself four questions before deploying Docker (Server)
- MySQL innodb_table_stats table does not exist solution (Database)
- RabbitMQ user roles and access control (Linux)
- Firewall types and instructions (Linux)
- Linux installed PCRE (Linux)
- Android Qemu GPS module (Programming)
- Type Linux commands (Linux)
- MySQL performance comparison of large amounts of data storage (Database)
- 256 with rich colors decorate your terminal (Linux)
- Using Linux stat command to view the files (Linux)
- VMware11 virtual machine Ubuntu14.10 system partition sda1 disk expansion (Linux)
- Simple solution CC attack under Linux VPS (Linux)
- using the ssh command to check the socket / Network Connections (Linux)
- Install and manage Java under mac (Linux)
- Command line tool Tmux (Linux)
- GitLab Guide installation under Ubuntu 14.04 (Server)
- Android Activity launchMode (Programming)
- How to install OpenOffice Ubuntu or Linux Mint (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.