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