Welcome to Nick's Random Musings

Of course I don't know what I'm doing, what fun would that be?


Suicide Booths could be named this too.


meta
Nick Gully, Denver

Baggage

certbot error fix


meta
Nick Gully, Denver

If you are getting the error:

Attempting to renew cert from /etc/letsencrypt/renewal/example.com.conf produced an unexpected error: At least one of the required ports is already taken.. Skipping.

Add hooks to start and stop your webserver in certbot’s cron job:

0 */12 * * * root test -x /usr/bin/certbot -a ! -d /run/systemd/system && perl -e ‘sleep int(rand(3600))’ && certbot -q r enew –pre-hook “service nginx stop” –post-hook “service nginx start”

Technical Debt is my business


meta
Nick Gully, Denver

And business is good.

Jokes


meta
Nick Gully, Denver

What do you call computers that write poetry? Beep-niks Chemistry jokes are funny if you know what amine.

IT Koan


meta
Nick Gully, Denver

What is the sound of one TCP socket ACKing?

« Older Posts Newer Posts »