Skip to content

Instantly share code, notes, and snippets.

Vintage article written by me: Marco "kpanic/beatpanic" Milanesi in 2007 ;)
*What would the world be like without GNU?*
What would the world be like without Nutella?
Surely we would have one less definition of 'sweet', one less happy moment for
all generations of children.
But maybe more creative and tasty sweets... but we all know: Nutella is always
The Nutella! (or so we believe, because it exists)
@kpanic
kpanic / deb-random.sh
Created July 26, 2014 13:38
Random debian package [lazy saturday mode]
INDEX=$(expr $(od -vAn -N4 -tu4 < /dev/urandom) % $(apt-cache pkgnames | tee /tmp/alldebs.txt | wc -l))
DEBS=$(cat /tmp/alldebs.txt)
set -- $DEBS
apt-cache show "${!INDEX}"