/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

current.workingdirectory.net
| | dustymabe.com
2.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.
| | danielms.site
3.8 parsecs away

Travel
| | I build things and drink coffee.
| | www.serveradminblog.com
2.6 parsecs away

Travel
| |
| | vxlabs.com
15.6 parsecs away

Travel
| The language server protocol was proposed by Microsoft as a way for different editors and development environments to share language analysis backends This post describes how to configure Emacs, lsp-mode and the palantir python-language-server for improved code intelligence when working on Python projects. (I'm planning a companion post for Emacs, C++ and the cquery language server.) Goal Before starting, it is motivating to see what we are working towards. With a correctly configured setup, Emacs will s...