LowEndBox - Cheap VPS, Hosting and Dedicated Server Deals

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 real issues with your localhost, nagios probably isn't going to send you any messages. That's why you should set up remote monitoring: a nagios server that checks all your servers. Ideally, you set up multiple nagios servers or...

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

Getting started with ansible

A common problem with managing multiple servers is keeping their configurations identical (or similar, depending on the purpose of the servers). When you set up a server (say server1), you tweak the c...

Read More
Getting started with ansible

Remote server monitoring with nagios

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

Server Monitoring with Nagios Tutorial

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
Server Monitoring with Nagios Tutorial

How to Tell Your OpenVZ VPS is Swapping

So you think your OpenVZ VPS really has "guaranteed memory"? Well. Not quite. I have got an OpenVZ VPS from one of the providers listed here -- 256MB guaranteed and 512MB burstable memory. When I run...

Read More
How to Tell Your OpenVZ VPS is Swapping

Running Trac + Git Hosting on a Low End VPS

Any user of Version Control System? When I started as a programmer back in the 90's it was RCS. Then moved to CVS when I joined my first start up. About 5 years ago I moved everything -- work projects...

Read More
Running Trac + Git Hosting on a Low End VPS

Bootstraping WordPress/Nginx/PHP/MySQL on a Cheap VPS with lowendscript

One constantly posted question on LowEndBox and LowEndTalk is -- how to get the same setup as LowEndBox, a WordPress site that runs on cheap VPS with 80MB of memory? Instead of doing a step-by-step ex...

Read More
Bootstraping WordPress/Nginx/PHP/MySQL on a Cheap VPS with lowendscript

32bit or 64bit for My Low End VPS, Take #2

Saw this discussion on WHT today when someone tries to confirm whether "32bit systems are better when it comes to memory management", and when it comes to low end virtual servers, which of 32bit or 64...

Read More
32bit or 64bit for My Low End VPS, Take #2

How Do You Monitor Your Low End Virtual Server?

Well. Not much cheap deals going on at the moment nor do I have anything useful to write about. So here is just some questions to ask everyone (that have been asked by one of the readers in the emails...

Read More
How Do You Monitor Your Low End Virtual Server?

Reduce Stack Limit for Multi-Thread Apps

Just a small tips for those trying to run multiple threaded applications on OpenVZ. Personally I code quite a few multi-threaded applications in Python (as some things are just too hard to do asynchro...

Read More
Reduce Stack Limit for Multi-Thread Apps

Bootstraping Low End VPS with Pre-built Scripts

It was fun setting up your very own server. I remembered the time when I received the root password to my very first virtual server back in March 2006 ($22/month for a merely 192MB of memory), it took...

Read More
Bootstraping Low End VPS with Pre-built Scripts

HyperVM and Kloxo Now Open Sourced, Hosted at LxCenter

Early in June I posted RIP KT Ligesh of LxLabs, as the owner of LxLabs passed away leaving behind two great products that pretty much created this "low end virtual server" industry -- HyperVM and Klox...

Read More
HyperVM and Kloxo Now Open Sourced, Hosted at LxCenter

Using a Low End VPS as SeedBox Hosting

Saw quite a few visitors coming from Whirlpool.net.au, an Australian community forum, from a post asking about seedbox hosting. Now, the term "seedbox" was foreign to me until a few months ago. Accord...

Read More
Using a Low End VPS as SeedBox Hosting

Yes, You Can Run 18 Static Sites on a 64MB Link-1 VPS

One thing I hated about WebHostingTalk is how much bad advice the so-called "professionals" are giving out to the world. Some poor college student asked in the VPS forums whether he is able to run 18...

Read More
Yes, You Can Run 18 Static Sites on a 64MB Link-1 VPS

Replacing Big Fat Bash with Dash for Scripting

A while a go I looked at Bash replacements for interactive shells. Unfortunately for me, I am just getting too used to having Bash on the command line and can't get myself used to other shells. Howeve...

Read More
Replacing Big Fat Bash with Dash for Scripting

Replacing That Big Fat Bash

It's actually a tip from Lincoln, who emailed me last month: Another idea is to replace bash (~4M/instance) with pdksh (~1M/instance). It doesn't sound like much, but if you're like me and you're have...

Read More
Replacing That Big Fat Bash

Getting Rid of A in LAMP for Your Low End VPS

Got your dirt cheap VPS with only 64MB guaranteed memory on OpenVZ? Want to move your WordPress blog from some insanely oversold shared hosting to your shining low end box? If you follow the "traditio...

Read More
Getting Rid of A in LAMP for Your Low End VPS

Stick to 32 Bit For Your Low End Box

When you go and find a cheap low end Linux virtual server, the criteria usually involve price (very important!), location (for low latency SSH access), virtualization (Xen vs. OpenVZ?), etc. However t...

Read More
Stick to 32 Bit For Your Low End Box

Reducing MySQL Memory Usage for Low End Boxes

MySQL is pretty much the de facto database engine for most open source scripts, and it is almost-always installed on hosted servers. However the default MySQL installation on Debian/Ubuntu takes aroun...

Read More
Reducing MySQL Memory Usage for Low End Boxes
« Newer PostsOlder Posts »

Latest LowEndTalk Hosting Offers

View More