Go to file
2016-05-29 02:53:02 -05:00
LICENSE initial commit 2015-11-27 03:14:02 -06:00
README.md fixing readme 2016-05-29 02:53:02 -05:00
tempclean.sh fixing bad formatting 2015-11-27 04:49:21 -06:00
tempthin.sh fixing bad formatting 2015-11-27 04:53:14 -06:00

template-prep

Taken scripts from https://lonesysadmin.net/2013/03/26/preparing-linux-template-vms/

Notes:

The thin script is kinda flaky. This seems to work better.

dd if=/dev/zero of=thin bs=1M

and for Ubuntu, make sure you use apt instead of yum and make sure that your system is set to regenerate the SSH keys upon boot.

in your rc.local file:

dpkg-reconfigure openssh-server