Use the system-config-network command to configure the network.
References:
Figuring things out, to get it done!
Use the system-config-network command to configure the network.
References:
This is a work in progress…
sudo aptitude install libapache2-modsecurity
sudo mkdir /etc/apache2/modsecurity
sudo vi /etc/apache2/conf.d/modsecurity.conf
## /etc/init.d/apache2/conf.d/modsecurity.conf
Include modsecurity/*.conf
cd /etc/apache2/modsecurity/
sudo cp -R /usr/share/modsecurity-crs/base_rules/* .
sudo vi /etc/apache2/modsecurity/modsecurity_crs_20_protocol_violations.conf
Replace this line:
SecRule REQBODY_ERROR “!@eq 0” \
with this one:
SecRule REQBODY_PROCESSOR_ERROR “!@eq 0” \
sudo service apache2 restart
cat /var/log/apache2/error.log | grep modsecurity
Since the MAC address changes, the interface will not be configured, so
rm /etc/udev/rules.d/70-persistent-net.rules
These commands will reset the file permissions on the base Magento installation to the correct permissions:
Quick steps to start checking disk i/o with nagios.
Test:
./check_diskio -d / -w 200 -c 300
svn propdelete svn:sync-lock --revprop -r 0 file:///path/to/repo
then do an svn sync
Directory Perms:
find /path/to/base/dir -type d -print0 | xargs -0 chmod 755
File Perms:
find /path/to/base/dir -type f -print0 | xargs -0 chmod 644