Switching PHP to CGI mode for a specific folder.
Recently, I came across an issue: phpMyAdmin was complaining about the absence of the mcrypt module in PHP. The strange thing was that when I ran php -m in t...
Recently, I came across an issue: phpMyAdmin was complaining about the absence of the mcrypt module in PHP. The strange thing was that when I ran php -m in t...
A quick note on how to create a site in IIS7 from the command line (cmd.exe). It is very handy if you need to create 100+ sites.
Installing any software by compiling the package from source is the best way to get the latest versions.
To build an RPM package from an application’s source code you need Checkinstall.
Qmail is not the last word in mail delivery technology, but this smtp daemon is still very widespread. In particular many servers with the Plesk panel use ex...
Vulnerabilities are occasionally found in the SSL protocol, which enables encrypted traffic exchange between a server and a client. These vulnerabilities pot...
While restoring a mysql database dump, this error pops up:
ModSecurity is a kind of firewall for Apache, Nginx and IIS. This is a module that provides a set of rules for filtering traffic. This is a ‘must have’ modul...
I couldn’t find how to disable Diffie-Hellman encryption in vsFTPD TLS.
In recent times, I’ve increasingly encountered the need to update OpenSSL to its latest version on servers. Unfortunately, so much relies on the OpenSSL libr...
MySQL 5 introduced some interesting new features, like stored procedures and triggers. In this short note I’ll show how to back up and restore these using my...
Today I got the following error while trying to install the Apache2::Reload Perl module through cpan:
Today I ran into this error calling the mysql client:
After years working in the linux console, it’s really hard to do tasks on windows servers.
Moving databases between servers means creating a backup copy on the old server and deploying that backup on the new server. With one or two databases there ...