/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

yasoob.me
| | www.serveradminblog.com
2.2 parsecs away

Travel
| |
| | blog.florentdelannoy.com
1.5 parsecs away

Travel
| | Florent Delannoy's blog
| | dustymabe.com
2.5 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.
| | ericlathrop.com
15.5 parsecs away

Travel
| I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python.