Linux

Highlighted

Posts

Install Google Fonts

The advice on whether to install these fonts is a bit outdated as many of the fonts are going “variable weight” which does not play nice with xetex and thus pandoc.

Korg Nano

SUBSYSTEM=="usb", ATTR{idVendor}=="0944", ATTR{idProduct}=="010f", MODE="666" sudo cp 98-korg-nano.rules /etc/udev/rules.d/ sudo chmod 644 /etc/udev/rules.

Measuring Speed Between Computers

sudo apt install -y iperf computer 1: iperf -s Computer 2:

Micropython on Linux

sudo apt-get install build-essential libffi-dev git pkg-config git clone https://github.com/<your-user-name>/micropython cd micropython git remote add upstream https://github.

Orange Pi Zero2 Information

Introduction Note: the most important and helpful resource is the manual, which is available here.

PiHole Setup

docker compose version: "3" # More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.

RDP to another computer

Derived from here sudo apt update sudo apt install xrdp sudo systemctl enable –now xrdp sudo ufw allow from any to any port 3389 proto tcp sudo service xrdp enable sudo service xrdp start open remmina