How To Secure Roundcube Installation Of Virtualmin
Roundcube is a PHP open source webmail that allow users to read and send emails through a user-friendly interface. Installing Roundcube in Virtualmin In Virtualmin, choose the virtual host you READ MORE
How to Disable InnoDB On MySQL 5.5 and MariaDB
InnoDB is a MySQL storage engine. As of MySQL 5.5, InnoDB became the default storage engine instead of MyISAM. Disabling InnoDB can be helpful, especially on low end boxes READ MORE
Protecting Owncloud Against Bruteforce Attacks With Fail2ban
OwnCloud is a great web application that can be installed on a server and allows the sync & share of files, music, movies, calendar and contacts. However, one weakness that READ MORE
Installing Varnish With Virtualmin
What is Varnish Varnish is an HTTP accelerator and a reverse proxy caching web application. Varnish is usually installed in front of the webserver such as Apache and Nginx, READ MORE
phpBB API – Accessing Database and Performing Sql Queries
In my two previous posts, phpBB API – Logging In And Logging Out a User and phpBB API – Auto Login a User Without a Password, I used phpBB API READ MORE
phpBB API – Auto Login a User Without a Password
In my previous post, phpBB API – Logging In And Logging Out a User, I showed how to login a user to phpBB forum using their username and password. However READ MORE