systemctl journals filling up your disk

Quick one … your system probably uses logrotate to keep a fixed number of logs, and which stops your disk filling up. Trouble is, that systemctl doesn't write logs in the normal way so you can't rely on logrotate any more. Check out your current systemctl log usage with journalctl –disk-usage Wait, whaaaat? Its using … Read more

Roundcube 1.38 add plugin (on Ubuntu 18)

File locations are a bit all over the shop in this version, so this is how it works out. For reference the actual program files are downloaded to /usr/share/roundcube/ the config happens in /etc/roundcube the web directory is in /var/lib/roundcube, which contains symlinks to the above locations. This is the one you add to your … Read more