🏠
Working from home
A/V creative techy sysadmin climate hacker dad. Mostly using github for gists: https://gist.github.com/jult
@uva
-
too much television as a kid
- somewhere below sea-level
- http://jthz.nl/puter/software/
- https://orcid.org/0009-0005-7200-3934
- julessansscrupules
Pinned Loading
-
-
signalapp/Signal-Android
signalapp/Signal-Android PublicA private messenger for Android.
-
thunderbird/thunderbird-android
thunderbird/thunderbird-android PublicThunderbird for Android – Open Source Email App for Android (fka K-9 Mail)
-
My nginx include for TLS A+ rating a...
My nginx include for TLS A+ rating at ssllabs.com/ssltest using nginx/1.14.* and openssl 1.1.1* 1# version 2020 feb 24
23ssl_certificate /etc/letsencrypt/live/yardomain.org/fullchain.pem;
4ssl_certificate_key /etc/letsencrypt/live/yardomain.org/privkey.pem;
5ssl_trusted_certificate /etc/letsencrypt/live/yardomain.org/chain.pem;
-
[Debian 12 update!] sysctl config fo...
[Debian 12 update!] sysctl config for linux server with 32 GB DDR RAM or more, SSD and 1Gbe (or faster) NIC 1# IPv6 Configuration
2# -> note that I have disabled ip6 for our internet-connection (wan/eth0) because
3# -> my upstream/ISP (still) does not do IPv6. The rest, even localhost, does ip6 stuff.
4net.ipv6.conf.all.disable_ipv6 = 0
5net.ipv6.conf.default.disable_ipv6 = 0
-
Using URLs to whitelist on pihole se...
Using URLs to whitelist on pihole server 1#!/bin/bash
23# BE SURE TO INSTALL dos2unix, wget, sed (apt install dos2unix wget sed -y) and change these to your preferences:
4WHITELIST_URL='https://jult.net/whitelist.txt'
5WHITELIST_URLX='https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/whitelist.txt'
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.