LowEndBox - Cheap VPS, Hosting and Dedicated Server Deals

Server monitoring with Icinga 2 - Part 1: the server (Ubuntu host)

Nagios has, for a long time, been the defacto standard tool for server monitoring. These day that's surprising, as Nagios' visible development has been quite slow over the past years and new solutions have popped up meanwhile. Not just self-hosted solutions, but cloud-based solutions with fancy metrics voodoo as well. Still, though, switching monitoring solutions can be a pain and cloud-based solutions arguably cost more...

Read More
Server monitoring with Icinga 2 - Part 1: the server (Ubuntu host)

Tutorial - OpenVPN for internal-ip only virtual machine hosts

Welcome to another tutorial! This time I will be showing you a neat trick to get OpenVPN working within a larger subnet used for an Ethernet bridge. Say what now? Let me explain. I had the following i...

Read More
Tutorial - OpenVPN for internal-ip only virtual machine hosts

Tutorial – The LowEndCluster – Part 4

It's time for the fourth and final part in the LowEndCluster series, a series of tutorials aimed at effectively using LowEndSpirit or very budget/low-resource boxes to create a redundant cluster hosti...

Read More
Tutorial – The LowEndCluster – Part 4

Finding your way on your first ever VPS - Part III

Part III of the "Finding your way on your first ever VPS" series is right in front of you right now! This time I'm going to focus on some powerful tools which can make your day-to-day life a lot easie...

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

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 t...

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)
« Newer PostsOlder Posts »

Latest LowEndTalk Hosting Offers

View More