A script to run (ideally just after starting up a new server/vps) to automatically setup bitcoind and have it start on boot.
wget -O btcNode.sh https://raw.githubusercontent.com/alexstanford/BitcoinAutoNode/master/bitcoinAutoNode.sh ; bash btcNode.sh
You should really check out the code before running that though.