winget install Oracle.JDK.27
setx /m JAVA_HOME "C:\Program Files\Java\jdk27"
Magic the Gathering Arena: Riddles of the dark
go to the decks page,
import a deck:
Deck
1 The Mountain-king’s Return
1 Gnashing of Teeth
1 Velvetwing Butterflies
1 Gathering of Darkness
1 Well-Worn Spatula
1 Lake-town Mariners
1 Stone by Sunlight
1 My Precious
Rename this deck to Riddles in the Dark
Ubuntu Linux kernel 7.2 installation guide
This installation guide describes how to install Linux Kernel 7.2.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.
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.2/
- Download 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 7.1 installation guide
This installation guide describes how to install Linux Kernel 7.1.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.
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.1/
- Download 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 Python 2.7 on Windows 10/11
In the terminal, run
winget install --id python.python.2