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…
Author: mikho
Owner of this site, swedish with a interest in educate both myself and others.
Watch your server logs with logwatch
Debian – See all SSH login attempts
Addon domains to website in cPanel
cPanel is counted as the most reliable and easiest way to manage your web hosting account. It has many features and allows you to make changes from the user end. Websites which are hosted on the Linux servers will get…
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…
Create a private/public key pair using PUTTYgen
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…
Keep track of /etc with Etckeeper
You can insure yourself against accidentally changing your files using versioning. The technique can be used in many contexts, a good example that we will discuss below is the important configuration files for Linux Systems. Some programs have relatively small…