Skip to content

Instantly share code, notes, and snippets.

@bjorkqvist
bjorkqvist / photos_takout
Created May 29, 2019 22:41
Export images and video from Google Photos and adjust metadata
Export images and video from Google Photos and adjust metadata
-- download images from
takeout.google.com/settings/takeout
-- unzip
- flatten to new dir takeout2
exiftool -q -q -r -d takeout2 "-directory<filemodifydate" "-directory<createdate" "-directory<datetimeoriginal" Takeout
@bjorkqvist
bjorkqvist / ubuntu_dev.sh
Created November 1, 2017 21:30
ubuntu_dev
#!/bin/bash
echo "Hello, developer"
echo "-----Prepararations-----"
echo "Installing Ubuntu-make"
sudo apt install ubuntu-make
echo "Installing build-essential"
sudo apt install build-essential