Created
August 7, 2017 08:40
-
-
Save conscientiousness/c5da7886660c899cfdda260dc85e0df8 to your computer and use it in GitHub Desktop.
blog-install-server-bash
This file contains hidden or 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
sudo su | |
apt-get update | |
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y && apt-get install htop -y | |
apt-get install unattended-upgrades -y && dpkg-reconfigure -plow unattended-upgrades | |
apt-get install ntp -y && ntpq -p && service ntp restart | |
reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment