First, you must have server/VPS For this tutorial, I use Centos 6. 86_64x32 update your server yum update -y Install Development Tools yum groupinstall "Development Tools" -y Install GCC & Libpcap yum install gcc * -y yum install libpcap * -y or alternative yum install gcc -y yum...
Read More...