Setting up owncloud on ubuntu 18.04

In this article I will walk us throught installing a bare metal owncloud server based on ubuntu server 18.04. Throughout this guide we will assue that our server is named myowncloud.mydomain.com. Base system installation First steps as usual, we download the ubuntu server install image. If you…

The pure bash bible

The pure bash bible is such an impressive resource of bash tips and tricks catalogued in a very readable way, with excellent examples. It shows how much you can do with bash built-in methods. Even though I am a bit split on how much these should be used, as most…