I've got a Ubuntu server that runs Asterisk to handle a single queue for our helpdesk. Asterisk was installed via apt-get and runs as root (likely not the best idea, but this is the only thing the VM ...
I have a perl script that handles rsync backups for me. It uses Config::Ini to parse a config file, then it uses rsync to synchronize directories from a remote server according to entries in the ...