How to setup an IPSAN server
Created by Cyvan Oort at 05-05-2021 10:46:38 +0200IPSAN or ISCSI server is an internet storage area network server, this means you could share disk blocks to other servers.
How to set up Linux, Apache, MariaDB & PHP (LAMP) on a Debian 10 VM
Created by Admin at 09-07-2020 10:07:48 +0200LAMP is a bundle of open source software used to run web servers. In this tutorial we will go through the installation of three packages: Apache, MySQL and PHP. We will skip Linux since our vm is already running Debian 10 and this can easily be acquired through one of the default Linux installations on
How to install Wordpress on a Debian 10 VM
Created by Admin at 02-06-2020 13:27:14 +0200WordPress is an online, open source tool that makes building websites not only easier, but faster as well. It is by far the most well known content management system (CMS). Initially for blogs, but nowadays the multitude of available (and free) plugins have opened up WordPress for many more purposes than just blogging: webshops even. In this tutorial we'll be going over how to install WordPress step by step, so you can get your website up and running as soon as possible!
How to setup and use PostgreSQL on Debian 9.4 and Ubuntu 16.04
Created by Admin at 15-05-2020 11:48:34 +0200PostgreSQL is a renowned open source relational database management system. It however isn't just relational, but object-relational. This means that it'll even take user defined objects and their methods. The RDMS also holds many different datatypes, and might this still not be enough, you can just add your own! These are just a couple of the advantages to the PostgreSQL RDMS. In this guide we'll be going over how to install and use PostgreSQL step by step, so you also can hopefully make use of this marvel yourself.