How Ubuntu System Uses Script to Upgrade Kernel

  

There are many ways to upgrade the kernel of Linux system. It is the simplest way to install kernel directly by script. This article will introduce how the Ubuntu system uses scripts to upgrade the kernel.

First, install and upgrade the Linux kernel through scripts

1. Click on the "Download Zip” in the upper right corner of this github page to download the script.

2. Right click on the Zip file in the user download directory and select “ expand here & rdquo; extract it.

3. Right-click on the unzipped folder and select “Open in the terminal” to this folder.

This opens a terminal, and automatically navigate to the target folder. If you can't find the option to open the ” option in the terminal, search for the nautilus-open-terminal in the Ubuntu Software Center and log back in to the system (you can also run nautilus -q in the terminal instead of logging back in to the system). operating).

4. After entering the terminal, run the following command to give the script permission to perform this operation.

1.chmod+x *

Finally, you can run this script whenever you want to install or upgrade Ubuntu's linux kernel.

1. /*

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

If the script runs successfully, restart the computer. Previous12Next page Total 2 pages

Copyright © Windows knowledge All Rights Reserved