0 Followers
0 Following
1 Posts

Information panel at a train station

https://lemmy.world/post/25756342

Information panel at a train station - Lemmy.World

Lemmy

A Happy Family - Lemmy.World

Lemmy

Subway - Lemmy.World

Lemmy

Pic - Lemmy.World

Debian Sarge - Lemmy.World

Windows 2000 professional

https://lemmy.world/post/15994813

Windows 2000 professional - Lemmy.World

(crosspost) - Lemmy.World

cross-posted from: https://lemmy.world/post/15880015 [https://lemmy.world/post/15880015] > Sealed Windows 2000 Advanced Server floppy disks

Sealed Windows 2000 Advanced Server floppy disks

https://lemmy.world/post/15880015

Sealed Windows 2000 Advanced Server floppy disks - Lemmy.World

I can't help looking through the window on the way to work

https://lemmy.world/post/14585086

I can't help looking through the window on the way to work - Lemmy.World

bash script that displays debian releases

https://lemmy.world/post/13517475

bash script that displays debian releases - Lemmy.World

#!/bin/bash #Requires: html2text, wget wget -q -O - https://www.debian.org/releases/ [https://www.debian.org/releases/] | html2text > /tmp/debian.txt cat <<EOF $(grep ‘* Debian.*[Rr]elease’ /tmp/debian.txt) $(grep ‘current testing’ /tmp/debian.txt) ----------------------------------------------------------- This system: $(lsb_release -a) EOF rm -f /tmp/debian.txt sleep 60 exit 0