Basic bootstrapper for a generic Ubuntu 10.04 install
Ubunstrapper does a few generic tasks:
- Changes the root user's password
- Creates a
wheel
group with root privileges - Create a new user and adds them to the
wheel
group - Updates aptitude
- Installs Git
- Installs Nginx
- Modifies iptables
- Turns off the ability for root to login via SSH
Usage: ubunstrapped [OPTIONS] server-ip
Options:
-u, --user User to log in as
-h, --help Show this message
-v, --version Show version
$ ubunstrapped 192.168.1.1
Included in the repo is a makefile
that allows you to install/uninstall
$ make install
$ make uninstall