winget install Oracle.JDK.23
setx /m JAVA_HOME "C:\Program Files\Java\jdk23"
Ubuntu Linux kernel 6.11 installation guide
This installation guide describes how to install Linux Kernel 6.10.3 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
- ARM 64: ARMv8 CPUs
The files can be found at: https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.11/
- 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
jQuery Updater for WordPress On Hold
As announced in Updating jQuery shipped with WordPress to version 4.0 – Make WordPress Core, WordPress 6.8 will likely ship with jQuery 4.0
Because of this, and the availability of the plugin Test jQuery Updates I have decided to put the development of my plugin jQuery Updater on hold as per 1 September 2024.
This means I will no longer push updates for every stable jQuery version.
This does not mean the plugin is dead!
In the mean time I will work on the following items;
- Options screen (GUI)
- Functionality
- Caching
- Development
While I migrate my dev environment.
Ubuntu Linux kernel 6.10.3 installation guide
This installation guide describes how to install Linux Kernel 6.10.3 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
- ARM 64: ARMv8 CPUs
The files can be found at: https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.10.3/
- 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
Convert a harddisk between 512e and 4Kn sector size
Requirements:
- OpenSeaChest installed and unpacked
- Empty harddisk
Identify drive by scanning
openSeaChest_Info --scan
Show if it supports both 512 and 4096 byte sector sizes
openSeaChest_Format -d FD7 --showSupportedFormats
And swap to 4096 or 512
openSeaChest_Format -d FD7 --setSectorSize=4096 --confirm this-will-erase-data
or
openSeaChest_Format -d FD7 --setSectorSize=512 --confirm this-will-erase-data
Power cycle the device