Snippets is where I collect knowledge about science, web development, data and code.

This is more for me to be able to easily recall small bits of information I find on the internet, but you may find some of these useful.

SSH Notes

  • Post category:Snippets

These are some notes and commands I frequently use for SSH. If you need to generate SSH keys use the following command and follow the prompts: ssh-keygen -t ed25519 -C…

Continue ReadingSSH Notes