Category: Categories

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…

Debian – See all SSH login attempts

Guess I’m not the only one who have a lot of unauthorized login attempts via SSH on my Linux servers. With a simple command, you can watch failed or successful login attempts in /var/log/auth.log. #As root or via sudo, type…

Low memory usage SMTP Send-Only

Often when installing a web application or script you need an SMTP server to send email but rarely there is the need to recieve any email and on those occasions it is unnecessary to set up an full blown SMTP…

WordPress: grep the login attempts

After reading an article about WordPress security measures it got me wondering how I could see how many login attempts were made on this and other WordPress sites that I run. After a few minutes searching I decided to take…

Installing WordPress using MINSTALL

In this guide we will go through howto install a basic wordpress site using Minstall to minimize the memory footprint by removing unnecessary services. I will be using a a OpenVZ vps with 256 mb RAM to show you the steps…