Secure PHP Configuration
Introduction PHP is a widely-used, general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The code is interpreted by a Web server with a PHP...
View ArticleSecure Apache Web Server
Introduction The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of...
View ArticleSecure SSH Protocol
Secure Shell (SSH) is a means of sending secure data between two computers over an otherwise insecure network by creating a secure channel using a cryptographic network protocol. In this tutorial you...
View ArticleSecure phpMyAdmin
In this tutorial you will see the principles of how to secure the PHP tool, phpMyAdmin. PHP has a lot of badly coded scripts which can be abused by malicious users, but there are some basic things we...
View ArticleHow to Install and Configure MySQL
In this tutorial we will see the principles of how to install both MySQL Server and Client. We will install MySQL on a Debian system, so we need to make sure that our package management tools are...
View ArticleBackUp Apache and MySQL using scp / rSync and mysqldump
In the previous Tutorial we saw how to generate RSA key to authenticate the SSH connection with Server. In this specific tutorial we will present the process to realize our backup server with the scp...
View Article