Ask HN: How do you configure your Linode Disk Images?
Linode doesn't have backup functionality like slicehost, but they suggest that you only allocate a subset of your disk allotment towards your active image, and use the rest for backup images.
Since there's such a huge population of Linode users here, I wanted to ask what sort of "best practices" you have evolved for these images.
2 comments
[ 1.8 ms ] story [ 13.5 ms ] threadWhat I do is start a fresh Linode from one of their base images, usually CentOS 5. I strip away all the services I don't need, lock down those that I do, and install the few non-standard packages the sites need to run. After all the configuration is set and the website is up and running, I give the whole thing a reboot just to make sure all the services start up in the right state. When it's all configured correctly, I copy the disk image and it's ready for cloning to new nodes.