If, like me, you want to easily have some program start every time you boot up your Linux server, you need to find and edit the rc.local
file in your file-system. /etc/rc.local
is really a simple place to put shell commands and/or scripts you want to run when booting up.