pic
一、合租国外主机现状 众所周知,国外主机空间一般都很大,流量等限制少,域名绑定不限,故很多人想合租国外主机,或者将自己买的主机拿出去卖。 朋友合租。这类一般是几个朋友合伙买一个国外空间,每个人分一个FTP,由大家共同管理,共同约定。缺点是管理不健全,很容易对其他人网站造成影响,故只建议熟识的朋友几个人一起用,相互之间有足够的信任。 Share Hosting合租。这类是我很反对的,因为Share Hosting的CPU,内存和I/O等资源限额...
pic
刚不久发表的一篇  [揭秘美国主机代购、美国主机评测等类似网站的赚钱方式]的文章,闲逛Ubuntu中文论坛,发现Ubuntu中文论坛也搞起了美国主机代购。详情点击。 Ubuntu中文论坛也是使用burstnet的vps主机,正因为这样,它才有说服力,用户完全可以通过ubuntu论坛得知此vps的性能。但Hector感觉此vps的速度不咋地。。而ubuntu的名气也足以使大家相信此vps不是骗人的。而且此vps相当便宜,最常用的一个vps信息如下: VPS #1 (Virtual Private Server) - vePortal - CPU: 1GH...
pic
一、写在前面 现在网上有大量的美国主机导购网站,美国主机评测网站,上面有各个美国主机提供商的中文翻译信息,选购指南,优惠码信息,各种使用技巧等等。他们确实让广大想到国外买主机的用户得到了大量的信息,甚至还愿意帮用户买相应的美国主机。其目的何在?其利润何在?今天Hector就来分析分析他们的盈利方式。 二、美国主机的Resellers Plan(经销商计划) 计划每个美国主机网站都有自己的一套经销商计划,其方式可能不同,都是...
pic
首先申明,此文章没有任何价值,就是想看看我能不能制造一个网络流行语啥的(当然现在在百度,google上搜不到类似的信息下面有图为证)。这句话可以组成很多经典的句子,我先来两个,如果你有兴趣的可以在下面跟几条经典的。1、在这天朝的年代,竟有google这个二愣子的存在。2、在这如此文明的年代,竟有叫兽如此猥琐的存在。3、在这如此纯洁的年代,竟有XX门和XX门的存在。4、在这如此低调的年代,竟有凤姐的存在。5、在这乙肝遭歧视的年...
pic
一、GFW的名称 GFW 并非官方的正式名称 墙 防火长城 长城防火墙 中国国家防火墙 国家公共网络监控系统 功夫网(Gong Fu Wang) 二、GFW简介 GFW是架设在中国主干级网路路由器上的一套高级资讯过滤系统,主要用途是对境内外网路的访问分析和过滤,阻止用户浏览政府不希望用户看到的网页内容、电邮等资讯。据一项哈佛大学的一项研究,有超过18000个网站在中国境内被 GFW 屏蔽。 GFW的全写为「Great FireWall」,得名于Charles R. Smith所写的一篇...
十一

09

ubuntu换源方法
Posted on : 09-11-2008 | By : Hector | In : linux
0

在终端输入命令(应用程序》附件》终端)

ubuntu9.04的换源请到http://ourys.com/post/58.html

备份软件源:
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup

很多人都会说这一步很多余,但是一旦你的软件源出了问题恢复一下不是更容易吗?笔者也遇到过几次有人问我想恢复到默认时候的源怎么办?其实在 Linux 中很多设置都是修改配置文件来进行的,让初学者从开始接触 Linux 就学习备份设置不是一样很好的事吗?建议 Linux 初学者养成操作前先备份的习惯。

编辑软件源:
sudo gedit /etc/apt/sources.list

建议将里面的所有源都删掉,速度太慢了,然后添加相应版本的软件源

然后在系统》系统管理》更新管理器》点击检查,就把网上软件的信息存在你电脑里面,装软件只要输入命令就可以了。

下面是8.10的软件源:

#Archive.ubuntu.com更新服务器(欧洲,此为官方源,电信网通用户使用,毕竟是国外的,速度慢,最好不要用)

deb http://archive.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ intrepid-updates main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ intrepid-proposed main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ intrepid-updates main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ intrepid-proposed main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse

