August 2019

Migrating a magento installation from apache2 to nginx on ubuntu 18. 04 lts

Migrating a Magento Installation from Apache2 to NGINX on Ubuntu 18.04 LTS

Magento is one of the worlds leading e-commerce CMS solutions and is used by over 200K websites. What makes Magento such an appealing e-commerce CMS is that Magento offers a free, community edition of their platform. Anyone with some Linux knowledge and access to a modest virtual machine can get their online store up and […]

Migrating a Magento Installation from Apache2 to NGINX on Ubuntu 18.04 LTS Read More »

How to set up a minecraft server on your vps

How to Set Up a Minecraft Server on Your VPS

This tutorial will show you how to set up and configure your own Minecraft server on a VPS. We will be installing SpigotMC, a highly optimized Minecraft server, written in Java, with integrated support for plugins. In the end, you will have a Minecraft server always ready for you and your friends to play on.

How to Set Up a Minecraft Server on Your VPS Read More »

How to install ispconfig 3 on ubuntu 18. 04

How to Install ISPConfig 3 on Ubuntu 18.04

ISPConfig is arguably the most complete open source server administration control panel in existence. Developed by Till Brehm of projektfarm in 2005, it has stood the test of time and endured as the de facto favorite among serious self-hosters and hosting agencies alike. Not only does ISPConfig offer a full-featured control panel for managing multiple

How to Install ISPConfig 3 on Ubuntu 18.04 Read More »

How to set up a node. Js application on ubuntu 16. 04 vps

How to Set Up a Node.js Application On Ubuntu 16.04 VPS

How to Set Up a Node.js Application On Ubuntu 16.04 VPS Node.js is an open source, cross platform, server side environment for building fast and scalable network applications. Node.js applications are written in JavaScript and executed by Google’s V8 JS engine. It effectively allows you to run JavaScript code on the server. Here are some

How to Set Up a Node.js Application On Ubuntu 16.04 VPS Read More »

How to set up a laravel application on ubuntu 16. 04 vps

How To Set Up A Laravel Application on Ubuntu 16.04 VPS

How To Set Up A Laravel Application on Ubuntu 16.04 VPS Let us presume that you have already set up an Ubuntu 16.04 VPS server with Apache and that you have installed a bare bones Laravel app. In this tutorial we shall install and create a MySQL database and connect the app to it. The

How To Set Up A Laravel Application on Ubuntu 16.04 VPS Read More »

How to install laravel on ubuntu 16. 04 vps

How To Install Laravel on Ubuntu 16.04 VPS

How To Install Laravel on Ubuntu 16.04 VPS With this tutorial, you will start from a clean Ubuntu 16.04 install, set it up to run Laravel, and end up with a demo Laravel application installed. Other articles in this series will show you how to set up the database and Laravel environment, and then how

How To Install Laravel on Ubuntu 16.04 VPS Read More »

Setup ssh keys on ubuntu 18. 04

Setup SSH Keys on Ubuntu 18.04

Who should read this? This tutorial is for novice to intermediate linux users who want to go beyond basic password security.  Security professionals recommend using ssh keys to make authentication into ssh sessions faster, easier and more secure.   As passwords become longer and more complex they become more difficult to use and manage. Key based

Setup SSH Keys on Ubuntu 18.04 Read More »

How to setup openvpn on your vps: ubuntu 18. 04

How to setup OpenVPN on your VPS: Ubuntu 18.04

Who should read this tutorial:   This tutorial is written for novice level Linux users and DevOps folks who need to add encryption to their internet traffic.  A virtual private network (an encrypted network over the public internet) to access specific networks or services from the outside is the way to go.   What are

How to setup OpenVPN on your VPS: Ubuntu 18.04 Read More »