Explore >> Select a destination


You are here

etodd.io
| | seasidetesting.com
9.5 parsecs away

Travel
| | In preparation of a workshop at Agile Testing Days 2022, I'm setting up a Raspberry Pi as a backup system for participants, to be prepared if things go wrong. Especially one of the first steps "Installing Ruby - If Necessary" has the potential to fail or take too long. With the keyboard configured (see the...
| | endot.org
10.4 parsecs away

Travel
| | I've been using git_backup to back up the websites I run for quite a while now. It works well and I only need to scan the daily cron emails to see if the backup went well or if there were any odd files changed the day before. One thing that I didn't expect when I started using it was how it would enable developing those websites in a sandbox without any danger of affecting the production instances.
| | www.jtolio.com
7.7 parsecs away

Travel
| |
| | 128bit.io
68.2 parsecs away

Travel
| Ok, lets start with something easy! :) What are SSH keys: SSH keys are a way to allow someone access to a user on another system without the need for a password. This is done with 2 key files one that is public and the other private. This is called "Public-key cryptography". The public key will be sent to the server that you want to connect to and the private will stay on your local (orclient) system.