Browse
 
Tools
Rss Categories
-->

Debian

1 Clustering MySQL

Clustering MySQL To begin with we'll install and configure MySQL for normal use on each of the boxes. sudo apt-get install mysql-server --yes Set a strong MySQL root password and wait for the packages to download and install, then edit /etc/mysql/my.cnf to…

2 Debian VPS - Desktop (GNOME) Installation and VNC

Installing GNOME desktop environment and VNC server This guide will walk you through the steps necessary to install the GNOME desktop as well as the vnc4server package for remote desktop access on your Debian 6 VPS. For this guide we will be using a one user…

3 Debian VPS - Desktop (LXDE) Installation and VNC

Installing LXDE desktop environment and VNC server This guide will walk you through the steps necessary to install the LXDE desktop as well as the vnc4server package for remote desktop access on your Debian 6 VPS. For this guide we will be using a one user…

4 fail2ban

What is fail2ban? Fail2ban is an intrusion prevention framework written in the Python programming language. It is able to run on POSIX systems that have an interface to a packet-control system or firewall installed locally (for example, iptables or TCP Wrapper).…

5 Getting Started with Linux VPS

Getting Started with Linux VPS Welcome to myhosting.com Linux VPS, powerful hosted virtual private servers with incredible flexibility. If you're looking for more specific guides and setup help, check out the Linux VPS category. READ FIRST!! Getting to know…

6 HAProxy for Linux VPS

What is haproxy? HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for web sites crawling under very high loads while needing persistence…

7 How To Repair MySQL Replication

How To Repair MySQL Replication If you have set up MySQL replication, you probably know this problem: sometimes there are invalid MySQL queries which cause the replication to not work anymore. In this short guide I explain how you can repair the replication…

8 How to Secure your VNC by Tunneling over SSH

How to Secure your VNC by Tunneling over SSH In this guide, you will learn how to tunnel your VNC connection over SSH. Now why would we go to the trouble to do this? The answer is simple: VNC traffic is all sent in plain-text and is not secure by its own.…

9 Load Balancing MySQL with MySQL Proxy

Load Balancing MySQL w/ MySQL Proxy We have the technology Install MySQL Proxy on the load balancer box(es). sudo apt-get install mysql-proxy --yes Configure and run MySQL Proxy You'll also need to open the MySQL port on the load balancer boxes. Note that…

10 Migrate E-mail using imapcopy

What is imapcopy? IMAPCopy is a small command line tool to copy messages for multiple users from one imap server to another. It was designed for migration of Linux imap mail to exchange servers. Installation Debian and Ubuntu Install the package via SSH apt-get…

1 2 Next