cnhnln 发表于 2006-5-11 22:12:21

Debian 安装资源[zz]

转载请注明源自:LinuxSir.Org
etony C.F.AN [email protected]

一. CD/DVD下载:
1.官方资源:
http://www.debian.org/CD/

2.国内资源:
http://ftp.cdut.edu.cn/pub/linux/distribution/debian/
http://mirrors.cn99.com/debian-cd/
http://mirrors.geekbone.org/debian-cd/
ftp://deb.ustcsz.edu.cn/debian-cd/
http://www.cwinl.com/
ftp://218.22.45.5/
http://ftp.debian.org.cn/mirror/debian/
http://mirror.dlut.edu.cn/

二. 添加安装源(/etc/apt/sources.list )
格式:
1.添加本地源
本地资源目录格式:
参阅图片:
http://www.linuxsir.org/bbs/attachme...chmentid=29047
2.添加网络源
网络资源目录格式:
参阅图片:
http://www.linuxsir.org/bbs/attachme...chmentid=29048

三. 优化您的安装源:
1. apt-spy 方式:
`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方式:
`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-fu...??载到本地, 并同过参数 -i 指定
同样可以通过 -o 参数指定输出文件而不是默认的sources.list
四. 常用安装源
1. 国内安装源:
注:基于国内镜像在稳定和及时同步上可能无法保证,建议使用官方源

ftp://ftp.linuxforum.net/debian/
http://mirrors.geekbone.org/
http://debian.cn99.com/
http://mirror.vmmatrix.net/debian/

2. 教育网安装源
http://mirror.dlut.edu.cn/
ftp://debian.ustc.edu.cn/sources.list/
ftp://debian.ujn.edu.cn/

几个有用的非官方安装源:
注:在您查看此文档时不能保证这些资源仍然可用,对于Debian官方无法提供的软件,
建议去软件的官方网站上查询下载方式

3. 非官方软件包查询地址:
http://www.apt-get.org/search.php
--



linky_fan 发表于 2006-5-12 23:03:14

不多说了, 把你置顶先 :twisted:

月下刀客 发表于 2006-5-21 21:51:02

3n呐,中文两个sir的链接都是省略号,咱链啊 :neutral::neutral:

cnhnln 发表于 2006-5-22 17:08:01

阿,我看到的就是这样的阿 :-(

npcomet 发表于 2006-6-23 17:16:43

bs之

雪雨悦 发表于 2006-7-7 21:01:36

:?:
我是最近才开始学习使用Linux,不知道上面的连接快不快?

getghost 发表于 2006-7-8 03:27:51

:?:
我是最近才开始学习使用Linux,不知道上面的连接快不快?

試一下就知 :twisted:

baggiorobert 发表于 2006-8-18 15:54:50

今天换了REDHAT,用DEBIAN玩下。

akjo2008 发表于 2006-11-5 16:22:00

ubuntu:D

风雨路601 发表于 2012-5-19 22:31:28

哈哈,楼主不错
页: [1]
查看完整版本: Debian 安装资源[zz]