Skip to content

Instantly share code, notes, and snippets.

@ykyk1218
Created February 21, 2017 06:23
Show Gist options
  • Save ykyk1218/6a6ad94c0cb4f16d8e783f194d57a1ea to your computer and use it in GitHub Desktop.
Save ykyk1218/6a6ad94c0cb4f16d8e783f194d57a1ea to your computer and use it in GitHub Desktop.
開発環境(vagrant)の時刻を一時的に変更する
#
sudo service vboxadd-service stop
sudo date -s "02/08 7:00 2017"
# 元に戻す
sudo service vboxadd-service start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment