winget install Oracle.JDK.26
setx /m JAVA_HOME "C:\Program Files\Java\jdk26"
Ubuntu Linux kernel 7.0 release candidate installation guide
This installation guide describes how to install Linux Kernel 6.19 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:
- AMD64 Most current computers
- ARM64: ARMv8 CPUs
- ARMHF
The files can be found at: https://kernel.ubuntu.com/~kernel-ppa/mainline/v7.0-rc1/
- Download the appropriate headers package for your system
-
- AMD64: linux-headers-7.0.0-070000rc1_7.0.0-070000rc1.202602222250_all.deb & linux-headers-7.0.0-070000rc1-generic_7.0.0-070000rc1.202602222250_amd64.deb
- ARM64: linux-headers-7.0.0-070000rc1-generic_7.0.0-070000rc1.202602222250_arm64.deb
- ARMHF: linux-headers-7.0.0-070000rc1-generic_7.0.0-070000rc1.202602222250_armhf.deb
- and the kernel image
- And the kernel modules
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
Ubuntu Linux kernel 6.19 installation guide
This installation guide describes how to install Linux Kernel 6.19 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:
- AMD64 Most current computers
- ARM64: ARMv8 CPUs
- ARMHF
The files can be found at: https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.19/
- Download the general header package
-
- And the appropriate headers package for your system
- and the kernel image
- And the kernel modules
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
How-To install Microsoft dotnet 10 desktop runtime
winget install Microsoft.DotNet.DesktopRuntime.10
Update all downloaded docker images
bash:
docker images --format "{{.Repository}}:{{.Tag}}" \
| grep -v "" \
| xargs -L1 docker pull