Last active
January 3, 2016 11:28
-
-
Save matyo91/8455968 to your computer and use it in GitHub Desktop.
Configuration - VirtualBox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Gérer la manuellement date sur VirtualBox | |
*Editer la date manuellement* | |
VBoxManage setextradata "VM name" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" 1 | |
$ ssh user@host | |
$ sudo date --set "2014-01-17 05:06:30" | |
*Remettre la date automatiquement* | |
VBoxManage setextradata "VM name" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment