Explore >> Select a destination


You are here

rolisz.ro
| | zzamboni.org
2.4 parsecs away

Travel
| | via http://www.freshblurbs.com/blog/2013/06/22/github-multiple-ssh-keys.html#tldr Since Github doesn't allow us to reuse an SSH Key, the only sane solution is to jump through some hoops and generate + use multiple keys on the server itself. Let's look at some effective approaches of doing that. Short version: define multiple hosts in the SSH config file for each repository, which use different SSH keys, then you can assign different deploy keys to each repo. But read the whole article for the full details.
| | blog.gnoack.org
2.5 parsecs away

Travel
| | [AI summary] The article discusses how to use Git without relying on hosted platforms like GitHub or GitLab by setting up a local Unix/Linux server for repository hosting and managing projects through SSH.
| | www.taniarascia.com
5.6 parsecs away

Travel
| | Git is a difficult subject to tackle for self-taught web developers who didn't learn to code with a team. If you've always worked alone and
| | www.ethanrosenthal.com
18.3 parsecs away

Travel
| I make Python packages for everything. Big projects obviously get a package, but so does every tiny analysis. Spinning up a quick jupyter notebook to check something out? Build a package first. Oh yeah, and every package gets its own virtual environment. Let's back up a little bit so that I can tell you why I do this. After that, I'll show you how I do this. Notably, my workflow is set up to make it simple to stay consistent.