Linux Autologin and continue running a script in Linux I'm going to prefix this whole post with: Computers/servers automatically logging in is bad security practice. Certain situations may… 5 min read
MacOS Create macOS Terminal aliases Aliases in the Terminal are shortcuts to run commands which you might find yourself using a lot, or they could be longer commands that you use infrequently but are more likely to get wrong. Aliases can even be used to override default commands! 2 min read
Bash The simple way to add a Config File to your Bash Scripts Source lets you add external files/code into your scripts, but is also a convenient way of adding config files, providing you are aware of the risks. 1 min read