PF_RING install

CentOS 6.6 First enable passwordless SSHsshkeygen if you haven’t already cat .ssh/id_rsa.pub   Copy that to /root/.ssh/authorized_keys on the new system. Then change permissions   chmod 700 ~/.sshchmod 600 ~/.ssh/authorized_keys   #Install EPEL.http://mirror.umd.edu/fedora/epel/6/i386/repoview/epel-release.html sudo yum install cmake swig python-devel byacc kernel-devel libtool subversion automake make autoconf pcre-devel libpcap-devel libpcap flex Read more…