/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

www.axismaps.com
| | unixism.net
4.7 parsecs away

Travel
| | From Unix.foo In June of 2023 Red Hat made a controversial decision to change how they distribute the source code behind Red Hat Enterprise Linux (RHEL). There have been a lot of keyboards tapped a...
| | gist.github.com
3.7 parsecs away

Travel
| | Dockerfile for https://github.com/openai/gpt-2. GitHub Gist: instantly share code, notes, and snippets.
| | willhaley.com
3.4 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.
| | managing.blue
41.3 parsecs away

Travel
| dexidp.io contains valueable information on how to configure and run DexIdp, but even though they provide a docker container, there is scarce information on how to configure and run it. So let's create a DexIdp deployment in a Docker Desktop kubectl create deployment dexidp --image dexidp/dex We see from the Dockerfile that dex is being...