Using a Raspberry Pi to power NOC/SOC monitors

When kitting out a NOC (network operations center) or SOC (security operations center), a common request is to have big screens showing some kind of dashboard. This may seem over the top in certain cases, but it does force the NOC/SOC team to pay more attention to a deployment's operational status, since the dashboards are … Continue reading Using a Raspberry Pi to power NOC/SOC monitors

Why your wordpress install returns 404

Several reasons can cause this: You dont have apache rewrite module installed.... run a2enmod rewrite and restart apache You dont have "AllowOverride All" in the apache config file. To fix: Find the appropriate section in the apache config (for example, in ubuntu, /etc/apache2/sites-enabled/000-default) Find the directory section where wordpress is installed (example: <Directory /var/www/wordpress> Ensure the line AllowOverride All … Continue reading Why your wordpress install returns 404