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

  1. Download ...
Read More
Start VirtualBox VM as a Service

by Dan Aukes

Steps

Ensure you are a member of vboxusers group

sudo usermod -a -G vboxusers $USER

...

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
Demonstrating Unicast in ROS2 with CycloneDDS

Sunday, September 17, 2023 by Dan Aukes

This has been converted to a tutorial and moved ...

Read More
Using ROS2 over VPNs in the Classroom

Thursday, January 25, 2024 by Dan Aukes

The purpose of this tutorial is to provide a way to provide access to ROS2 style data collection between computers, when specific kinds of access to the users' network is restricted.

Read More