Recently Updated Pages
💿 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...
Installation on MacOS
This guide will explain to you Pelican and walk you through setting up a development environment ...
Step-by-Step
Hugo is a popular static site generator known for its speed and flexibility. This guide will help...
Installation on MacOS
This guide will walk you through setting up a development environment by installing Go, Dart Sass...
Assign a Static IP Address
To configure your Raspberry Pi with a static IP address, follow these steps: Open the network in...
Change the Raspberry Pi Boot Order
Looking to boot your Raspberry Pi from a hard drive? Great news: it’s possible! However, you’ll s...
Docker Anonymous Volumes
To manage my stacks, containers, images, networks, and volumes, I use Portainer Community Edition...