Skip to content

Instantly share code, notes, and snippets.

View polyfloyd's full-sized avatar
🏔️

polyfloyd

🏔️
View GitHub Profile
[Unit]
Description=Check online
After=network.target
Before=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/fping %i
[Install]
@paragonie-scott
paragonie-scott / crypto-wrong-answers.md
Last active November 21, 2025 14:34
An Open Letter to Developers Everywhere (About Cryptography)
@plentz
plentz / nginx.conf
Last active November 27, 2025 12:39
Best nginx configuration for improved security(and performance)
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048