Installing a Graphical User Interface (GUI) on a Linux Server instance is a method to […]
Linux as Active Directory / Domain Controller (AD-DC) Replication
sudo apt update && sudo apt upgrade -y sudo hostnamectl set-hostname ad1 sudo nano /etc/hosts […]
SAMBA Sharing with AD Permissions on Ubuntu
This post is a continuation of the posts: Linux as AD-DC Principal [Link], Linux as […]
SAMBA Server and Client on Ubuntu
The decision of using NFS or Samba only depends on who you are sharing with. […]
Private Git Server on Ubuntu
Git server is not but the SSH server and the same Git app used on […]
UFW and Shorewall Cheat Sheet
UFW [Link] is my recommendation for Firewall on Linux. The firewalls will basically create rules […]
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 to get SSH access into a host that is inside a network […]
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 and make deployments and management of […]