Notebook

Highlighted

Posts

Linux / Bash Cheatsheet

Collected commands, tips, and tricks for working headless in Ubuntu

Git Commands

a handy cheatsheet of my most used and looked up git commands

Grep Cookbook

Using grep by itself

search for “searchtext”, ignoring case, ignoring binary files, …

Using the find command in bash

Using the find command in bash

Find all files below the current directory that match …

Hugo Stuff

Install

Make sure you install add-ons

Django Development Workflow

Derived from here

cd websites
django-admin startproject murdermystery
cd murdermystery
python3 …

Duplicate Installed Packages

To clone your system to another system. Or make a backup. In a terminal type:

fixing file transfer bug in nautilus

Issue: Nautilus hangs when I try to copy large files to a NAS.

Installing and Setting up MQTT

Installation

sudo apt update
sudo apt install -y mosquitto mosquitto-clients
sudo snap install …