Update "Dead Simple Testing for Programming Language Projects"
Add blog idea about N-in-1 shower product
Update "Dead Simple Testing for Programming Language Projects"
$ ./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