Skip to content

Instantly share code, notes, and snippets.

View polyfloyd's full-sized avatar
🏔️

polyfloyd

🏔️
View GitHub Profile
@plentz
plentz / nginx.conf
Last active April 24, 2026 08:51
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
@paragonie-scott
paragonie-scott / crypto-wrong-answers.md
Last active April 22, 2026 21:43
An Open Letter to Developers Everywhere (About Cryptography)
[Unit]
Description=Check online
After=network.target
Before=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/fping %i
[Install]