Posts with "ubuntu" Tag
Installing ubuntu on virtualbox or similar
by Dan Aukes
Introduction
These notes are from memory, so they may be out of order.
Steps
- Download ...
Start VirtualBox VM as a Service
by Dan Aukes
Steps
Ensure you are a member of vboxusers group
sudo usermod -a -G vboxusers $USER
...
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 ...
Demonstrating Unicast in ROS2 with CycloneDDS
Sunday, September 17, 2023 by Dan Aukes
This has been converted to a tutorial and moved ...
Using ROS2 over VPNs in the Classroom
Thursday, January 25, 2024 by Dan Aukes
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 ...