Explore >> Select a destination


You are here

www.andreasvoegele.com
| | infinitedigits.co
3.1 parsecs away

Travel
| | Here's my very simple Vim setup that I like to use for writing.
| | cyberchris.xyz
4.1 parsecs away

Travel
| | Intro So after picking up Vim less than a year ago, and spending a lot of time with it, I can say for sure it is the best text editor I have ever used. Okay, that's all the Vim propaganda you'll find in this post. The main aim of this post is to get people new to Vim into a comfortable environment, while also teaching you how to get plugins into your vim config since you'll probably want to customize it, once you get a feel of Vim.
| | willhaley.com
3.0 parsecs away

Travel
| | Clone concourse-docker locally on Ubuntu. git clone https://github.com/concourse/concourse-docker Change to the concourse-docker directory. cd concourse-docker Generate keys for your local linux Concourse environment. ./generate-keys.sh Run Concourse. If you see an error regarding Version in "./docker-compose.yml" is unsupported then edit docker-compose.yml and change the version to 2, or whatever is appropriate for your docker-compose version installed. Note that I am using the real IP address for my machine. This is necessary. Also, note the credentials being set here.
| | andreabergia.com
23.9 parsecs away

Travel
| Git has an excellent tool designed to help you reorder the commit history: interactive rebase. This can be excellent if you want to keep the history clean, so that it helps other programmers understand the logic behind the changes rather than the actual sequence of commits. Let's walk through an example. Let's write some history Link to heading Let's start by creating an empty project in a new directory: