/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

Visa Benefits

by danaukes

If you want to rent a car, you can call visa benefits to get a ...

Read More
VSCode Setup and Usage

by danaukes

Installation

VSCodium is an open-source build of the same source code. Download it here: ...

Read More
Setting up Wake on Lan

by danaukes

Wake on Lan

On the waking computer

sudo apt install -y etherwake ethtool

On the ...

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