How to create a mirror step by step
Hey there again! So recently I went through all the steps on setting up a public mirror server, and website. The guides were not very user friendly so it took me quite some time, but eventually I got it working..…
Hey there again! So recently I went through all the steps on setting up a public mirror server, and website. The guides were not very user friendly so it took me quite some time, but eventually I got it working..…
PHP 8 is the latest PHP version released. This tutorial will show you how you can install Nginx mainline version on Debian 10 for optimal performance as well as the newest version of PHP, currently 8.0. Step 1: Install Nginx…
So PHP 7.4 has now been released for quite a while for Debian 10 buster. This tutorial will show you how you can install Nginx mainline version on Debian 10 for optimal performance as well as the newest version of…
This tutorial shows you how to actually install the module ionCube PHP loader in Ubuntu & Debian with the NGINX web server. The reason I am writing this tutorial even though there are many other similar ones is because they…
Step 1: Install Nginx To install the current version of Nginx, simply follow the documentation on its offical website seen here or do the following commands: Firstly we need to install ca-certificates so we can verify that we downloaded the…
MariaDB is an open-source database management tool and is often installed as an alternative to MySQL since it has significant performance differences. Step 1: Install MariaDB To install the server: sudo apt-get install mariadb-server Enable it on restart: sudo systemctl…
Just recently on July 6th, 2019, Debian 10 buster released, and with it came a lot of features. This tutorial will show you how you can install Nginx mainline version on Debian 10 for optimal performance. Step 1: Install Nginx…
Want to move all of your configuration files to a new server or operating system? Well you can! This guide will show you how you can do this with Joomlas simple configuration file. Step 1: Create a Database Backup Creating…
Step 1: Install Nginx To install the current version of Nginx, simply follow the documentation on its offical website seen here or do the following commands: Firstly we need to install ca-certificates so we can verify that we downloaded the…
Step 1: Download & Install XAMPP Navigate to apachefriends website and download the latest version for windows. Once downloaded run the installer. For this we only need to install Apache and MySQL. Once installed, open it and proceed to start…