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
Visa Benefits
by danaukes
If you want to rent a car, you can call visa benefits to get a ...
VSCode Setup and Usage
by danaukes
Installation
VSCodium is an open-source build of the same source code. Download it here: ...
Setting up Wake on Lan
by danaukes
Wake on Lan
On the waking computer
sudo apt install -y etherwake ethtool
On the ...
Windows VirtualBox Install Process
by danaukes
- Install
- Update
- Remove Unused Programs
-
Turn off hibernation
```powershell ...
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 ...