Ubuntu

Highlighted

Posts

Ubuntu Prep

In ubuntu

  1. Check that you are a member of the following groups

Using Github with two accounts

Instructions

  1. Create a new, separate key for each github account

Using Python in a Docker Container

Introduction

This tutorial makes it possible to spin up a container with everything you need to run …

using ssh inside docker

Introduction

This article shows the following:

using wine

sudo apt update

sudo apt install -y wine64 
sudo apt install -y wine64-development wine64-tools …

Working with pdfs from the command line

Merge pdfs from Bash

sudo apt install -y pdftk
pdftk file1.pdf file2.pdf cat output mergedfile.pdf …

Working with topics

rostopic list
ros2 topic info /myrobot/sensor1
ros2 topic info -v /myrobot/sensor1
ros2 topic echo …