Tag Archives: linux

Startup Items on Ubuntu

If you’ve ever wanted to get a script to run on boot (or have a daemon like cijoe or ar_sendmail start up, for example), you’ll need to put an appropriate script in the /etc/init.d directory. You’ll also need to ensure it is executable (chmod +x). After that, though, you need to create appropriate symlinked versions [...]

Leave a comment Continue Reading →

Run logrotate verbosely

Debugging problems with logrotate (as in, logs not rotating) – this was plenty helpful: logrotate -d -f /etc/logrotate.conf

Leave a comment Continue Reading →