惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Vulnerabilities – Threatpost
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
WordPress大学
WordPress大学
Apple Machine Learning Research
Apple Machine Learning Research
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
P
Palo Alto Networks Blog
大猫的无限游戏
大猫的无限游戏
量子位
S
Secure Thoughts
博客园 - 【当耐特】
V
Visual Studio Blog
腾讯CDC
爱范儿
爱范儿
Webroot Blog
Webroot Blog
The Register - Security
The Register - Security
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Latest news
Latest news
Y
Y Combinator Blog
T
The Blog of Author Tim Ferriss
Cloudbric
Cloudbric
T
Troy Hunt's Blog
S
Security @ Cisco Blogs
B
Blog RSS Feed
I
Intezer
S
SegmentFault 最新的问题
N
News and Events Feed by Topic
云风的 BLOG
云风的 BLOG
C
CXSECURITY Database RSS Feed - CXSecurity.com
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Hacker News: Ask HN
Hacker News: Ask HN
Google DeepMind News
Google DeepMind News
TaoSecurity Blog
TaoSecurity Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Schneier on Security
Schneier on Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Recorded Future
Recorded Future
Google DeepMind News
Google DeepMind News
Forbes - Security
Forbes - Security
雷峰网
雷峰网
博客园 - 司徒正美
C
Cisco Blogs
S
Securelist
L
LINUX DO - 最新话题
P
Proofpoint News Feed
Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
N
News | PayPal Newsroom
N
News and Events Feed by Topic

博客园 - zhumao-2

perl将json转换成xml cnblogs终于把以前内容的管理权还给我了~ 关于DBI->connect ($dsn, $db_user, $db_pass, { RaiseError =>1, PrintError => 0}) - zhumao-2 RichCopy 3.5 过期?自己想办法~ 将linux密码存储到OpenLDAP里面=OpenLDAP Everywhere Revisited C语言操作OpenLDAP Perl操作OpenLDAP(未测试) 心得共享:Oracle经验技巧集锦 [From CU] 使用Perl生成usmarc记录 牛郎织女 Perl中的trim函数 在 Perl 中使用内联 perl中的特殊内置变量(转) 从网页中提取链接(转载) 在指定文件夹中的文件中查找包含指定字符的行(这个小东西不错[Perl]) 打开.bz2文件 Windows 能干而 Linux 干不了的事情,那就是不需要干的事情 Linux下用Perl产生新的EXCEL文档 RPM包强制删除
曙光服务器千兆光纤网卡安装
zhumao-2 · 2006-05-24 · via 博客园 - zhumao-2

1.查看型号(82545GM--网卡苡片上有)
2.下载驱动(Intel网站--搜索一下就能找到)
  Linux* 千兆位适配器基础驱动程序 [e1000-6.2.15.tar.gz]
3.安装Linux Kernel源代码(RedHat AS3是在第三张光盘上)

1.查看型号(82545GM--网卡苡片上有)
2.下载驱动(Intel网站--搜索一下就能找到)
  Linux* 千兆位适配器基础驱动程序 [e1000-6.2.15.tar.gz]
3.安装Linux Kernel源代码(RedHat AS3是在第三张光盘上)
4.编译驱动
  rpmbuild -tb e1000-6.2.15.tar.gz
  tar zxvf e1000-6.2.15.tar.gz
  cd e1000-6.2.15/src
  make install
5.安装驱动
  insmod e1000
6.启动网卡
  cd /etc/sysconfig/network-scripts
  cp ifcfg-eth0 ifcfg-eth2
  vi ifcfg-eth2
  ifconfig eth2 up
7.其它事项参见e1000-6.2.15.tar.gz里自带的readme.
===============
前几天在Dell 2200笔记本上安装RedHat AS3,结果网卡也没有驱动起来。后来采用同样的方法就可以了。只不过换了一个驱动而已。Dell 2200的网卡是Intel Pro100。