LowEndBox - Cheap VPS, Hosting and Dedicated Server Deals

Finding your way on your first ever VPS - Part II

A couple of weeks ago, I posted the 'Finding your way on your first ever VPS - Part I' tutorial. This is part 2 of that series in which I will introduce you to another couple of commands! I am going to assume a Debian-based distribution in my examples. I'm using Ubuntu 14.04 more specifically. Most commands should work on any Linux distribution; the only distribution-specific commands are those for the package manager. Re...

Read More
Finding your way on your first ever VPS - Part II

Setup for streaming live events to browser clients using Nginx, FMLE, and FlowPlayer

Editorial note: this is Jonathan's first tutorial on LowEndBox. I hope you enjoy it and more are to follow in the future! If all goes well, he will be writing tutorials occasionally alongside me. MPK...

Read More
Setup for streaming live events to browser clients using Nginx, FMLE, and FlowPlayer

Finding your way on your first ever VPS - Part I

In the past, I have shown you how to connect to your VPS over SSH on both Windows and Linux. But if you are a first-timer and you have never used a VPS before, you may be quite lost once you're on you...

Read More
Finding your way on your first ever VPS - Part I

Getting started with MySQL over SSL

When you want to reach a database server with a client that is not on that server, you usually set up a Virtual Private Network (VPN) in order to access the server securely without having to open it u...

Read More
Getting started with MySQL over SSL

How to setup MySQL master slave replication

  Over the past few years, databases have become increasingly important. Not only for businesses, but also for personal purposes. Almost every website requires a database these days, as the informatio...

Read More
How to setup MySQL master slave replication

Observing devices with Observium - Adding a device

Last week I've introduced you to Observium and shown you how to install it. This week, it's time to add devices to Observium. In order to add a device to Observium, the device must support SNMP/have S...

Read More
Observing devices with Observium - Adding a device

Observing devices with Observium - Setting up the server

It's time for another tutorial! This time I'm taking you into the magical world of Observium and SNMP. Observium is a tool that helps you monitor your servers remotely. But not only your servers; all...

Read More
Observing devices with Observium - Setting up the server

How to setup SSH for Ubuntu or Windows

It's been a while again, since I've posted a tutorial. I've been quite busy with a lot of things and have had a nice little vacation as well. But no worries, the tutorials are back on schedule and I'm...

Read More
How to setup SSH for Ubuntu or Windows

An introduction to NGINX, PHP-FPM and MariaDB on CentOS

Last week, I wrote about setting up a NGINX, PHP-FPM and MariaDB stack for Ubuntu. Today we're going to tackle the same stack for CentOS. A couple of years back, getting a web server up and running in...

Read More
An introduction to NGINX, PHP-FPM and MariaDB on CentOS

How to Setup a Ngnix PHP-FPM MariaDB Stack Ubuntu

A couple of years back, getting a web server up and running involved setting up Apache, mod_php and MySQL. Everything was owned by "a user" and if a script needed file access, you would just chmod 777...

Read More
How to Setup a Ngnix PHP-FPM MariaDB Stack Ubuntu

Tutorial: Getting started with OpenVZ!

OpenVZ, who doesn't know it? It's been used (and abused) for many, many years in the hosting industry and it's still out there going strong. Being a operation system-level virtualization technology, t...

Read More
Tutorial: Getting started with OpenVZ!

Handle DNS properly with cPanel

After a couple of very busy weeks (got married, went on our honeymoon and took over from Liam) it's finally time for a tutorial again! The tutorials are going to be released in a more natural flow now...

Read More
Handle DNS properly with cPanel

Open source server performance monitoring tool: Munin

Have you ever wished you could monitor the performance of your server after the fact? Or did you ever want to get some statistics of your server, about it's performance and the amount of resources use...

Read More
Open source server performance monitoring tool: Munin

Getting started with OpenVPN (server)

There are various ways to set up a Virtual Private Network (VPN). With the various protocols available to use for VPN and all the software out there, it's often a spider's web when you just want to se...

