Posts

Web BLE

by danaukes

External ...

Read More
Set up WebRepl

by danaukes

External ...

Read More
Windows VirtualBox Install Process

by danaukes

  1. Install
  2. Update
  3. Remove Unused Programs
  4. Turn off hibernation

    ```powershell ...

Read More
map network drives in windows

by danaukes

powershell commands for mounting network drives
Read More
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 ...

Read More
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 ...

Read More