Posts
-
EXIF photo meta data
photo linuxRead photo take time from command line and compare to file name
-
Overlayfs
linuxMerges a readonly base directory (
lower
) and a new directory (upper
) into a writable directory (merged
) Changes made in this writable directory are saved inupper
-
Setup a new Mac
mac referenceBelow is a semi-ordered list of installation/configuration steps for a new Mac
-
Sharing internet from Raspberry Pi
raspberry-pi linuxThe ADSL line is down. But you have a 3G modem/cellphone. The problem is you want (need?) internet on a desktop.
-
Finding the best compression for a file
compression micro-optimizationFiles compress better depending on the compression method. Sometimes it does not even compress, and the raw file is the smaller than any compressed file. So what compression method should be used to compress a file?
-
Jekyll Setup
jekyll configsI wanted to use a basic or a 2 column Jekyll theme, but they were either to basic or had a lot of overhead. So I used the default theme, made some minor changes and created some scripts to help with post-creation.