XinSpace

SharePoint, Drupal and Other Random Notes

Browsing the topic CentOS

yum install mlocate

yum install diffutils.i386

Tagged with

yum -y install pcre-devel

Tagged with

yum install php-devel.i386

Tagged with

http://www.cyberciti.biz/tips/force-iptables-to-log-messages-to-a-different-log-file.html
According to man page:
Iptables is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. Several different tables may be defined. Each table contains a number of built-in chains and may also contain user defined chains.
By default, Iptables log message to a /var/log/messages file. However you can [...]