Explore >> Select a destination


You are here

opam.ocaml.org
| | zignar.net
12.1 parsecs away

Travel
| | Personal weblog about programming, linux, life, the universe and everything
| | ariya.io
11.2 parsecs away

Travel
| | In the earlier blog post, I mentioned the use of Nix as a package manager on OS X. In this follow-up, you will witness the power of Nix to create isolated development environments.
| | stribny.name
12.8 parsecs away

Travel
| |
| | dustymabe.com
69.8 parsecs away

Travel
| It is common practice among Linux users to exchange ssh keys between machines so that you can ssh between them without having to authenticate. The manual process for doing this involves taking the public key of the local host (~/.ssh/id_rsa.pub or ~/.ssh/id_dsa.pub) and appending it to the ~/.ssh/authorized_keys file of the remote host you wish to log in without a password. This process is simple, but requires a few different steps.