First things first. Create an account and log in to GitHub [Link]. Enter Settings > […]
Deploying and Configuring in Mass with Ansible
Ansible is a tool for automating provisioning, configuration, and deployment in multiple hosts via SSH. […]
Kubernetes Persistent Volumes
Persistent volume type: HOST PATH the correct choice for databases, such as MySQL; mounts a […]
Setting Up WireGuard VPN Client and Server
Modern, lightweight, and high-performance VPN protocol. SERVER SIDE On Ubuntu / Debian-based systems. apt install […]
Kubernetes Cheat Sheet
If you have ever worked with Containers such as Dockers, you know how efficient and […]
Creating a Service for “rc.local” to Run Script on Startup (Boot)
There are some ways to run a script, application, or command when the system loads. […]
Full Mail Server on Ubuntu using iRedMail
iRedMail is a script that performs a huge amount of tasks and set up all […]
Using Find in Linux CLI
Find is a very powerful tool for searching for files and directories in a command-line […]
Opening a Tunel Trough the Firewall with NGROX
Why would I want to open a tunnel through my firewall? Suppose you have one […]
Encrypting and Decrypting Files with GnuPG (OpenPGP) in Linux CLI
Creating a key-pair: gpg –gen-key OR gpg –full-generate-key Backing up the secret/private key: gpg –list-secret-keys […]