Skip to content

Instantly share code, notes, and snippets.

@hoangdh
Created February 8, 2019 17:03
Show Gist options
  • Save hoangdh/0cc46cb8c10122a6218b6e78ac8c67cf to your computer and use it in GitHub Desktop.
Save hoangdh/0cc46cb8c10122a6218b6e78ac8c67cf to your computer and use it in GitHub Desktop.
Automatic update time/date on Linux
#!/bin/bash
timedatectl set-timezone Asia/Ho_Chi_Minh
yum install ntp -y
ntpdate pool.ntp.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment