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

推荐订阅源

W
WeLiveSecurity
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Security @ Cisco Blogs
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
腾讯CDC
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
F
Full Disclosure
博客园 - 【当耐特】
C
CERT Recently Published Vulnerability Notes
Engineering at Meta
Engineering at Meta
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Threatpost
I
Intezer
V2EX - 技术
V2EX - 技术
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Hacker News
The Hacker News
小众软件
小众软件
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
N
News | PayPal Newsroom
MyScale Blog
MyScale Blog
AI
AI
Vercel News
Vercel News
Spread Privacy
Spread Privacy
美团技术团队
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
The GitHub Blog
The GitHub Blog
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
Help Net Security
Help Net Security
Hacker News: Ask HN
Hacker News: Ask HN
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
U
Unit 42
L
LangChain Blog
Recent Announcements
Recent Announcements

博客园 - 龙

曾经沧海难为水,除却巫山不是云 智能功http://www.56.com/u12/v_NDA3NjA3Mw.html 蓝牙上网配置-服务端( 注意防火墙的设置) 蓝牙网络接入设置-客户端 treo 650 利用蓝牙上网 六祖坛经庞明讲解 http://heihe.blogchina.com/ 北峰5118对讲机简要使用指南! 关于加强业余无线电台站管理工作有关问题的通知 北峰对讲机5118软扩频 北峰5118对讲机设置差频注意使用“FUNC”键 般若波罗蜜多心经 winxp 64 金山毒霸6 易语言 V3.8 简体中文正式版特别版 routeos 配置文件 用linux构建路由器 ubuntu5.04下 输入法问题解决 在 FC3 中启动输入法的方法步骤以及 alternatives 工具的介绍
Debian 安装资源
· 2006-01-09 · via 博客园 - 龙

Debian 安装资源



Debian 安装资源

转载请注明源自:LinuxSir.Org
etony C.F.AN etony@tom.com

一. 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/

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

1) rarewares.org -- 提供很多音频软件

代码:

deb http://www.rarewares.org/debian/packages/unstable ./

2) blackdown Java -- 这个不用说了吧

代码:

deb ftp://metalab.unc.edu/pub/linux/devel/lang/java/blackdown.org/debian unstable main non-free

3) bootsplash.de -- ppracer, bootsplash stuff.

代码:

deb http://debian.bootsplash.de unstable main

4) USTC 的非官方资源

代码:

deb ftp://debian.ustc.edu.cn/debian-uo sid marillat rareware ustc java misc jrfonseca firefly deb-src ftp://debian.ustc.edu.cn/debian-uo sid marillat rareware ustc java misc jrfonseca firefly

5) http://debian.okey.net/上的丰富资源

代码:

deb http://debian.okey.net/debian/sarge main non-free contrib deb http://debian.okey.net/debian-uo/ unstable firefly java jrfonseca marillat misc rareware ustc deb http://debian.okey.net/debian-non-US/ sarge/non-US main contrib

6) debian.linux.org.tw 提供 ttf-arphic-ukai ttf-arphic-uming

代码:

deb ftp://debian.linux.org.tw/pub/apt unstable main

7) 提供realplayer,mplayer, acroreader, w32codecs, 等等

代码:

deb ftp://ftp.nerim.net/debian-marillat/ unstable main deb-src ftp://ftp.nerim.net/debian-marillat/ unstable main

可以在这里找到老版的软件包
http://snapshot.debian.net/

文档更新参阅(HTML版式,更便于阅读)
http://debian.linuxsir.org/main/?q=node/92