Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save conscientiousness/c5da7886660c899cfdda260dc85e0df8 to your computer and use it in GitHub Desktop.
Save conscientiousness/c5da7886660c899cfdda260dc85e0df8 to your computer and use it in GitHub Desktop.
blog-install-server-bash
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