Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 964 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 964 Bytes

Remember to update all os first:

 apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y;

To install user philip with full sudo:

 curl https://raw.githubusercontent.com/Flums/serversetup/master/user/install-philip.sh|sh

Installing munin-node with allow for munin.digno.no

 curl https://raw.githubusercontent.com/Flums/serversetup/master/install-munin-node.sh|sh

Installing munin with munin.conf from Github

 curl https://raw.githubusercontent.com/Flums/serversetup/master/install-munin.sh|sh

Let Ubuntu update security packages itself

 dpkg-reconfigure --priority=low unattended-upgrades

Set up sshd server to port 39029 and no password-logins

 curl https://raw.githubusercontent.com/Flums/serversetup/master/install-sshd-config.sh|sh

Add custom ufw scripts

 curl https://raw.github.com/Flums/serversetup/master/install-ufw-scripts.sh|sh