Recent Activity
Tiffanie BOREUX
User for 3 months
Recently Created Pages View All
🐚 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...
🔄 Exporting & Restoring
Export one database mariadb-dump --user=<DB_USERNAME> --password --lock-tables --databases <DB_NA...
💿 Renaming a Database
Renaming a PostgreSQL Database Inside a Docker Container: Step-by-Step Guide Step 1: Connect to t...
Recently Created Chapters View All
ntfy
ntfy lets you send push notifications to your phone or desktop via scripts from any computer, usi...
Apache Guacamole
Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC,...
Paperless-ngx
Paperless-ngx is a document management system that transforms your physical documents into a sear...
Bookstack
BookStack is a simple, open-source, self-hosted, easy-to-use platform for organising and storing ...
Recently Created Books View All
MariaDB
MariaDB is a community-developed, commercially supported fork of the MySQL relational database ma...
PostgreSQL
PostgreSQL or Postgres, is a free and open-source relational database management system.
Debian
Debian, also known as Debian GNU/Linux, is a free and open source Linux distribution, developed b...
Powershell
PowerShell is a task automation and configuration management program from Microsoft, consisting o...
Barman
Barman (Backup and Recovery Manager) is an open-source administration tool for disaster recovery ...
Recently Created Shelves View All
Database
A database is an organized collection of structured information, or data, typically stored electr...
Linux
Linux is a family of open-source Unix-like operating systems based on the Linux kernel.
Windows
Microsoft Windows is a product line of proprietary graphical operating systems (OS) developed and...
Backup
Softwares for copying the data taken and stored elsewhere so that it may be used to restore the o...
Web Development
Web Development is the work involved in developing a website, static or dynamic.