Cheatsheets
Cheatsheets
Easy Installation
In this chapter, we will have easy installation scripts for different tools and applications
Deployment/Installation Tools
Container Tools install-docker.sh # Docker curl -sSL https://nimamahmoudi.github.io/cicd-cheatsh...
Programming Environment Tools
Here is a list of some installation guides: Deploying Standalone JupyterLab on Kubernetes for E...
General Tools
Speedtest CLI Follow the Speedtest CLI installation tutorial. NCDU For getting the size of folder...
Runtime Environments
NodeJS NVM Install NVM: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh |...
Kubernetes Deployment and Installation
K3S Installation A good starting point for k3s installation using k3sup would be: # run the follo...
Docker Swarm
Firewall Settings In order to add the necessary firewall rules, check docs from docker. The follo...
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...