Mehic.info

Category Archives: Networks and telecommunications

Posts related to networks or telecommunications topic.

AnomalyDetection: Can’t read proper profile row

Last couple of days I’m trying to execute snort AD project (anomalydetection.info) , but I’m not able to see results of that process. First don’t forget to install snortAD on i386 machine and add snort AD files in install snort libraries (you can find instructions on http://www.rsreese.com/running-snortad) because if you install snort and then again try to […]

Read more

Can’t start mysql – mysql respawning too fast, stopped on Ubuntu 12.04

So my server don’t want to run mysql and in syslog I can find multiple errors like miralem-ubuntu kernel: [ 882.914291] type=1400 audit(1384529343.038:33): apparmor=”STATUS” operation=”profile_replace” name=”/usr/sbin/mysqld” pid=268 Solution: Go to  /etc/mysql/my.cnf and change/or add : default-character-set = utf8 default-collation = utf8_general_ci to character_set_server = utf8 collation_server = utf8_general_ci After that you need to reconfigure your server […]

Read more

Advanced Policy Firewall

Advanced Policy Firewall (APF) is an iptables(netfilter) based firewall system designed around the essential needs of today’s Linux servers. The configuration is designed to be very informative and easy to follow. The management on a day-to-day basis is conducted from the command line with the ‘apf’ command, which includes detailed usage information on all the […]

Read more