Posts in notebook
Sub-Folders
notebook/deprecated notebook/deprecated/ros notebook/docker notebook/git notebook/iot notebook/linux-basics notebook/linux-special-topics notebook/markdown-cheatsheet_files notebook/mujoco notebook/python notebook/ros2 notebook/school notebook/ssh notebook/ubuntu-setup notebook/virtualboxPosts
Windows VirtualBox Install Process
by Dan Aukes
- Install
- Update
- Remove Unused Programs
-
Turn off hibernation
```powershell ...
WSL Hacks
by Dan Aukes
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 Dan Aukes
sudo apt update
sudo apt install -y xrdp
sudo systemctl enable --now xrdp
sudo ufw allow 3389
```bash sudo ...
Youtube-dl Quickstart
by Dan Aukes
Intro
I'm using yt-dlp these days
Find out the formats
yt-dlp -F <address>