Articles by grungy
-
How To Detect Weak Mail Passwords On Your ISPConfig 3 Server
Author: grungy • Tags: debian, ispconfig • Comments: 0How To Detect Weak Mail Passwords On Your ISPConfig 3 Server This is a short tutorial on how to find out weak password for your mail users. This will save you you a huge headache since spammers will find out mail account with weak password and send spam email as that user which will result in your mail server being blacklisted.
-
Nginx Catch-All Host As Front End To Apache For ISPConfig 3 On Debian Lenny
Author: grungy • Tags: apache, debian, nginx • Comments: 13
Nginx Catch-All Host As Front End To Apache For ISPConfig 3 On Debian Lenny Apache has always been the web server of choice for me. It is a real beast when it comes to resources usage specially in a resource limited environment such as a VPS. I started playing with Nginx a lightweight, high performance web server. My area of interest was running Nginx as a reverse proxy and making it work in a Apache/ISPConfig 3 environment.
-
Set Up Rsnapshot, Archiving Of Snapshots And Backup Of MySQL Databases On Debian
Author: grungy • Tags: backup, debian, mysql • Comments: 4
Set Up Rsnapshot, Archiving Of Snapshots And Backup Of MySQL Databases On Debian This howto will show you how to install and set up Rsnapshot, enable archiving of snapshots and how to back up MySQL databases on Debian.
-
-
Sphinx As MySQL Storage Engine (SphinxSE)
Author: grungy • Tags: centos, debian, mysql • Comments: 9
Sphinx As MySQL Storage Engine (SphinxSE) SphinX is a great full-text search engine for MySQL. Installing the Sphinx daemon was straightforward as you can compile it from the source or use a .DEB/.RPM package but SphinxSE was a little bit tricky since it needed to be installed as a plugin on a running MySQL server. So if you use Debian or Centos and install your MySQL from a .deb or .rpm package this is how you do it.