Explore >> Select a destination


You are here

den.dev
| | www.micah.soy
2.8 parsecs away

Travel
| | Working on many projects across multiple identities can be difficult to manage. This is a procedure for leveraging git aliases to set an identity at the project level.
| | juandebravo.com
2.1 parsecs away

Travel
| | Juan de Bravo - Personal thoughts about technology (@juandebravo)
| | melkat.blog
1.5 parsecs away

Travel
| | Anyone can be anyone when it comes to commits. For example, here is a commit where ""Linus Torvalds"" deletes Linux. I put this document together for myself a while back, but I thought I would share it with other people who want a straightforward guide to setting up commit signing with GPG.
| | dustymabe.com
34.1 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.