Ubuntu

Highlighted

Posts

Micropython on Linux

sudo apt install -y build-essential libffi-dev git pkg-config
git clone …

Mujoco / Conda Usage notes

Conda-based installation

If you’ve got conda, you should use conda packages, otherwise the …

Multiple Clocks in Ubuntu / Gnome

sudo apt install -y gnome-clocks
flatpak install -y com.mattjakeman.ExtensionManager
flatpak run …

Nextcloud in Docker

docker-compose

version: '2'

volumes:
  nextcloud:
  db:

services:
  db:
    image: …

RDP to another computer

Derived from here

sudo apt update
sudo apt install -y xrdp
sudo systemctl enable --now xrdp
sudo ufw …