Skills/Unix, Linux
다양한 OpenSource 가 존재
로샤스
2014. 5. 22. 21:31
Ubuntu and RedHat/CentOS Packages
We offer nightly builds of most applications in binary package (x64 only) for avoid compiling the code from source. The package repository is available here.
ntopng
ntopng is distributed under the GNU GPLv3. It should virtually compile on any Unix/Win32 platform.
Source Code | |||
---|---|---|---|
Stable | Download » | ||
Development | SVN » | ||
Demo Binaries | |||
Win32 (including Win7/8) demo snapshot limited to 2,000 packets capture |
Download » |
SVN:
svn co https://svn.ntop.org/svn/ntop/trunk/ntopng/
cd ntopng
./configure
make
make install
cd ntopng
./configure
make
make install
nProbe
Demo Binaries | |||
---|---|---|---|
Linux and Win32 | Download » |
nDPI
Source Code | |||
---|---|---|---|
Development | SVN » |
SVN:
svn co https://svn.ntop.org/svn/ntop/trunk/nDPI
cd nDPI
./configure –with-pic
make
cd nDPI
./configure –with-pic
make
n2n
Source Code | |||
---|---|---|---|
Development | SVN » |
SVN:
svn co https://svn.ntop.org/svn/ntop/trunk/n2n
cd n2n
make
cd n2n
make
PF_RING
Source Code | |||
---|---|---|---|
Stable | Download » | ||
Development | SVN » |
SVN:
svn co https://svn.ntop.org/svn/ntop/trunk/PF_RING/
cd PF_RING/kernel
make
sudo insmod ./pf_ring.ko
cd ../userland
make
cd PF_RING/kernel
make
sudo insmod ./pf_ring.ko
cd ../userland
make
출처 : http://www.ntop.org/get-started/download/