Forgot to start tmux before running a massive database dump over SSH? Here is how to use native Unix job control to detach a running process so it survives when you close your laptop
Jul
Forgot to start tmux before running a massive database dump over SSH? Here is how to use native Unix job control to detach a running process so it survives when you close your laptop
May
Stop guessing which IP your new Raspberry Pi or IoT device grabbed from the router. Here is the scommand to instantly map your entire local network without triggering alarms
May
Stop trusting cloud providers with your personal data. Here is how to use rclone to build a transparent, client-side encryption layer over Dropbox or pCloud
Apr
Just a quick and dirty script for when your csv files looks like something only a blind poet could put together.
Jun
An update to a popular post on toggling processes using Ctrl-Z, now focusing on the Fish shell. The tutorial requires Fish shell version 3.2 or newer and provides a command to bind Ctrl-Z for foreground processing without displaying irrelevant information.
Jan
Have you ever pasted some random multi-line text to the bash shell ? If you have, then you will know how annoying this is. So here is the fix!