Explore >> Select a destination


You are here

www.learnitguide.net
| | www.michaelcrump.net
5.0 parsecs away

Travel
| | Learn how to generate SSH keys to log into a Linux VM with Cloud Shell and BASH on Windows 10
| | nativeguru.wordpress.com
8.4 parsecs away

Travel
| | Hi. This is part 2 of the "How to set local AOSP Gerrit server", you might want to start with part 1 here. In part 1 we've downloaded all the necessary stuff and in this post we're going to set it all up. First thing, let's bootstrap Gerrit. Let's create a Gerrit user: $ sudo...
| | popey.com
6.7 parsecs away

Travel
| | My blog at popey.com/blog is hosted on a Bitfolk VPS, built from the Hugo source code in a public GitHub repo. My workflow for publishing a post goes like this: ? Use whatever machine Im sat at ? Clone the repo ? Add a new page, edit until ready ? Push directly to the main branch Early on in my use of Hugo, I was manually using hugo and rsync over SSH directly on the VPS.
| | www.ethanrosenthal.com
63.8 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.