Recently Updated Pages
Update & Upgrade
Update First, you need to fetch the newest version of Homebrew and all formulae from GitHub using...
Size Conventions
This article is a cheat sheet for all my images specification. Gitlab README Covers Width: 1350p...
Docker Commands to Remember
This article is a list of some Docker commands you should keep in mind. 1. docker exec doc...
macOS Installation
Here is the installation of PowerShell for macOS. Installation Using Homebrew brew install --cas...
🔎 Adding a Customised Search Engine
In this case, I'm gonna add the docker search engine in Opera for MacOS. CHEATSHEET Open Opera ...
Quick Add Magic
Quick Add Magix Syntax Cheatsheet Labels - * *"Label with spaces" Project - + +"Project with spa...
💿 Renaming a Database
Renaming a PostgreSQL Database Inside a Docker Container: Step-by-Step Guide Step 1: Connect to t...
🙎♂️ Renaming a Role (User)
Rename a PostgreSQL role in Docker by creating a temporary role, switching, renaming and deleting...
🆙 Upgrading to a Major Update
How to Upgrade a PostgreSQL database inside a Docker Container: A Step-by-Step Guide Step 1: Back...
🔄 Exporting & Restoring
Export one database mariadb-dump --user=<DB_USERNAME> --password --lock-tables --databases <DB_NA...
🐚 Useful Commands
Here is a list of the most common commands used with Barman. List VM Backups barman list-backup ...
🐚 Useful Commands
Creating an Administrator docker exec -it <NTFY_CONTAINER_NAME> ntfy user add --role=admin <USERN...
⛔️ SSH Access
Script #!/bin/bash if [ "${PAM_TYPE}" = "open_session" ]; then curl \ -H "Title: SSH Logi...
🔔 Low Space
Script #!/bin/bash mingigs=20 avail=$(df | awk '$6 == "/" && $4 < '$mingigs' * 1024*1024 { print...
systemd: Creating a service
Understanding and Managing Custom Services with systemd systemd is the standard service and syste...
Deployment Checklist
Here is a checklist to make sure to not forget anything when deploying a new container on my Dock...
Set the Timezone
Sometimes, the modification of the time zone is not available in the graphical interface of Windo...
Get all DNS records in a specified zone in a Specific DNS Server
You can easily retrieve DNS records from a specific DNS server using a simple PowerShell command....
Launch a Program on a Remote Server
Sometimes, you may need to execute a program or process on a remote server from another machine. ...
Step-by-Step
With Pelican installed, it's time to create the structure of your blog and configure it using the...