Duncan Wither

Home Notes Github LinkedIn

Website Hosting

For info on how I created my website see the website tut v4. This is just notes on how to then have it hosted online. # nginx See my nginx specific notes.

certbot

My malformation of the arch wiki on this subject.

apt install certbot
certbot --nginx

Neofetch

neofetch broke scp for me. The basic work around is to not use neofetch, because its nice and pretty, but not really required (and it costs over 100MB!?).

The second work around appears to be:

if [ -n "$SSH_TTY" ]; then /usr/bin/neofetch; fi

Thank you stack overflow.

Security

See server-security for more pointers.