Linux Application Linux System

Install Zabbix with MariaDB PHP7 HTTPD and on Centos7

Estimated read time 4 min read

When it comes to monitoring, one of the famous web application for monitoring is Zabbix. In this article, we will see the basic installation and configuration of a Zabbix machine on a CentOS7. Zabbix is an open-source monitoring software tool [Read More…]

Scripts and codes Security

A brief description of the fopen PHP vulnerability

One of the PHP vulnerability that is still being found on many websites is the fopen function in PHP – CVE-2007-0448. You can secure your website by disabling includes when calling the fopen function. According to cvedetails.com “PHP 5.2.0 does [Read More…]