Home
|
Projects
|
Services
|
Contact
tags: Server
Useful Commands for the Terminal
Feb 2019
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...
Tips for Bash Scripts
Dec 2018
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...
Backup With Rsync Over SSH
Mar 2017
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...
Failed (111: Connection Refused) While Connecting to Upstream
Feb 2017
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...