Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Setup Scripts

This repo contains useful scripts written in Bash/Shell for securing and configuring servers.

Basic Ubuntu Server Setup

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;

About

Scripts to manage servers

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages