Last active
February 21, 2019 02:52
-
-
Save kilfu0701/7cc56cfb94684e18eddcee75353d45a1 to your computer and use it in GitHub Desktop.
CentOS quick setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
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