tips.txt

来自「基于TDI驱动编写的个人防火墙程序。包括驱动模块、应用层规则配置及加载模块。」· 文本 代码 · 共 25 行

TXT
25
字号
TIPS: here some useful tips for working with tdi_fw.

---

#1. Old tdi_fw log files can be deleted by regularly running a batch file
with the following command in it. (Requires GNU tools "find" and "rm",
available from http://unxutils.sourceforge.net/)

C:\WINNT\system32\gfind.exe C:\WINNT\system32\LogFiles\tdi_fw -mtime +21 -exec "C:\WINNT\system32\rm.exe" "{}" ";"

Two ways to run this batch file:

- Windows AT service (e. g. once a day:
    at 03:24 /every:mo,tu,we,th,fr,sa,su "...")
- at each system boot: With AUTOSTRT, available from
   http://thethin.net/download.cfm


#2. Another tip: WinTail for real-time log file viewing
(http://www.wintail.com/)

---

All tips by Thomas Henlich

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?