Updating date

Use this command to get and set the date of your debian/ubuntu systems :)

sudo date -s "$(wget -S  "http://www.google.com/" 2>&1 | grep -E '^[[:space:]]*[dD]ate:' | sed 's/^[[:space:]]*[dD]ate:[[:space:]]*//' | head -1l | awk '{print $1, $3, $2,  $5 ,"GMT", $4 }' | sed 's/,//')"
Read More

Reading Material

It is time for us to learn.

This is a growing list of interessant papers/books/web pages. Please let me know if there are errors/broken links :)

Read More

A post with an embedded album

This is a post containing an embedded gallery. Embedding a gallery is really easy. All you do is call the gallery plugin via {% includeGallery yourAlbumeName %}.

Read More

Jekyll Photo Gallery

With Jekyll-Photo-Gallery you can easily generate a photo gallery for your Jekyll site or blog. Jekyll-Photo-Gallery generates a static index and a page for every photo based on the layouts photoIndex.html and photo.html. These layouts can be easily adapted to fit the style of your site. The photo layout is also automatically enriched with metadata such as photo location (Google Maps), ISO, F and speed values.
The whole plugin is setup so that new photos can be added with minimal effort. Thumbnails are automatically generated with ImageMagick on macOS and Linux. (It may work on windows as well, but you need to find out how to install ImageMagick yourself.)

Read More