debian9 6更換核心(最簡單的命令方式)

2021-09-10 01:56:44 字數 1146 閱讀 8028

用這種不是最新的,但是可以更換比較新的核心,比如我剛剛換了4.19的,事實上現在官網最新的是4.20的。

1,設定源(stretch-backports)

guoyanzhang@bogon:~$ sudo cat /etc/apt/sources.list

[sudo] guoyanzhang 的密碼:

deb stretch main non-free contrib

deb stretch-updates main non-free contrib

deb stretch-backports main non-free contrib

deb-src stretch main non-free contrib

deb-src stretch-updates main non-free contrib

deb-src stretch-backports main non-free contrib

2,更新原始檔

guoyanzhang@bogon:~$ sudo apt-get update
3,搜尋核心

guoyanzhang@bogon:~$ apt-cache search linux-image
這個時候會出現很多,我選的是

linux-image-4.19.0-0.bpo.1-amd64 - linux 4.19 for 64-bit pcs (signed)

4,安裝

guoyanzhang@bogon:~$ sudo apt-get install linux-image-4.19.0-0.bpo.1-amd64
5,解除安裝原來的核心

guoyanzhang@bogon:~$ sudo apt-get remove linux-image-4.9.0-8-amd64
打linux-image然後tab會自動出來幾個核心的,選原來的刪除就是了,這個時候會跳出乙個視窗,選n就行。

6,重啟

guoyanzhang@bogon:~$ uname -r

4.19.0-0.bpo.1-amd64

參考:

debian9 6搭建dhcp伺服器

一,介紹 動態主機配置協議 dynamic host configuration protocol 是乙個區域網的網路協議。指的是由伺服器控制一段ip位址範圍,客戶機登入伺服器時就可以自動獲得伺服器分配的ip位址和子網掩碼。我這裡安裝isc dhcp server,沒有用系統預設的udhcp。二,安...

debian9 6安裝和解除安裝新立得軟體包管理器

新立得的英文名叫synaptic。synaptic是乙個基於gtk 和apt的圖形介面軟體包管理工具,使使用者可以方便地安裝,公升級和刪除軟體包。1,安裝 guoyanzhang bogon sudo apt get install synaptic2,解除安裝 guoyanzhang bogon ...

最簡單的核心模組例子

include include include static int init hello init void static void exit hello exit void module init hello init module exit hello exit static int init...