Posts
Windows VirtualBox Install Process
by danaukes
- Install
- Update
- Remove Unused Programs
-
Turn off hibernation
```powershell ...
Old windows tuneups
by danaukes
Old windows registry hacks that don't probably work any more but I wanted to keep.
Read More
WSL Hacks
by danaukes
https://releases.ubuntu.com/noble/
download https://releases.ubuntu.com/noble/ubuntu-24.04.4-wsl-amd64.wsl
wsl --list --online wsl --install --web-download -d ubuntu wsl --install -d ubuntu wsl ...
RDP to another computer
by danaukes
sudo apt update
sudo apt install -y xrdp
sudo systemctl enable --now xrdp
sudo ufw allow 3389
```bash sudo ...