Explore >> Select a destination


You are here

www.fosslicious.com
| | blog.goodstuff.im
3.6 parsecs away

Travel
| | [AI summary] A guide detailing the setup of Windows 10 and WSL2 for development, including installing Rust, configuring SSH, and integrating with VS Code.
| | willhaley.com
3.7 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.
| | www.andreasvoegele.com
3.9 parsecs away

Travel
| | How to use Kotlin for scripting from the Linux command line
| | www.djpeacher.com
31.6 parsecs away

Travel
| If you are trying to use "System Python" or manually install other versions, you could be saving yourself a lot of grief by using a version manager instead.