Explore >> Select a destination


You are here

current.workingdirectory.net
| | rants.org
9.6 parsecs away

Travel
| |
| | nikdoof.com
8.1 parsecs away

Travel
| | [AI summary] A tutorial explaining how excessive package dependencies are installed by default in Debian-based systems and providing configuration tips to control this behavior.
| | popey.com
12.3 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...
| | martin.wojtczyk.de
48.8 parsecs away

Travel
| PostgreSQL maintains its own package repositories for binary packages for the most common Linux distributions and operating systems, which allows you to stay up to date through your familiar packag...