📄 00000001.htm
字号:
建议你直接换成 Apache 的 httpd。 <BR> <BR> 新的 named pipes 方式也让 Hylafax 发生问题,如果你有 Hylafax daemon, <BR> 它会不断用掉 CPU time 直到系统没有 idle time 为止。要修正这个错误,修改 <BR> Hylafax 的 port.h,把 <BR> <BR> CONFIG_OPENFIFO="O_RDONLY" <BR> <BR> 改成 <BR> <BR> CONFIG_OPENFIFO="O_RDWR" <BR> <BR> 类似的处理方式 (把 named pipe 开启方式从 read only 改成 read/write) <BR> 可以解决因这个改变引起的问题。 <BR> <BR> File Locking (Sendmail) <BR>========================= <BR> <BR> 从 pre2.0.6 (1.99.6) 以後,file locking 方式不能够混用,例如:你不能 <BR> 同时使用 flock 和 fcntl 来锁住档案。请参阅 Documentation/lock.txt 取得更 <BR> 详细资料。这个对较旧版的 sendmail 造成影响 (注)。如果你发现 sendmail 抱怨 <BR> 无法 lock aliases.dir (或其他档案),你必须更新 sendmail 到 8.7.x 版。最 <BR> 新版的 sendmail 可以在 <BR> <BR><A HREF="ftp://ftp.cs.berkeley.edu/ucb/src/sendmail/sendmail.8.7.5.tar.gz">ftp://ftp.cs.berkeley.edu/ucb/src/sendmail/sendmail.8.7.5.tar.gz</A> <BR> <BR> 取得。 <BR> <BR>*注:这个问题在 elm 2.4 pl 25 之中也会发生。 <BR> <BR> Uugetty <BR>========= <BR> <BR> 旧版的 uugettys 在新 kernel 里会有问题,请更新之。 <BR> <BR><A HREF="ftp://sunsite.unc.edu/pub/Linux/system/Serial/getty_ps-2.0.7h.tar.gz">ftp://sunsite.unc.edu/pub/Linux/system/Serial/getty_ps-2.0.7h.tar.gz</A> <BR> <BR> Kbd <BR>===== <BR> <BR> 使用非 ASCII 的字元/字型的人,应该升级成: <BR> <BR>ftp.funet.fi:/pub/OS/Linux/PEOPLE/Linus/kbd-0.91.tar.gz <BR> <BR>*注:这个我也不太了解,不过我没升级好像也没事.... <BR> <BR> Console <BR>========= <BR> <BR> Linux 的 console type (虽然知道是什麽东西可是不会翻) 改变了。如果 <BR> 你的版本太旧了,使用上发生问题 (像说 joe 不能用啦...),该是升级 termcap <BR> 的时候了。要修正这个问题,把 linux 加入 /etc/termcap 之中,或是到 <BR> <BR> <A HREF="http://www.ccil.org/~esr/ncurses.html">http://www.ccil.org/~esr/ncurses.html</A> <BR> <BR> 逛逛。另外你也需要更新 terminfo。以 root 来做下面的动作: <BR> <BR> ln -s /usr/lib/terminfo/l/linux /usr/lib/terminfo/c/console <BR> <BR> 当然,最好的解决办法,就是去抓最新的 termcap 回来安装: <BR> <BR> <A HREF="ftp://sunsite.unc.edu/pub/Linux/GCC/termcap-2.0.8.tar.gz">ftp://sunsite.unc.edu/pub/Linux/GCC/termcap-2.0.8.tar.gz</A> <BR> <BR> Also, the console driver is now responsible for keeping track of <BR> correspondence between character codes and glyph bitmaps. If you <BR> encounter problems, try `loadunimap def' to get back the default <BR> correspondence. (不太会翻,大概是说如果你的萤幕本来应该显示文字的确 <BR> 变成一堆乱码的话,可以用 loadunimap def 来解决) <BR> <BR> Hdparm <BR>======== <BR> <BR> Hdparm 为了利用到新版 kernel 的新功能而作了更新,最新版可以在: <BR> <BR><A HREF="ftp://sunsite.unc.edu/pub/Linux/kernel/patches/diskdrives/hdparm-2.7.tar.gz">ftp://sunsite.unc.edu/pub/Linux/kernel/patches/diskdrives/hdparm-2.7.tar.gz</A> <BR> <BR> 抓到。(目前已经有看到 2.9 版了) <BR> <BR>IP Accounting <BR>============= <BR> <BR> All IP packets coming in or going out via one of the network <BR>interfaces are now passing the accounting chain. So, packets being <BR>forwarded are passing this chain twice. Since pre2.0.7 (aka 1.99.7), <BR>accounting rules can be defined so that they will only match in one <BR>direction (either incoming or outgoing). <BR> <BR> There also exists a possibility to match on device names and/or <BR>device addresses, so that only packets coming in/going out via that <BR>device (network interface) match with a rule. You'll need to get <BR>ipfwadm from <A HREF="ftp://ftp.xos.nl/pub/linux/ipfwadm/ipfwadm-2.1.tar.gz">ftp://ftp.xos.nl/pub/linux/ipfwadm/ipfwadm-2.1.tar.gz</A> to <BR>use this. <BR> <BR>IP Firewalls <BR>============ <BR> <BR> The IP firewall code has been changed drastically during 1.3.x. <BR>There are now 3 categories of firewall rules: one for incoming packets, <BR>one for outgoing packets, and one for packets being forwarded. There <BR>also exists a possibility to match on device names and/or device <BR>addresses, so that only packets coming in/going out via that device <BR>(network interface) match with a rule. This is especially useful to <BR>prevent spoofing. You'll need to get <BR><A HREF="ftp://ftp.xos.nl/pub/linux/ipfwadm/ipfwadm-2.1.tar.gz">ftp://ftp.xos.nl/pub/linux/ipfwadm/ipfwadm-2.1.tar.gz</A> to use this. <BR> <BR>IP Masquerading <BR>=============== <BR> <BR> IP masquerading is now part of the standard kernel. However, you <BR>always need to load separate modules (ip_masq_ftp.o and/or <BR>ip_masq_irc.o) if you are going to use FTP or IRC in combination with <BR>masquerading. You'll need to get <BR><A HREF="ftp://ftp.xos.nl/pub/linux/ipfwadm/ipfwadm-2.1.tar.gz">ftp://ftp.xos.nl/pub/linux/ipfwadm/ipfwadm-2.1.tar.gz</A> to use this. <BR> <BR> <BR>(不清楚、不了解、不会用,还是不要乱翻... 不过看起来都跟 ipfwadm-2.1.tar.gz <BR> 有关...) <BR> <BR> ISDN support <BR>============== <BR> <BR> 新版的 kernel 支援 ISDN,要使用 ISDN 你必须有: <BR> <BR><A HREF="ftp://ftp.franken.de/pub/isdn4linux/isdn4k-utils-1.3.97.tar.gz">ftp://ftp.franken.de/pub/isdn4linux/isdn4k-utils-1.3.97.tar.gz</A> <BR> <BR> Term is broken <BR>================ <BR> <BR> Term (一个功能类似 slirp 的东西) 在 kernel 1.3.60 以後就无法使用 <BR> 了,偏偏作者现在正在渡假中,因此没有解决的方法。我建议你学著改用 slirp。 <BR> <BR> Networking <BR>============ <BR> <BR> /proc/net 里有些栏位在新 kernel 里改变了,你必须升级你的 net-tools。 <BR> 目前最新的稳定版是 net-tools-1.2.0.tar.gz,而最新的 beta 则是 <BR> net-tools-1.32-alpha.tar.gz。如果你要升级,或许升级为最新的 beta 版会比 <BR> 较好。 <BR> <BR> Xntpd <BR>======= <BR> <BR> 旧版的 Xntpd 和新版的 kernel 合不来,请升级为 xntp3.5f.tar.Z <BR> <BR> Sound driver <BR>============== <BR> <BR> 1.3.x 版 kernel 里的 sound driver 会让 vplay 无法使用。要解决这个 <BR> 问题请抓新版的 sndkit: <BR> <BR> <A HREF="ftp://ftp.best.com/pub/front/tasd/snd-util-3.5.tar.gz">ftp://ftp.best.com/pub/front/tasd/snd-util-3.5.tar.gz</A> <BR> <BR> 有些使用者回报说许多音效工具程式 (Ex: cdd2wav-sbpcd) 必须重新 compile <BR> 才能在新版的 kernel 下使用。 <BR> <BR> Tcsh <BR>====== <BR> <BR> 如果你的 tcsh 在新的 kernel 下举止怪异,请从 <BR> <BR> <A HREF="ftp://anise.ee.cornell.edu/pub/tcsh">ftp://anise.ee.cornell.edu/pub/tcsh</A> <BR> <BR> 抓新版的 tsch source,并修改 config_f.h 加入一行:#define SYSMALLOC <BR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -