Primitive Man


Random thoughts and musings...

Basic server post-install

Now when I install a new server (or machine in general) there are a few tools that I like to install straight off the bat. This was following an excellent presentation given by François Marier at Linux.conf.au 2015.

A VirtualBox guest with static ip

Sometimes there is a need to have a server (maybe for development) with a static IP address.

Tags: 

Owncloud cron does not update news feeds

Sometimes you'll find that cron stops working and all your News goes stale. Here's a solution.

Tags: 

Owncloud rescan

Fairly simple - just run the command:

 sudo -u www-data php /var/www/owncloud/console.php files:scan --all
Tags: