Linux Log Locations
A collection of various log locations on the Linux operating system. /var/log/alternatives.log (Ubuntu/DEB) Alternative logs information from update-alternatives into this log file. /var/log/apache2/access.log (Ubuntu/DEB) Access Log file records incoming requests and all…
Firewall-D Cheat Sheet
SETUP FirewallD yum install firewalld firewall-config systemctl enable firewalld systemctl start firewalld firewall-cmd –state Disable FirewallD & Setup Iptables systemctl disable firewalld systemctl stop firewalld yum install iptables-services touch /etc/sysconfig/iptables touch…