📄 install
字号:
==========================================================================INSTALLATION INSTRUCTIONS FOR IPTRAF 2.7--------------------------------------------------------------------------IMPORTANT: READ THE SYSTEM REQUIREMENTS SECTION IN THE README. IPTRAF 2REQUIRES LINUX 2.2 OR LATER.The iptraf-2.7.0.tar.gz file no longer contains precompiled executableprograms, only source code. To compile and install, just change to theiptraf-2.7.0 top-level directory and type: ./SetupThis will automatically compile and install the software.The traditional cd src make clean make make installcan still be used.Precompiled binaries are available in the iptraf-2.7.0.i386.bin.tar.gzfile. This contains no source code and is expected to run on Intel x86Linux with the GNU C Library 2.1 or later.UPGRADING FROM 2.1 or 2.4There have been filter file format changes but no need to redefine existingfilters. IPTraf 2.5 will not use the saved filters from versions 2.1 to 2.4.so if you had some applied TCP and UDP filters, just reapply them.Also verify the settings for your ARP, RARP, and non-IP filter toggles,and define as appropriate your miscellaneous IP filters.UPGRADING FROM 2.0.x or 1.4.xIPTraf 1.4.x and 2.0.x had a filename parsing bug that caused the filterdata files to be placed in the wrong directory with the wrong names. Thisversion corrects it. If you're using TCP or UDP filters, perform a "makeupgrade" before running the program. This step will place the filter datafiles in the correct place with the right names.DEALING WITH "ERROR OPENING TERMINAL"The precompiled executable program comes linked with ncurses 4.2. ncurses4.2 needs to determine your terminal capabilities from the terminfodatabase in /usr/share/terminfo. If the supplied program fails with"Error opening terminal", check this directory. If it doesn't exist, yourterminfo database may be somewhere else. To override the default terminfosearch path, you can use the TERMINFO environment variable. Supposingyour terminfo is in /usr/lib/terminfo (typical for Slackwaredistributions) TERMINFO=/usr/lib/terminfo export TERMINFOYou may want to place these commands in your login initialization files(/etc/profile or ~/.profile for sh/bash).You can also create a symbolic link /usr/share/terminfo to point toyour existing terminfo database. For example, given the same conditionsabove: ln -s /usr/lib/terminfo /usr/share/terminfoOr, as an alternative, you can simply recompile your program to use yourncurses installation. Be sure you have at least ncurses 1.9.9e. Seesection on recompiling below.See the README file and the manual for more information.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -