This repo contains useful scripts written in Bash/Shell for securing and configuring servers.
Run the following command on the server as 'root':
cd;rm ubuntu.sh;wget 'https://raw.githubusercontent.com/robkerry/server-setup/master/ubuntu.sh';chmod +x ubuntu.sh;./ubuntu.sh;rm ubuntu.sh;
OR
cd;rm nginx.sh;wget 'https://raw.githubusercontent.com/robkerry/server-setup/master/nginx.sh';chmod +x nginx.sh;./nginx.sh;rm nginx.sh;
OR
cd;rm elastic.sh;wget 'https://raw.githubusercontent.com/robkerry/server-setup/master/elastic.sh';chmod +x elastic.sh;./elastic.sh;rm elastic.sh;
OR
cd;rm haproxy.sh;wget 'https://raw.githubusercontent.com/robkerry/server-setup/master/haproxy.sh';chmod +x haproxy.sh;./haproxy.sh;rm haproxy.sh;
OR
cd;rm cratedb.sh;wget 'https://raw.githubusercontent.com/robkerry/server-setup/master/cratedb.sh';chmod +x cratedb.sh;./cratedb.sh;rm cratedb.sh;
OR
cd;rm openvpn.sh;wget 'https://raw.githubusercontent.com/robkerry/server-setup/master/openvpn.sh';chmod +x openvpn.sh;./openvpn.sh;rm openvpn.sh;
OR
cd;rm mysql.sh;wget 'https://raw.githubusercontent.com/robkerry/server-setup/master/mysql.sh';chmod +x mysql.sh;./mysql.sh;rm mysql.sh;