/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

jinyuz.dev
| | jamesmead.org
2.9 parsecs away

Travel
| | Using conditional includes in your git configuration
| | blog.kulman.sk
2.4 parsecs away

Travel
| | I use the same machines to work on both personal and work projects. I usually have to use a different Git identity for the work projects than for my personal projects. Previously I had my personal Git identity set globally and then used local Git configs to override it in work projects. This worked just fine but it was too much work. There is a better solution. Git config allows you to use, or better to say include, another Git config for a specific directory and all its subdirectories. I have all my pro...
| | phili.pe
3.2 parsecs away

Travel
| | Personal website of Philipe Fatio
| | www.jhanley.com
27.8 parsecs away

Travel
| Ubuntu 20.04 Desktop does not include an SSH server preinstalled. In this article, I show how I install OpenSSH, create an SSH keypair, install the keypair Ubuntu for a user and disable password-based SSH logins. I also include a PowerShell script to mimic the base features of ssh-copy-id.