winget install Oracle.JDK.20
setx /m JAVA_HOME "C:\Program Files\Java\jdk20"
reboot
winget install Oracle.JDK.20
setx /m JAVA_HOME "C:\Program Files\Java\jdk20"
reboot
This short guide explains how to upgrade an existing installation of VMWare ESXi 7.0 to upgrade 3L
As pre-requisite you need to have too access and either insert the commands directly or via an active SSH connection.
esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p
ESXi-7.0U3n-21930508-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
esxcli network firewall ruleset set -e false -r httpClient
This short guide explains how to upgrade an existing installation of VMWare ESXi 7.0 to upgrade 3L
As pre-requisite you need to have too access and either insert the commands directly or via an active SSH connection.
esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p ESXi-7.0U3m-21686933-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
esxcli network firewall ruleset set -e false -r httpClient
This installation guide describes how to install Linux Kernel 6.4.0 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.
This post is an update of “Ubuntu Linux kernel 6.3 installation guide“
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.4/
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
This installation guide describes how to install Linux Kernel 6.3.0 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.
This post is an update of “Ubuntu Linux kernel 6.2 installation guide“
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.3/
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