Remove all local Docker resources (images, containers, ...).
docker system prune -a
Check for undervoltage problems on your Raspberry Pi. Should return throttled=0x0
.
vcgencmd get_throttled
JSON Crack - online JSON visualizer.
Turn off page output (globally) for git commands (e.g. "git branch").
git config --global pager.branch false
mdless - a Markdown viewer for the terminal.
quickchart.io - a server-side rendering library for Google Charts.
If you want to logout from your Linux desktop session, but don't want to leave your terminal window.
gnome-session-quit
From time to time I clean up all the local branches that have assembled over time in a Git repository.
git branch | grep -v "main" | xargs git branch -D