winget install Oracle.JDK.25
setx /m JAVA_HOME "C:\Program Files\Java\jdk25"
Ubuntu Linux kernel 6.16 installation guide
This installation guide describes how to install Linux Kernel 6.16 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.16/
- 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
Ubuntu Linux kernel 6.15 installation guide
uname -a
Quick selection guide:
- AMD64 Most current computers
- ARM64: ARMv8 CPUs
- ARMHF
- Download the general header package
-
- And the appropriate headers package for your system
- and the kernel image
- And the kernel modules
sudo update-grub
Reboot and select the kernel from the bootloader menu
Ubuntu Linux kernel 6.14 installation guide
This installation guide describes how to install Linux Kernel 6.14 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.14/
- 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
Oracle JDK 24 (Java) on Windows 10/11 quick install
winget install Oracle.JDK.24
setx /m JAVA_HOME "C:\Program Files\Java\jdk24"