Add oat to projects page
Publish "Implementing the Advent of Code 2022 Day 13 Packet Parser"
Update "Porting Code from C++ to Sunder"
$ ./build.bash && (cd out/ && python3 -m http.server)
$ ./build.bash
$ scp -r out/* USER@SERVER:/var/www/html/
After adding your SSH public key to ~/.ssh/authorized_keys
update
/etc/ssh/sshd_config
to contain the settings:
PermitRootLogin yes
PasswordAuthentication no