/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

vincent.bernat.ch
| | sylvaindurand.org
2.9 parsecs away

Travel
| |
| | blog.okturtles.org
1.2 parsecs away

Travel
| |
| | popey.com
3.0 parsecs away

Travel
| | Yesterday I wrote about how I made a mistake by updating my primary Ubuntu computer to include the proposed pocket. I shouldnt have done this. So today I quickly hacked together a script to take any packages which came from proposed and downgrade them back to the release pocket. Its not pretty, but it worked, for me. #!/bin/bash TMPDIR=$(mktemp -d) PACKAGES=$TMPDIR/packages DOWNGRADE=$TMPDIR/downgrade # Get list of all installed packages dpkg -l | grep ^ii | awk -F ' ' '{ print $2}' > $PACKAGES # Start t...
| | devopsdirective.com
17.1 parsecs away

Travel
| [AI summary] The article explains how to create a maintenance page for a Kubernetes service using nginx and ConfigMaps without requiring a custom container image.