摘要:
由于不是官方版本,希望大家作好备份。以下以2.6.0-test9内核做例子,如果安装过程出现问题大家来讨论:
一、已经安装2.4内核官方驱动的方法
1) 下载:
nvidia-linux-x86-1.0-4620-pkg1.run (nvidia)
http://public.pny.com/quadro/fx3000g/linux/nvidia-linux-x86-1.0-4620-pkg1.run
nvidia_kernel-1.0-462......
摘要:
能否用 win2000的 boot manager 启动 redhat 9.
我记得suse可以,不知 redhat 9 行不行.
先谢了
好好先生 回复于:2003-12-04 16:00:08
可以.我以前在google上搜到过.不过没有做过实验.
q1208c 回复于:2003-12-04 16:08:29
可以。先装linux,然后用 dd if=/dev/hda of=/root/file bs=446 c......
Linux 2.4.20 以后内核的ECN问题
问题描述:
【相关文章:
关于磁盘阵列,分区加载的问题?】 【扩展阅读:
防止SYN的攻击参数设置】在安装了2.4.20以后内核的linux,在连接如意通邮箱的smtp端口的时候,出现timeout的问题。在2.4.18内核与其他操作系统上没有这个问题。
【扩展信息:
哪位大哥能给介绍一个linux软件及pa】
dec 14 17:10:58 mail1 postfix/smtp[5286]: d624020108f: to=, relay=none, delay=33, status=deferred (connect to smtp.ruyi.com[211.97.168.172]: connection timed out)
cz:~# telnet smtp.ruyi.com 23
trying 211.97.168.172...
telnet: unable to connect to remote host: connection timed out
问题原因:
在2.4.20以后的内核里面,增加了一个 ecn 功能:
tcp explicit congestion notification support
config_inet_ecn
explicit congestion notification (ecn) allows routers to notify
...
下一页 摘要:
环境:
os: redhat 8.0
1. #cd /etc/sysconfig/network-scripts
# cp ifcfg-eth0 ifcfg-bond0
----------------------------------------------------------------
2 #vi ifcfg-bond0
将第一行改成 device=bond0
---------------------------------......