Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install new kernel ubuntu 20.04

cd ~/Downloads 

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.16/amd64/linux-headers-5.16.0-051600_5.16.0-051600.202201092355_all.deb
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.16/amd64/linux-headers-5.16.0-051600-generic_5.16.0-051600.202201092355_amd64.deb
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.16/amd64/linux-image-unsigned-5.16.0-051600-generic_5.16.0-051600.202201092355_amd64.deb
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.16/amd64/linux-modules-5.16.0-051600-generic_5.16.0-051600.202201092355_amd64.deb

sudo dpkg -i *.deb
sudo apt -f install
Comment

install new kernel ubuntu 20.04

cd ~/Downloads 

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.16/amd64/linux-headers-5.16.0-051600_5.16.0-051600.202201092355_all.deb
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.16/amd64/linux-headers-5.16.0-051600-generic_5.16.0-051600.202201092355_amd64.deb
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.16/amd64/linux-image-unsigned-5.16.0-051600-generic_5.16.0-051600.202201092355_amd64.deb
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.16/amd64/linux-modules-5.16.0-051600-generic_5.16.0-051600.202201092355_amd64.deb

sudo dpkg -i *.deb
sudo apt -f install
Comment

PREVIOUS NEXT
Code Example
Shell :: git clone directory from repository 
Shell :: git merge branch into main 
Shell :: neovim nvim plugins 
Shell :: ta-lib github action 
Shell :: linux remove null bytes from file 
Shell :: cannot open source file conio.h ubuntu 
Shell :: journalctl max log size 
Shell :: get-docke 
Shell :: add suid bit 
Shell :: git stash pop resolve conflict 
Shell :: what is appmenu-gtk-module 
Shell :: wget in backround 
Shell :: how to install ktouch in linux 
Shell :: ngx-wheel 
Shell :: .net core upgrade 
Shell :: -sS use nmap 
Shell :: nano edit a file 
Shell :: linux user expiration 
Shell :: install wsl kali linux large full 
Shell :: cat command 
Shell :: View Changes Before Committing 
Shell :: use rebase in git command 
Shell :: send file to remote computer linux 
Shell :: install specific gitlab version on ubuntu 
Shell :: github personal token 
Shell :: rename folder in terminal 
Shell :: ubuntu search for file whole hard drive 
Shell :: git view entire log 
Shell :: git add all but exclude some files 
Shell :: batch set from file 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =