Skip to content

Instantly share code, notes, and snippets.

@jnbdz
Created September 13, 2023 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnbdz/2d0e391980cd4d513ace99924d964a86 to your computer and use it in GitHub Desktop.
Save jnbdz/2d0e391980cd4d513ace99924d964a86 to your computer and use it in GitHub Desktop.
sudo hwclock -s
sudo apt update
sudo apt install ntpdate
sudo ntpdate time.windows.com
alias fixtime="sudo hwclock -s"
/etc/wsl.conf:
[clock]
synchronize = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment