LowEndBox - Cheap VPS, Hosting and Dedicated Server Deals

How To Set Up Apache Virtual Hosts on Debian 8, 9, and 10

In this tutorial, we will start with an empty VPS with a freshly installed Debian 9 and will end up with three different sites sharing the same IP address, hosted on the same machine. Apache web server analyzes HTTP request headers and appropriately connects it to the directory structure inside the VPS. The technical term for "sites" inside VPS boxes is "virtual host" - the server is the "host" to many domains at the same...

Read More
How To Set Up Apache Virtual Hosts on Debian 8, 9, and 10

How To Secure Apache with Let's Encrypt on Ubuntu 18.04

The Apache is a web server developed by Apache Foundation in 1995. Apache is the one of the most widely used and robust web server. Apache web server requires a valid SSL certificate to enable web sec...

Read More
How To Secure Apache with Let's Encrypt on Ubuntu 18.04

How To Set Up a Node.js Application for Production on a Debian 9 VPS

In this tutorial, we will create a simple Node.js application and put it into a production ready environment on Debian 9, "Stretch". To make the app accessible from your browser, we'll use Nginx as a...

Read More
How To Set Up a Node.js Application for Production on a Debian 9 VPS

How To Set Up Apache Virtual Hosts on CentOS 7

In this tutorial, we will start with an empty VPS with a freshly installed CentOS 7 and will end up with three different sites sharing the same IP address, hosted on the same machine. Apache web serve...

Read More
How To Set Up Apache Virtual Hosts on CentOS 7

How to install Webmin on Ubuntu 18.04

This How To is designed to help you install Webmin on your fresh install of Ubuntu 18.04 Bionic Beaver and then walk you through some basic functionality like creating a website and adding users.   We...

Read More
How to install Webmin on Ubuntu 18.04

How To Install And Configure CouchPotato On A Raspberry PI

CouchPotato an application server that will easily and automatically download movies and T.V. series. You can set the quality that you want to download e.g. 4K or 1080p, the movie you want and CouchPo...

Read More
How To Install And Configure CouchPotato On A Raspberry PI

LEMP Stack Installation on Ubuntu 16.04

This tutorial will show you how to install and configure the LEMP stack on your VPS/LowEndBox. LEMP stands for Linux Nginx MySQL PHP, and is a lightweight variation of the LAMP stack, which includes A...

Read More
LEMP Stack Installation on Ubuntu 16.04

CentOS 7 LAMP Server Tutorial Part 6: Moving to NGINX

Welcome to the last installment in the CentOS 7 LAMP Server Tutorial: Modernized and Explained series! In this article we are going to turn our LAMP server into a LEMP server by removing Apache and in...

Read More
CentOS 7 LAMP Server Tutorial Part 6: Moving to NGINX

LEMP Stack Installation on Debian 9

This tutorial will show you how to install and configure the LEMP stack on your VPS/LowEndBox, running Debian 9. LEMP stands for Linux Nginx MySQL PHP, and is a lightweight variation of the LAMP stack...

Read More
LEMP Stack Installation on Debian 9

How To Create a DNS Server On Ubuntu 18.04

The DNS or Domain Name System is the distributed database that allows zone records, such as IP addresses, to be associated with domain names. When a computer, such as your laptop or phone, needs to co...

Read More
How To Create a DNS Server On Ubuntu 18.04

How To Set Up Apache Virtual Hosts on Ubuntu 16.04

In this tutorial, we shall start with an empty VPS screen of a freshly installed Ubuntu 16.04 and will finish up with three different sites sharing the same IP address. Apache web server analyzes inpu...

Read More
How To Set Up Apache Virtual Hosts on Ubuntu  16.04

Set Up and Use Composer on a Ubuntu 16.04 VPS

In this tutorial, you will learn how to install and use Composer, the dependency manager for PHP. What We Are Going To Cover We will install the following: Apache & PHP PHP extensions to run Compo...

Read More
Set Up and Use Composer on a Ubuntu 16.04 VPS

How to Install Moodle on Ubuntu 18.04

Moodle is an open source Learning Management System or LMS.  It hails as the worlds most popular learning platform with over 153M users worldwide.  Moodle is consumable in 3 basic hosted varieties: DI...

Read More
How to Install Moodle on Ubuntu 18.04

Setup And Configure Mod_Rewrite on Ubuntu 16.04

In this tutorial, we will study Mod_Rewrite, one of the most important modules of the Apache server. It can change the incoming address from the browser into something else, on the fly. The most commo...

Read More
Setup And Configure Mod_Rewrite on Ubuntu 16.04

CentOS 7 LAMP Server Tutorial Part 5: Speeding up WordPress with Redis

In the previous CentOS 7 LAMP Server Tutorials, we configured a LAMP stack, secured it with Let's Encrypt SSL certificates, and installed WordPress with WP-CLI. Here in Part 5 we're going to up our ga...

Read More
CentOS 7 LAMP Server Tutorial Part 5: Speeding up WordPress with Redis

Package Management Walkthrough: apt, yum, dnf, pkg

In this tutorial, we will give you an overview of package management utilities on Ubuntu and Debian, Centos, Fedora, and FreeBSD. Once you install, say, Apache and Nginx, PHP, a MySQL database, all th...

Read More
Package Management Walkthrough: apt, yum, dnf, pkg

How To Create a DNS Server On Debian Stretch

The DNS or Domain Name System is the distributed database that allows zone records, such as IP addresses, to be associated with domain names. When a computer, such as your laptop or phone, needs to co...

Read More
How To Create a DNS Server On Debian Stretch

How to Edit Files From Your Linux VPS Terminal

There is a constant need to read, edit and change text files on any VPS, mostly after the installation of new packages. Learning, practicing and gaining proficiency with command line text editors can...

Read More
How to Edit Files From Your Linux VPS Terminal

How To Set Up Cron On Your VPS

In this tutorial, we will see how to set up repetitive tasks on your VPS. You may want to automate system maintenance or administration so that you download email every day, download weekly new songs...

Read More
How To Set Up Cron On Your VPS

How to Replace Apache with NGINX on Ubuntu 18.04

NGINX is the modern web server founded by computer software engineer Igor Sysoev in the year 2004. NGINX is used by the most busiest and high traffic website. NGINX works out of box with the most majo...

Read More
How to Replace Apache with NGINX on Ubuntu 18.04

How To Install and Use A Plex Media Server On Raspbian Stretch

Plex is a media streaming application that allows you to keep your media collection - movies, music, photos - on a server attached to your local network and access them from a browser-based interface...

Read More
How To Install and Use A Plex Media Server On Raspbian Stretch

CentOS 7 LAMP Server Tutorial Part 4: WordPress and wp-cli

Welcome to the fourth installment of the CentOS 7 LAMP Server Tutorial: Modernized and Explained series.In Part 1 and Part 2 we configured a LAMP server with PHP-FPM running PHP 7.3 and a modern versi...

Read More
CentOS 7 LAMP Server Tutorial Part 4: WordPress and wp-cli

CentOS 7 LAMP Server Tutorial Part 3: Let's Encrypt SSL

Welcome to the third installment of the CentOS 7 LAMP Server Tutorial: Modernized and Explained series. This tutorial builds on the work done in Part 1 and Part 2, so if you haven't checked them out,...

Read More
CentOS 7 LAMP Server Tutorial Part 3: Let's Encrypt SSL

How to Secure Apache with Let's Encrypt Ubuntu 16.04

  In this tutorial, we will examine how to secure Apache with Let's Encrypt for the Ubuntu 16.04 operating system.   We will first examine an overview of Let's Encrypt, certificate authorities, a...

Read More
How to Secure Apache with Let's Encrypt Ubuntu 16.04

How To Create a DNS Server On CentOS 7

The DNS or Domain Name System is the distributed database that allows zone records, such as IP addresses, to be associated with domain names. When a computer, such as your laptop or phone, needs to co...

Read More
How To Create a DNS Server On CentOS 7

How To Set Up a Node.js Application for Production on a CentOS 7 VPS

In this tutorial, we will create a simple Node.js application and put it into a production ready environment. We are going to install and use the following pieces of software: Nginx as a reverse proxy...

Read More
How To Set Up a Node.js Application for Production on a CentOS 7 VPS

How to Setup & Configure VestaCP on Ubuntu 16.04

VestaCP is a versatile open-source control panel for Linux machines. It provides a point & click, clutter-free interface, simplifying server administration tasks at the same time.   In this tutori...

Read More
How to Setup & Configure VestaCP on Ubuntu 16.04

Install and Secure phpMyAdmin on Ubuntu 16.04 VPS

With this tutorial, you will be able to install and secure phpMyAdmin, the most popular program for accessing MySQL and MariaDB databases on Internet servers. What We Are Going To Cover Installing the...

Read More
Install and Secure phpMyAdmin on Ubuntu 16.04 VPS
« Newer PostsOlder Posts »

Latest LowEndTalk Hosting Offers

View More