Patrowl Manager
Step by step Installation & configuration Patrowl Manager is an agentless open-source vulnerability scanner that helps CIOs/CIOs keep an eye on the vulnerabilities in their infrastructure. sudo yum install -y yum-utils sudo yum-config-manager \ –add-repo \ sudo yum-config-manager –enable docker-ce-nightly sudo yum install docker-ce docker-ce-cli containerd.io sudo systemctl start docker sudo docker run hello-world INSTALL …. Read More
Wazuh Installation
Installing and configuring Wazuh Server on CentOS 7 Wazuh is a free, open-source, and enterprise-ready security monitoring solution for threat detection, integrity monitoring, incident response, and compliance. In this tutorial, we are going to show Distributed architecture installation. The distributed architectures control the Wazuh manager and elastic stack clusters via different hosts. Wazuh manager and …. Read More
OCS Server Installation
Install this on Centos 7 Disable selinuxsetenforce 0 Install wgetyum install wget -y 4 echo “net.ipv6.conf.all.disable_ipv6 = 1” >> /etc/sysctl.conf 5 echo “net.ipv6.conf.default.disable_ipv6 = 1” >> /etc/sysctl.conf 6 echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 7 echo 1 > /proc/sys/net/ipv6/conf/default/disable_ipv6 8 yum -y update 9 yum -y install httpd mariadb mariadb-server php php-mysql php-fpm 10 yum -y install …. Read More
Moodle Installation
Moodle Requirements In order to run Moodle on your CentOS 7 server, you need the following requirements pre-installed: Web Server: Apache >= 2.0 compiled with mod_rewrite module, or Nginx PHP >= PHP 7.0 or above is recommended, with the following PHP extensions enabled: intl, Zip, XMLRPC, Soap and opcache MySQL 5.5.31 or later, MariaDB 5.5.31 …. Read More