Skip to content

Bash scripts to set up/bootstrap low end virtual servers

Notifications You must be signed in to change notification settings

jkilgore/lowendscript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

:Low End Bootstrap Scripts:
This script is to setup low end virtual servers.

:How to Use:
wget --no-check-certificate https://raw.github.com/jkilgore/lowendscript/master/lowendscript.tar.gz
tar -xvzf lowendscript.tar.gz
bash setup-debian.sh (system|exim4|nginx|mysql|php)

:What It Does:
system -- removes some commonly bundled applications for a minimal distro (apache2, bind9, samba, nscd, etc).
exim4 -- installs as a replacement to sendmail with internet delivery enabled.
nginx -- basic nginx install via apt-get
mysql -- sets MySQL root password during install and disables InnoDB.
php -- installs PHP5 CLI, FPM, and CGI. FPM should reduce the need for custom FCGI handler.

:App Replacements:
openssh -- dropbear, invoked from xinetd
rsyslog -- inetutils-syslogd
sendmail -- exim4, optional

This script is provided as is and depending on your base configuration your mileage may vary.

Credits
This project is a fork of https://github.com/lowendbox/lowendscript

About

Bash scripts to set up/bootstrap low end virtual servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%