df -h
'-h' は 61917736 を 60G とかになおしてくれる。
tar -cvzf tgzFILE DIRCompressTo
tar -xvzf tgzFILE
git pull --rebase
git commit --amend --author="mgmn <mgmnjp@example.com>" --no-edit
(Enter) ~.
certbot --non-interactive certonly --webroot -w /var/www/html -m "mgmnjp@example.com" --agree-tos -d "example.com"
certbot --non-interactive certonly --webroot -w /var/www/html -m "mgmnjp@example.com" --agree-tos -d "example.com" --test-cert
staging server は production server よりも証明書の重複取得の回数制限がかなり緩和されている。