Skip to main content

Recently Updated Pages

💿 Renaming a Database

PostgreSQL

Renaming a PostgreSQL Database Inside a Docker Container: Step-by-Step Guide Step 1: Connect to t...

Updated 3 months ago by Tiffanie BOREUX

🙎‍♂️ Renaming a Role (User)

PostgreSQL

Rename a PostgreSQL role in Docker by creating a temporary role, switching, renaming and deleting...

Updated 3 months ago by Tiffanie BOREUX

🆙 Upgrading to a Major Update

PostgreSQL

How to Upgrade a PostgreSQL database inside a Docker Container: A Step-by-Step Guide Step 1: Back...

Updated 3 months ago by Tiffanie BOREUX

🔄 Exporting & Restoring

MariaDB

Export one database mariadb-dump --user=<DB_USERNAME> --password --lock-tables --databases <DB_NA...

Updated 3 months ago by Tiffanie BOREUX

🐚 Useful Commands

Barman

Here is a list of the most common commands used with Barman. List VM Backups barman list-backup ...

Updated 3 months ago by Tiffanie BOREUX

🐚 Useful Commands

Applications ntfy

Creating an Administrator docker exec -it <NTFY_CONTAINER_NAME> ntfy user add --role=admin <USERN...

Updated 3 months ago by Tiffanie BOREUX

⛔️ SSH Access

Applications ntfy

Script #!/bin/bash if [ "${PAM_TYPE}" = "open_session" ]; then curl \ -H "Title: SSH Logi...

Updated 3 months ago by Tiffanie BOREUX

🔔 Low Space

Applications ntfy

Script #!/bin/bash mingigs=20 avail=$(df | awk '$6 == "/" && $4 < '$mingigs' * 1024*1024 { print...

Updated 3 months ago by Tiffanie BOREUX

systemd: Creating a service

Debian

Understanding and Managing Custom Services with systemd systemd is the standard service and syste...

Updated 3 months ago by Tiffanie BOREUX

Deployment Checklist

Applications

Here is a checklist to make sure to not forget anything when deploying a new container on my Dock...

Updated 4 months ago by Tiffanie BOREUX

Set the Timezone

Powershell

Sometimes, the modification of the time zone is not available in the graphical interface of Windo...

Updated 4 months ago by Tiffanie BOREUX

Get all DNS records in a specified zone in a Specific DNS Server

Powershell

You can easily retrieve DNS records from a specific DNS server using a simple PowerShell command....

Updated 4 months ago by Tiffanie BOREUX

Launch a Program on a Remote Server

Powershell

Sometimes, you may need to execute a program or process on a remote server from another machine. ...

Updated 4 months ago by Tiffanie BOREUX

Step-by-Step

Pelican

With Pelican installed, it's time to create the structure of your blog and configure it using the...

Updated 4 months ago by Tiffanie BOREUX

Installation on MacOS

Pelican

This guide will explain to you Pelican and walk you through setting up a development environment ...

Updated 4 months ago by Tiffanie BOREUX

Step-by-Step

Hugo

Hugo is a popular static site generator known for its speed and flexibility. This guide will help...

Updated 4 months ago by Tiffanie BOREUX

Installation on MacOS

Hugo

This guide will walk you through setting up a development environment by installing Go, Dart Sass...

Updated 4 months ago by Tiffanie BOREUX

Assign a Static IP Address

Raspberry Pi

To configure your Raspberry Pi with a static IP address, follow these steps: Open the network in...

Updated 4 months ago by Tiffanie BOREUX

Change the Raspberry Pi Boot Order

Raspberry Pi

Looking to boot your Raspberry Pi from a hard drive? Great news: it’s possible! However, you’ll s...

Updated 4 months ago by Tiffanie BOREUX

Docker Anonymous Volumes

Troubleshooting

To manage my stacks, containers, images, networks, and volumes, I use Portainer Community Edition...

Updated 4 months ago by Tiffanie BOREUX