|
You are here |
vincent.bernat.ch | ||
| | | | |
popey.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | Some thoughts based on my work as a movement technologist | |
| | | | |
vadosware.io
|
|
| | | I upgraded my tiny cluster from kubernetes v1.13.0 to 1.15.0, and only briefly visited a single pitfall. | ||