[updated:2019/07] ERPNext manual install on Debian Stretch 9.x

I have tested this sequence several times on Debian Stretch 9.4 & 9.5 (and recently 9.8) – it works consistently. It is based on various documents which are available on the ERPNext forums. I have left my little scraps of notes in comment lines. The syntax is ZSH/BASH compliant if you want to copy/paste it.…

[UPD:2020-10-16] Passwordless SSH login & filesystem mount (HOWTO)

Once you have set up your ssh keys on the remote host (the server), and also on the local client (your PC), you can connect without (necessarily) having to input a password. To make this secure, the 2 connecting machines need to establish that you’re an OK person on both sides by exchanging keys which…

[updated 2020-09-20] Generating SSH keys (HOWTO) for your server (+ and your user)

There are MANY such guides on the internet – this one is probably not any different or better than those. You should read the man-page for SSH-keygen. THE best resource/book that I have read on the topic is SSH Mastery – Michael W Lucas. His books are generally some of the best on each topic…