svn --force export https://svn.ntop.org/svn/ntop/trunk/PF_RING/ PF_RING cd /kernel make && make install sudo insmod ./pf_ring.ko cd ../userland make && make install cd /lib ./configure && make && make install cd ../libpcap ./configure && make && make install echo "options pf_ring transparent_mode=0 min_num_slots=32768 enable_tx_capture=0" > /etc/modprobe.d/pf_ring.conf