Month: November 2013

How to Setup ZNC

This guide was originally written for the Lowendspirit community by Jimmy Chen and he was kind enough to let me repost it here. He only asked me to send some money for Médecins Sans Frontiers (Doctors without Borders). Which I…

Detecting Current Version of MySQL Server

mysql logo

A popular question when troubleshooting database issues is what version of mySQL is installed and used? You can find this information by running a simple command on the mySQL server. Connect to your MySQL engine with your favorite client,  why…

Watch your server logs with logwatch

Quick tip of a nice program for your Linux server: logwatch. this handy little program will parse your server logs and send you an email with the important details.   To install it on Debian, run this command with sudo…