Skip to main content

Server Provisioning

Citadel

Install Citadel: curl https://easyinstall.citadel.org/install | bash   Answer questions during...

Bookstack

Installing Bookstack: https://jardin.icamole.fr/books/bookstack/page/installation note: correct...

Java JAR Command

Creating a JAR The following creates a jar file and sets the entry point in Manifest.txt: jar c...

systemd Timer

As a modern systemd replacement for chron, the following is an example of oneshot Unit triggered ...

Bookstack Backup

Example shell script to backup Bookstack content: # must be run as root cd /var/www/bookstack ...

Citadel Backup

Example backup script: # must be run as root cd /usr/local/citadel git add -A && git commit -m...

Full Server Backup

Using dd: Reference links: https://wiki.archlinux.org/title/Rsync#Full_system_backup https:/...

Tox Bootstrap Node on Debian

These steps have been tested on Debian 11 References: https://wiki.tox.chat/users/runningnode...

Nginx Reverse UDP & TCP Proxy

Reference: https://docs.nginx.com/nginx/admin-guide/load-balancer/tcp-udp-load-balancer/ Ng...

Install Git via PowerShell

It's easy! Run: winget install --id Git.Git -e --source winget Then you'll see something like:...

Create a flash drive image

Reference: https://superuser.com/questions/668485/creating-a-fat-file-system-and-save-it-into-a-f...

Resize a flash drive image

Reference: https://askubuntu.com/questions/1174487/re-size-the-img-for-smaller-sd-card-how-to-shr...

BibleSD Duplication

The simplest (but longest) method to duplicate this BibleSD is to simply select the files through...

Partial microSD Image

Instructions to partially clone the image from a microSD (or anything else), where the filesystem...

Installing BibleSuperSearch on Debian

Basic software Apache2 MariaDB sudo apt update && sudo apt install apache2 mariadb-server ...