ownCloud Mail
We previously wrote about how to setup Roundcube in ownCloud and how to let ownCloud handle all your emails in-house. Now,…
We previously wrote about how to setup Roundcube in ownCloud and how to let ownCloud handle all your emails in-house. Now,…
To allow access from others on the internet to your server you need to make it public. In this guide…
All routers have a different WebUI, so it would be impossible to cover them all. This guide explains in a…
To be able to upload big files in ownClouds WebUI you have to change some settings in the Apache php.ini…
Get your own certificate 2017-11-03: This is not needed if you are using any of our VMs as the Let’s…
2017-11-03: This is not needed if you are using any of our VMs as the Let’s Encrypt script handles the…
Please note that ownCloud now has integrated this by themselves, making an app produced by the ownCloud developers. We wrote…
Increase the space on your ownCloud or Nextcloud VM This is a guide on how to extend the space on…
This is a guide on how to install Zend OPcache on Ubuntu Server with PHP 5.4. As we found it hard to…
Enable SSL with a Virtual Host .conf file 2017-11-03: This is not needed if you are using any of our …
Prevent Windows 8 From Restarting Your PC After Windows Updates When you run a VM server hosted on your Windows…
Ubuntu Server 12.04 Here is a guide to uninstall, or disable Xdebug in Ubuntu. The solution is quite simple. We…
Ubuntu Server 14.04 with Apache 2.4. A while ago, we worked with a project to move some domains from one.com to…
How to redirect HTTP traffic to HTTPS using an .htaccess file If you have SSL activated on your server it…
In this guide we will explain how to convert from MyISAM to InnoDB in just 5 simple steps! We will…
Xdebug is a tool used by developers and people who hunt bugs to find bugs in the code. It could be…
Tested on Ubuntu Server 12.04 1. Introduction In this configuration tutorial we will guide you through the process of configuring sendmail to be an…
PRO TIP: Remove ads in uTorrent with “PIMP MY uTorrent“ Did you know it’s possible to automate the extract…
Bash-script for adding SSL at startup. This is a small part of the script that we use in the ownCloud VM,…
Clear /boot from un-used packages :~$ dpkg -l linux-* | awk ‘/^ii/{ print $2}’ | grep -v -e `uname -r…
If you ask us, we think you should host ownCloud on a Linux machine. We tried Windows Server before, but…