/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

fabianlee.org
| | previnder.com
2.9 parsecs away

Travel
| |
| | claytonerrington.com
2.8 parsecs away

Travel
| | How to secure your jellyfin server with ssl
| | zaries.wordpress.com
1.8 parsecs away

Travel
| | There are thousands of articles and entries in stackexchange but none of them worked for me out of the box. So after hours of battling with this issue here is my short recipe. Create the Root Key: openssl genrsa -out rootCA.key 2048 Self-sign this root certificate: openssl req -x509 -new -nodes -key rootCA.key -sha256 -days...
| | vincent.bernat.ch
19.2 parsecs away

Travel
| systemd can bring two features to a Go service: a readiness signal for other services and a watchdog timer.