#Ubuntu.cn99.com更新服务器(江苏省常州市电信,推荐电信用户使用):

deb http://ubuntu.cn99.com/ubuntu/ intrepid main restricted universe multiverse

deb http://ubuntu.cn99.com/ubuntu/ intrepid-security main restricted universe multiverse

deb http://ubuntu.cn99.com/ubuntu/ intrepid-updates main restricted universe multiverse

deb http://ubuntu.cn99.com/ubuntu/ intrepid-proposed main restricted universe multiverse

deb http://ubuntu.cn99.com/ubuntu/ intrepid-backports main restricted universe multiverse

deb-src http://ubuntu.cn99.com/ubuntu/ intrepid main restricted universe multiverse

deb-src http://ubuntu.cn99.com/ubuntu/ intrepid-security main restricted universe multiverse

deb-src http://ubuntu.cn99.com/ubuntu/ intrepid-updates main restricted universe multiverse

deb-src http://ubuntu.cn99.com/ubuntu/ intrepid-proposed main restricted universe multiverse

deb-src http://ubuntu.cn99.com/ubuntu/ intrepid-backports main restricted universe multiverse

#Mirrors.shlug.org更新服务器(电信服务器,Ubuntu China Official Mirror, maintained by Shanghai Linux User Group):

deb http://cn.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu intrepid-proposed main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu intrepid-proposed main restricted universe multiverse

#Mirror.lupaworld.com更新服务器(浙江省杭州市双线服务器):

deb http://mirror.lupaworld.com/ubuntu intrepid main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu intrepid-security main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu intrepid-updates main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu intrepid-backports main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu intrepid-proposed main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu intrepid main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu intrepid-security main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu intrepid-updates main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu intrepid-backports main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu intrepid-proposed main restricted universe multiverse

#厦门大学更新服务器(教育网服务器):

deb ftp://ubuntu.realss.cn/ubuntu/ intrepid main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ intrepid-backports restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ intrepid-proposed main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ intrepid-security main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ intrepid-updates main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid-backports main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid-proposed main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid-security main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid-updates main restricted universe multiverse

#成都市 电子科技大学更新服务器(教育网,推荐校园网和网通用户使用):

deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe

#== 如果无法解析uestc.edu.cn域名,请使用以下地址 ==

deb http://ubuntu.dormforce.net/ubuntu/ intrepid main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ intrepid-backports main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ intrepid-proposed main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ intrepid-security main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubunt
u/ intrepid-updates main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-backports main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-proposed main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-security main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-updates main multiverse restricted universe

上海市上海交通大学更新服务器(教育网,推荐校园网和网通用户使用):

deb http://ftp.sjtu.edu.cn/ubuntu/ intrepid main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ intrepid main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe

#中国科学技术大学更新服务器(教育网,推荐校园网和网通用户使用):

deb http://debian.ustc.edu.cn/ubuntu/ intrepid main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ intrepid main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe

#中国台湾 台湾大学更新服务器(推荐网通用户使用,电信PING平均响应速度41MS。强烈推荐此源,比较完整,较少出现同步问题):

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-updates main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-updates main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-backports main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-backports main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-security main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-security main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-proposed main multiverse restricted universe

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-proposed main restricted universe multiverse

<
br />#mirror.rootguide.org更新服务器(上海市 电信):

deb http://mirror.rootguide.org/ubuntu/ intrepid main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ intrepid main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ intrepid-updates main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ intrepid-updates main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ intrepid-backports main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ intrepid-backports main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ intrepid-security main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ intrepid-security main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ intrepid-proposed main multiverse restricted universe

deb-src http://mirror.rootguide.org/ubuntu/ intrepid-proposed main restricted universe multiverse

#台湾的官方源速度也相当不错,有时甚至快于内地的:

deb http://tw.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu intrepid-proposed main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-proposed main restricted universe multiverse

Tags:
这篇日志发表于08年11月09日。 你可以订阅该日志的所有评论通过 RSS 2.0。 你可以发表评论,或者引用通告

Leave a Reply

您可以选择您的最新博文在留言区域显示

最新评论

标签云

© 2010 - IT元素 | Theme AppChain | |