Tools
Git
Resources: A Cheatsheet of High-Frequency Git Commands “Here Are 7 Git Commands Every Develop...
SSH
Installation # For the server sudo apt-get update && sudo apt-get install -qy openssh-server # F...
Pandoc
Creating an ebook with Pandoc GitHub: Pandoc Book Maker Template Medium: Building books with ...
Inlets
Inlets are something like ngrok, which exposes a server behind a firewall on a public IP (on a VP...
Jekyll for GitHub Pages
Here are useful references for using Jekyll for GitHub Pages: GitHub Pages Jekyll Installatio...
Latex Build
Build using Latex-Builder After changing into the directory with main.tex (and possibly bibliogra...
Nginx
Serve Current Directory as Static Files docker run -p 80:80 --restart unless-stopped -v $(pwd):/u...