Skip to content

Instantly share code, notes, and snippets.

@CausticD
CausticD / UniFiSetup.txt
Created May 18, 2020 15:38
UniFi Setup
DNS Server Lockdown
https://www.youtube.com/watch?v=j6IzYGAI7IE
@CausticD
CausticD / readme.txt
Created May 15, 2020 15:31
Synology LED Control
Found: https://gist.github.com/amercier/e64ee30eb3f96fcc42e3
Best: https://smallhacks.wordpress.com/2012/04/17/working-with-synology-hardware-devsynobios-and-devttys1/
Also: https://mikebeach.org/2012/12/11/controlling-the-front-leds-of-a-synology-nas-via-ttys1/
Also: https://community.synology.com/enu/forum/17/post/74526
Hardware:
Synology DS1813+ with DX513
Confirmed working:
UART2_CMD_BUZZER_SHORT 0x32 Short beep
@CausticD
CausticD / BasicPihole.txt
Last active February 12, 2021 19:23
Basic Pihole install
Firstly, follow instructions for Basic Raspbian setup.
1) Log into Raspbian using SSH and Putty
2) Type: curl -sSL https://install.pi-hole.net | bash
- To set up auto updates, follow instructions at bottom of Readme: https://github.com/CausticD/crontab-ui
- To set up https access: https://gist.github.com/CausticD/dc6a34b33be3e2a927b17b2d67a90b27
@CausticD
CausticD / gist:dc6a34b33be3e2a927b17b2d67a90b27
Last active September 13, 2021 22:00
Pihole with https on a RPi
Links:
https://certbot.eff.org/lets-encrypt/debianbuster-other
https://discourse.pi-hole.net/t/enabling-https-for-your-pi-hole-web-interface/5771
https://www.gilbertotorres.com/install-letsencrypt-ssl-into-pi-hole-server/
https://scotthelme.co.uk/securing-dns-across-all-of-my-devices-with-pihole-dns-over-https-1-1-1-1/
New Links:
https://github.com/acmesh-official/acme.sh
https://scotthelme.co.uk/setting-up-https-for-home-assistant/
https://cxi.org.uk/pi-hole-lets-encrypt/
@CausticD
CausticD / Readme.txt
Last active September 26, 2022 03:35
Wireguard Setup on Raspberry Pi 4
This installation guide assumes using Windows. It is mainly for me to document the process so that I can do it again when I break something!
Phase 1: Get a working copy of an up to date Rasbian on the Pi:
(Follow guide for basic Raspbian here: https://gist.github.com/CausticD/06e74f178e0772a1717a5d9a232d2bd9#file-basicraspbian-txt)
Phase 2: Install Wireguard
Links:
https://www.wireguard.com/install/