Advanced Search
Search Results
186 total results found
TrueNAS - SCALE Create a local Backup and Send to S3 Buckets
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
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
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
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
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
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...