Example error: Solution: similar with error: cannot stat ‘/etc/selinux/targeted/contexts/files/file_contexts’: No such file or directory We have two solutions here: CentOS: fix error: cannot stat ‘/etc/selinux/targeted/contexts/files/file_contexts’:…
Step 1: backup before.rules cp /etc/ufw/before.rules /etc/ufw/before.rules_backup Step 2: edit file /etc/ufw/before.rules Change: change ACCEPT to DROP, we have: You can do this step by…
To check php.ini path, write a file example x.php with content: Then run : example: http://localhost/x.php You will see Configuration File (php.ini) Path and Loaded…