📄 install
字号:
==========================================================================INSTALLATION INSTRUCTIONS FOR IPTRAF 3.0--------------------------------------------------------------------------IMPORTANT: READ THE SYSTEM REQUIREMENTS SECTION IN THE README. IPTRAF 2REQUIRES LINUX 2.2 OR LATER.To compile and install, just change to the iptraf-3.0.0 top-level directoryand 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-3.0.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.4, 2.5, 2.6, or 2.7IPTraf 2.8 has new filter behavior, and filters now contain additional data tocontrol this behavior. See the RELEASE-NOTES file for details.Because the filter subsystem has been completely redesigned, old filterswill no longer work and cannot be upgraded. Filters will have to beredefined.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 + -