Skip to content

Instantly share code, notes, and snippets.

@matyo91
Last active January 3, 2016 11:28
Show Gist options
  • Save matyo91/8455968 to your computer and use it in GitHub Desktop.
Save matyo91/8455968 to your computer and use it in GitHub Desktop.
Configuration - VirtualBox
# 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