
Originally Posted by
wallacekos
Hello ALL. \o/
Is there any solution for not having to type the command date and always return the date 7 years ago? every time I start the server on a virtual machine? I use VBOX.
put this in you start
Code:
timedatectl set-ntp 0date -s "$(date +'2016%m%d %H:%M')"
sample:

ps: change 2016 for 2013.
enjoy