Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

186 total results found

TrueNAS - SCALE Create a local Backup and Send to S3 Buckets

NAS

To automate backing up your TrueNAS configuration directly to Amazon S3 or any S3-compatible cloud storage, you need to create a local backup script and pair it with a TrueNAS Cloud Sync task TrueNAS automatically saves daily configuration databases locally t...

pfSense - Local System Config Backup and send to S3 Buckets

Security

To automate backing up your pfSense configuration to Amazon S3, you can use pfSense's built-in rclone package. This eliminates the need for complex custom shell scripts because rclone can natively authenticate with AWS S3 and encrypt your files. Here is the...

PiHole - Blocklist

Raspberry PI

This is a good list for office and homelabs  If you need to import them into piHole v6 click HERE # ============================================================================== # 1. CORE ALL-IN-ONE & BASE ADS (Essential) # ===============================...

PiHole - Add KeepAlive on two Pi's

Raspberry PI

Setting up keepalived for dual Pi-holes requires installing the package on both machines, writing a short configuration file on each, and pointing your network/AD DNS forwarder to the shared Virtual IP (VIP). Prerequisites & Example Values Check your network...

Kiwiplan - Template Variables

Kiwiplan

Product Price List [General] NumberOfFooterLines=2 NumberOfDetailLines=1 UseShipToAddressAutotext=No UseProductDesignAutotext=No sortdetailsby=productprice.activedate Add the following lines to [RELATIONSHIPS] section: company=productdesign.c...

Postgres - Useful Commands

Database Toolset

Create a file to store login and password cd /root vi .pgpass localhost:5432:*:postgres:password1localhost:5433:*:postgres:password1 #Use Postgres sudo -p 5432 -u postgres psql #Tests the conntection sudo psql -h localhost -p 5432 -U postgre...