/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
| | 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...
| | niemczuk.tech
3.1 parsecs away

Travel
| | The thing with Debian stable is that it is stable. But you don't get the newest software which is sometimes required. Of course there are backports repositories but after a new Debian stable release may not include the required version. On the other hand adding sid repositories could mess up your system after an apt update. The solution for this is apt-pinning.
| | current.workingdirectory.net
2.1 parsecs away

Travel
| | Some thoughts based on my work as a movement technologist
| | vadosware.io
14.3 parsecs away

Travel
| I upgraded my tiny cluster from kubernetes v1.13.0 to 1.15.0, and only briefly visited a single pitfall.