Skip to main content

Recently Updated Pages

Update & Upgrade

Homebrew

Update First, you need to fetch the newest version of Homebrew and all formulae from GitHub using...

Updated 3 days ago by Tiffanie BOREUX

Size Conventions

Canva

This article is a cheat sheet for all my images specification. Gitlab README Covers Width: 1350p...

Updated 3 days ago by Tiffanie BOREUX

Docker Commands to Remember

Set Up

This article is a list of some Docker commands you should keep in mind. 1. docker exec doc...

Updated 3 days ago by Tiffanie BOREUX

macOS Installation

Powershell

Here is the installation of PowerShell for macOS. Installation Using Homebrew brew install --cas...

Updated 3 days ago by Tiffanie BOREUX

🔎 Adding a Customised Search Engine

Opera

In this case, I'm gonna add the docker search engine in Opera for MacOS. CHEATSHEET Open Opera ...

Updated 1 month ago by Tiffanie BOREUX

Quick Add Magic

Applications Vikunja

Quick Add Magix Syntax Cheatsheet Labels - * *"Label with spaces" Project - + +"Project with spa...

Updated 2 months ago by Tiffanie BOREUX

💿 Renaming a Database

PostgreSQL

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

Updated 7 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 7 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 7 months ago by Tiffanie BOREUX

🔄 Exporting & Restoring

MariaDB

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

Updated 7 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 7 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 7 months ago by Tiffanie BOREUX

⛔️ SSH Access

Applications ntfy

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

Updated 7 months ago by Tiffanie BOREUX

🔔 Low Space

Applications ntfy

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

Updated 7 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 8 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 8 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 8 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 8 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 8 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 8 months ago by Tiffanie BOREUX