- Oct 15: Google's Bigtable paper
- Dec 5: "Producing Wrong Data Without Doing Anything Obviously Wrong!" +
- Jan 20: "Source Code Rejuvenation is not Refactoring" +
# Backup | |
docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql | |
# Restore | |
cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE | |
*.pyc | |
*.jpe | |
*.png |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"