???

Lecker, Suppe!

24.3.2023 20:36:47 reposted from dit

Jimi Tenor - Baby Free Spirit (Official Music Video)

from https://youtu.be/tuXLwXv0Yx4


reposted by dit
24.3.2023 19:39:51 reposted from dit

Herbert Grönemeyer - Was soll das (offizielles Musikvideo)

crinch city berlin

from https://youtu.be/xJJIS64k_LY

24.3.2023 19:09:06 reposted from dit

Icke & Er - Der Untergang (Mach Et Einfach, 2007)

from https://youtu.be/9r36r4PnrBE

24.3.2023 19:09:02 reposted from dit

Icke & Er - Der Untergang (Mach Et Einfach, 2007)

from https://youtu.be/9r36r4PnrBE

18.3.2023 07:04:39


reposted by raumfahrtagentur
16.3.2023 10:15:56 reposted from raumfahrtagentur

15.3.2023 18:54:08 reposted from juozaspo

15.3.2023 18:54:02 reposted from juozaspo

15.3.2023 18:51:15 reposted from juozaspo

15.3.2023 18:51:13 reposted from juozaspo

14.3.2023 20:29:52 reposted from dit

Keine Party

Reclaim the Planet

from https://youtu.be/oYSfVL8w6Rs?list=PLEpjZ6a3i26cS1_0M8cNWFYvRDjZP4W6w

11.3.2023 09:51:09 reposted from juozaspo

10.3.2023 12:11:41

from https://i.redd.it/qstbvdf8kgi31.jpg


reposted by kalesor
9.3.2023 00:48:05 reposted from dit

2.3.2023 11:27:18

Der Himmel über Berlin

Der Himmel über Berlin | Video | Ein unsterblicher Engel beobachtet die Menschen in Berlin, ohne sich in ihr Leben einzumischen. Bis er sich eines Tages unsterblich in eine schöne Zirkusartistin verliebt.

2.3.2023 08:57:05 reposted from raumfahrtagentur

'as long as you are standing

give a hand to those who have fallen'


Elephant for size.


by: Herakut, Wes21 & Onur


reposted by dit
28.2.2023 21:49:42 reposted from juozaspo

Oneline random image html file generator

The command below generates a html file pointing to 100 random image files found in the directory tree of the working directory. You can adjust it to your needs by putting the paths you want to exclude or adding more extensions to placeholders as shown below. The output file shows images centered on screen, with max widths no larger than screen.

echo -e "<html>\n<head>\n<title>Random Images</title>\n</head>\n<style>\nimg {max-width:100%; height:auto}\nbody{text-align:center}\n</style>\n<body>\n$(find -type f -not \( -ipath "./paths/*" -or -ipath "./to/*" -or -ipath "./exclude/*" \) -and \( -iname "*.jpg" -or -iname "*.jpeg" -or -iname "*.png" -or -iname "*.gif" -or -iname "*.webp" -or -iname "*.bmp" \) | cut -d\/ -f2- | sort | shuf -n 100 | tr '\n' '\0' | xargs -0 -I{} echo "<div style=\"margin:auto\"><img title=\"{}\" src=\"$(realpath "{}")\"></div>")</body>\n<html>" > /tmp/random.htm

The output file is saved as /tmp/random.htm

 
▼ see more... ▼