Read More
Getting started with OpenVPN (server)

Your own mail server with Virtualmin

In light of recent events, there's been a lot of chatter about leaving free e-mail services in favor of self-hosted e-mail. With self-hosted e-mail you have the option to host your e-mail wherever you...

Read More
Your own mail server with Virtualmin

IPtables: IPv6 and more rules

This is the last tutorial in a series of iptables tutorials. Last week I've shown you how to persist iptables. The week before that I gave a short introduction. I now want to finish that series with t...

Read More
IPtables: IPv6 and more rules

IPtables Persistent Rules

Last week I've shown you how to get started with IPtables and create and delete rules. This week I'm going to show you how to save the rules you write. This will ensure the rules you apply are re-appl...

Read More
IPtables Persistent Rules

IPtables Tutorial on Inserting and Deleting Rules

This tutorial is another part in a series of a security-related tutorials. This time, I'm going to talk about IPtables. IPtables is a software firewall that can filter out certain types of traffic. Mo...

Read More
IPtables Tutorial on Inserting and Deleting Rules

Remote server monitoring with nagios (CentOS)

There are many ways to remotely monitor your servers, but nagios is one of the most configurable and flexible ones. Once you have set up nagios, your localhost is being checked. But when there are rea...

Read More
Remote server monitoring with nagios (CentOS)

Install Nagios (CentOS) for Server Monitoring

Nagios is one of the most easy, expandable and trustworthy ways to monitor the status of your server(s). It is highly configurable and even lets you write your own plugins in whatever language you wan...

Read More
Install Nagios (CentOS) for Server Monitoring

Generating an SSH key and setting up SSH-agent

A couple of weeks ago I started with the first tutorial in a series of security-related ones. This is the second tutorial in this series. Last time I spoke about SSH and sudo. As Raymii pointed out in...

Read More
Generating an SSH key and setting up SSH-agent

Automated encrypted backups with Duplicity

A couple of weeks ago, I wrote a tutorial on how to use duplicity to make encrypted, incremental backups over various available protocols. The process was a manual one, though, and would always requir...

Read More
Automated encrypted backups with Duplicity

Server Security: How to Install Sudo and Configure SSH Server

One of the most important aspects of running a server is a good security policy. It is also one of the things that comes last, usually. But if you don't pay attention to it up front, it's going to cos...

Read More
Server Security: How to Install Sudo and Configure SSH Server

Routing IPv6 from a HE tunnel to VPS (CentOS host)

Last week I wrote a tutorial about routing IPv6 from a HE tunnel to VPS on Ubuntu. As promised, this week the CentOS version! A couple of weeks ago I wrote a tutorial where I explained how to set up a...

Read More
Routing IPv6 from a HE tunnel to VPS (CentOS host)

How to Setup An HE Tunnel to VPS (Ubuntu Host)

A couple of weeks ago I wrote a tutorial where I explained how to set up a Hurricane Electric IPv6 tunnel on your KVM VPS. While this is a nice solution, it still requires the customer to fix somethin...

Read More
How to Setup An HE Tunnel to VPS (Ubuntu Host)

Managing multiple servers with Ansible groups

In my previous article about ansible, I gave a very basic introduction to it. After reading it, you were able to create your own playbooks and apply them to a single (group of) server(s). However, ans...

Read More
Managing multiple servers with Ansible groups

IPv6 with a Hurricane Electric tunnel

IPv6 is a topic that has received a lot of discussion over the last couple of years. Although originally from 1996, IPv6 became more important and more implemented over the last few years because of I...

Read More
IPv6 with a Hurricane Electric tunnel

Encrypted backups with duplicity

Backups are about the most important thing about managing a server. If anything happens to your server, like data loss, a customer making a mistake (and accidentally removing data) or a full-blown ser...

Read More
Encrypted backups with duplicity
« Newer PostsOlder Posts »

Latest LowEndTalk Hosting Offers

View More