Aggiorna README.md
This commit is contained in:
parent
90cbca63ca
commit
0f5b88f0e3
1 changed files with 43 additions and 0 deletions
43
README.md
43
README.md
|
@ -216,4 +216,47 @@ si può anche guardare i vari nodi
|
|||
|
||||
cheese
|
||||
|
||||
## Install Debian 12 kernel
|
||||
|
||||
### Backports Repository
|
||||
|
||||
(original link)[https://eldernode.com/tutorials/update-debian-to-the-latest-kernel/]
|
||||
|
||||
Verificare il kernel attuale
|
||||
|
||||
uname -r
|
||||
|
||||
Installare gli apt per le Backports Repository e fare un update (/etc/apt/sources.list o la dir /etc/apt/sources.list.d/)
|
||||
|
||||
sudo apt update
|
||||
|
||||
Ricercare i kenels disponibili
|
||||
|
||||
sudo apt search linux-headers
|
||||
|
||||
installare
|
||||
|
||||
apt install linux-headers-[version number]-bpo.1 linux-image-[version number]-bpo.1
|
||||
|
||||
il grub viene già aggionato basta fare il reboot del sistema e poi controllare che kernel è in utilizzo
|
||||
|
||||
sudo reboot
|
||||
umane -r
|
||||
|
||||
|
||||
### Liquorix kernel
|
||||
|
||||
(original link)[https://linuxgenie.net/upgrade-kernel-debian-12/]
|
||||
|
||||
Install Dependencies (Required Packages)
|
||||
|
||||
sudo apt install lsb-release curl apt-transport-https
|
||||
|
||||
downloading the script and install
|
||||
```sh
|
||||
curl 'https://liquorix.net/add-liquorix-repo.sh' | sudo bash
|
||||
```
|
||||
reboot and check
|
||||
|
||||
sudo reboot
|
||||
umane -r
|
||||
|
|
Loading…
Reference in a new issue