Skip to content

Instantly share code, notes, and snippets.

@kilfu0701
Last active February 21, 2019 02:52
Show Gist options
  • Save kilfu0701/7cc56cfb94684e18eddcee75353d45a1 to your computer and use it in GitHub Desktop.
Save kilfu0701/7cc56cfb94684e18eddcee75353d45a1 to your computer and use it in GitHub Desktop.
CentOS quick setup
##
yum groupinstall "Development tools"
## set system timezone
timedatectl set-timezone Asia/Tokyo
## date sync
yum install -y ntp
chkconfig ntpd on
ntpdate pool.ntp.org
service ntpd start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment