The choice between NFS and Samba depends on who you are sharing with. Linux supports […]
Private Git Server on Ubuntu
A Git server is simply an SSH server running the same Git application used on […]
UFW and Shorewall Cheat Sheet
UFW [Link] is my recommendation for a firewall on Linux. UFW creates rules on IPTables […]
Tmux Cheat Sheet
Tmux is a terminal multiplexer that allows multiple terminal sessions to be accessed simultaneously in […]
Reverse Shell with AutoSSH
Sometimes you need SSH access to a host inside a network behind a Firewall/NAT where […]
Managing Dockers Containers with Portainer
Portainer is a Web GUI to manage Docker containers [Link]. See also the post about […]
Managing Dockers Containers with Yacht over HTTPS
Yacht is a web GUI to manage Docker containers, making deployment and management of resources […]
Working with Git Repositories in GitHub
First things first. Create an account and log in to GitHub [Link]. Go to Settings […]
Deploying and Configuring in Mass with Ansible
Ansible is a tool for automating provisioning, configuration, and deployment across multiple hosts via SSH. […]
Setting Up WireGuard VPN Client and Server
Modern, lightweight, and high-performance VPN protocol. SERVER SIDE On Ubuntu / Debian-based systems: apt install […]