git config --local --list
git commit --amend --author "New Author Name <[email protected]>"
git config --local --list
git commit --amend --author "New Author Name <[email protected]>"
ssh -T [email protected]
$ tar cz my_large_file_1 my_large_file_2 | split -b 1024MiB - myfiles_split.tgz_
$ cat myfiles_split.tgz_* | tar xz
Based https://stackoverflow.com/questions/1120095/split-files-using-tar-gz-zip-or-bzip2
TL;DR
Install Postgres 9.5, and then:
sudo pg_dropcluster 9.5 main --stop
sudo pg_upgradecluster 9.3 main
sudo pg_dropcluster 9.3 main