tags

Server

Useful Commands for the Terminal
Snippets of commands I use occasionally and tend to forget. Gets updated. Count files in a directory ls -1 . | wc -l Count files in a directory recurs…
Feb 2019
Tips for Bash Scripts
Bash Shell Scripting is powerful way of automating shell commands. But its syntax is archaic so it’s hard to remember everything. In this blog p…
Dec 2018
Backup With Rsync Over SSH
I needed a simple backup strategy for a folder on one of my servers. There is an abundance of articles how to do it with rsync, but I somehow could no…
Mar 2017
Failed (111: Connection Refused) While Connecting to Upstream
After following a tutorial on how to get Flask running with NGINX by Digital Ocean, I experienced some problems. In the erorr.log, I just found failed…
Feb 2017