Author Archives: Sean

Windows Server 2003 Service Pack 2(32-bit x86)

概述
Microsoft Windows Server 2003 Service Pack 2 () is a cumulative service pack that includes the latest updates and provides enhancements to security and stability. In addition, it adds new features and updates to existing Windows Server 2003 features and utilities. SP2 can be installed directly on the following operating systems:
Windows Server Editions (all 32-bit x86)
Windows Server 2003 R2 Editions
Windows Storage Server 2003 R2 Editions
Windows Small Business Server 2003 R2 (SBS 2003 customers – Please read Knowledge Base Article 932600 before installing SP2)
 
Before installing this service pack please read the Windows Server 2003 Service Pack 2 Release Notes
 

直接下载地址:
http://download.microsoft.com/download/5/9/7/5976b101-a6bd-41c8-b39f-bb8e39ff1444/WindowsServer2003-KB914961-SP2-x86-CHS.exe

美国进攻北京美国人哭了!!

  参谋长联席会议主席在美国国会所作的总结:这次失败不仅是战略上的
 
  ,更是战术上的失败。
 
  一、我军大意地使用了市旅游局的北京旅游图和北京公交公司的北京交通图以及北京地质勘探中心的北京地形图。我们错误的以为中国人给自己用的东西虽然算不上好,但决不会欺骗自己人,然而我们错了。拿到这几张地图的第一天就注定了我们将要在一个错误的时间一个错误的地点和一个错误的国家打一场错误的战争。
 

Continue reading

优化debian的安装源

1、 方式:
 
`apt-spy’会根据站点回应时间和带宽自动创建`sources.list’。
 

#apt-get install apt-spy
#mv sources.list sources.list.bak //backup
#man apt-spy //获取详细的使用方法
#apt-spy update //更新您的镜像列表文件 /var/lib/apt-spy/mirrors.txt
# apt-spy -d testing -a Asia
//在亚洲区寻找速度最快的testing版镜像,并生成 sources.list文件,也可使用 -o 参数指定写入文件
 
提示:这是一个漫长,确实一劳永逸的过程.
 
2、方式:
 
`netselect-apt’会创建一个更完整的`sources.list’文件,但它使用更落后的方法来选择镜像站点
 
#apt-get install netselect-apt
#mv sources.list sources.list.bak //backup
#man netselect-apt //获取详细的使用方法
# netselect-apt -s testing
//下载http: //www.debian.org/mirror/list-full文件,并根据其内容测试网络,生成sources.list
也可将下载http://www.debian.org/mirror/list-full手动下载到本地, 并同过参数 -i 指定
同样可以通过 -o 参数指定输出文件而不是默认的sources.list

debian下软raid的建立

rt ,下软件的建立方法。
 
不过说实话,个人感觉,这种raid很bt。。
先说下硬件,2个76g的scsi硬盘,安装debian
配置好之后,df信息
/dev/sda5              2538092    387272   2150820  16% /
tmpfs                  1026960         0   1026960   0% /dev/shm
/dev/sda1               192692     39476    153216  21% /boot
/dev/md1              48827944     32840  48795104   1% /home
/dev/md0              40241324     32840  40208484   1% /web
 

Continue reading