Disable Selinux on CentOS 7

Selinux stands for Secutiry-Enahanced Linux (https://en.wikipedia.org/wiki/Security-Enhanced_Linux). Selinux is a Linux kernel security module that provides a mechanism for supporting access control security policies. A Linux kernel integrating SELinux enforces mandatory access control policies that confine user programs’ and system servers’ access to files and network resources. Some times for testing…

Continue reading

Xampp warning netstat command not found

While installing XAMMP, i got the below warning. Although, the tool was working perfectly. [root@wace lampp]# ./lampp start Starting XAMPP for Linux 5.6.28-0… XAMPP: Starting Apache…already running. XAMPP: Starting MySQL…/opt/lampp/share/xampp/xampplib: line 22: netstat: command not found ok. XAMPP: Starting ProFTPD…/opt/lampp/share/xampp/xampplib: line 22: netstat: command not found ok. If you look…

Continue reading

Building Report Server

Although, there are many ways to setup a reporting server depending on the requirements. Sharing one of those. Reporting Server provides reports i.e. daily, weekly, monthlty and quarterly reports to the clients. Data flow from many different servers (services) to one system called as Report Server. Client might be using…

Continue reading

Faulty Physical Ram

Some times it’s very difficult to find out exact issue. Specially When it’s related with hardware. Similar scenario, i faced with a client. I have been provided with a new box to setup mysql server. After setup mysql along with other application, mysql frequently goes down without any comment in…

Continue reading