bash:
docker images --format "{{.Repository}}:{{.Tag}}" \
| grep -v "" \
| xargs -L1 docker pull
bash:
docker images --format "{{.Repository}}:{{.Tag}}" \
| grep -v "" \
| xargs -L1 docker pull
This installation guide describes how to install Linux Kernel 6.18 on Ubuntu Linux. This works with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint. The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.
Which version do you need? The same as the current installed OS In the terminal run: uname -a
Quick selection guide:
The files can be found at: https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.18/
Install the files in the same order as downloaded above
In the terminal run: sudo update-grub
Reboot and select the kernel from the bootloader menu
sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt-install php8.5 php8.5-common php8.5-cgi php8.5-fpm
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.14
This installation guide describes how to install Linux Kernel 6.17 on Ubuntu Linux. This works with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint. The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.
Which version do you need? The same as the current installed OS In the terminal run: uname -a
Quick selection guide:
The files can be found at: https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.17/
Install the files in the same order as downloaded above
In the terminal run: sudo update-grub
Reboot and select the kernel from the bootloader menu