Built-in tmux layouts tmux has 5 built-in layouts, mapped to <prefix> Alt+1..5 in this order: even-horizontal — panes stacked side-by-side, equal width …
Assumption: Both machines have tailscale already setup and logged in. On Ubuntu, install SSH if it is not already 1sudo systemctl status ssh # is sshd 2sudo apt install …
x11vnc is a VNC server for real X displays (i.e. a display corresponding to a physical monitor, keyboard, and mouse). I needed this to remotely make changes to an Orange Pi which …
Convert filename to a slug that can be used inside a URL. Replace spaces with dashes, convert characters to lowercase and remove file extension. Insert slug values inside Sublime Text with a snippet
Private repos and non-public modules By default go get uses HTTPS. In a continuous deployment scenario, specially if you have 2FA enabled with your Git provider, you will need to …
How to show Author details with every Hugo blog post
NOTES: There is an existing bug that will not let you initialize the module if you have an existing module.toml. Neither will it let you use any other hugo mod commands. Use the …