Skip to main content

Recently Updated Pages

Creating a Super User

Applications Paperless-ngx

If you don't have a super user with your Paperless-NGX installation, you can create one with a co...

Updated 4 weeks ago by Tiffanie BOREUX

Consumption fails with "Ghostscript PDF/A rendering failed"

Applications Paperless-ngx

When updating Paperless-NGX, you may get the following error: Consumption fails with "Ghostscript...

Updated 4 weeks ago by Tiffanie BOREUX

Size Conventions

Canva

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

Updated 1 month ago by Tiffanie BOREUX

Update & Upgrade

Homebrew

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

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

macOS Installation

Powershell

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

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

Quick Add Magic

Applications Vikunja

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

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

🔄 Exporting & Restoring

MariaDB

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

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

⛔️ SSH Access

Applications ntfy

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

Updated 9 months ago by Tiffanie BOREUX

🔔 Low Space

Applications ntfy

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

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