/notebook

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/virtualbox

Posts

Set up WebRepl

by Dan Aukes

External ...

Read More
Windows VirtualBox Install Process

by Dan Aukes

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

    ```powershell ...

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

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

Read More
Youtube-dl Quickstart

by Dan Aukes

Intro

I'm using yt-dlp these days

Find out the formats

yt-dlp -F <address>

Specify the format ...

Read More