存档标签为 ‘Ubuntu’ 的文章

如何修改 Ubuntu 10.04 的启动项

本文发布者:沙浪网 SANCC.COM
Aug 24

GoGoDNS.COM Domain Names

修改 Ubuntu 10.04 启动项的方法与之前的版本有一些明显的差别,因为 Ubuntu 10.04 用的是 grub2,而之前的版本用的是grub1。

早期版本的Ubuntu。只要修改/boot/grub/menu.lst就可以修改这个启动顺序的:
在终端中输 入:sudo gedit /boot/grub/grub.cfg

而最新的 Ubuntu 10.04 则是文件系统/boot/grub/grub.cfg文件可以修改这个启动顺序的:
在终端中输 入:sudo gedit /boot/grub/grub.cfg
修改后保存,重启就可以看到效果。

看看你的系统开机时的GRUB菜单有几项,你想让哪一项为默认启动,就将 default X 中的X设置成“N-1”
例如:你的windows在GRUB中是第三项,那么就是3-1=2,在grub.cfg中设置为default 2

当然还有更简单的方法,能上网情况下,安装startupmanager——图形启动项管理器:

打开端输入:sudo apt-get install startupmanager
安装启动管理器
系统——系统管理——启动管理器 然后在之后按照提示操作就行了。


Ubuntu 10.04 更新源大全

本文发布者:沙浪网 SANCC.COM
May 18

GoGoDNS.COM Domain Names

安装了Linux操作系统 Ubuntu 10.04 之后,首先需要进行系统更新。而默认的更新源一般速度较慢,所以这里推荐一些较好的更新源,同时说明更新源的使用方法。

要替换原有的更新源,需要执行以下步骤:

1、编辑你的源列表(必须步骤)

命令:sudo gedit /etc/apt/sources.list

用此命令编辑你的源列表,将原来的内容全部删除(也可在每行命令之前加“#”而不必删除),添加下面列表中最适合你的源(注意不需要全部添加),选择一个最合适你的即可,复制到你的列表中,然后保存列表。

2、更新源列表信息(必须步骤)

命令:sudo apt-get update

可以在运行“sudo apt-get update ”时查看一下错误信息,把不能连接的源删除再重新运行“sudo apt-get update ”。

3、系统更新(可选步骤)

命令:sudo apt-get upgrade

系统更新也可以使用Ubuntu自带的更新管理器升级也可

以下是 Ubuntu 10.04 更新源列表:

(注:只复制粘贴所有deb开头的行。细心的读者会发现源sources.list文件中有以许多#开头的行,这个#意味这此行为注释行,不起作用,剩余的deb的行才是真正的源)

Ubuntu台湾官方更新源(速度较快):

deb http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiverse
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe main multiverse restricted
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricted
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-backports main multiverse restricted universe
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe main multiverse restricted
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-backports universe main multiverse restricted

网易开源镜像站(速度较快):

提供 FreeBSD , OpenBSD , archlinux , centos , cygwin , debian , Fedora , gentoo , kernel , openSUSE , slackware , Ubuntu

deb http://mirrors.163.com/Ubuntu/ lucid main universe restricted multiverse
deb-src http://mirrors.163.com/Ubuntu/ lucid main universe restricted multiverse
deb http://mirrors.163.com/Ubuntu/ lucid-security universe main multiverse restricted
deb-src http://mirrors.163.com/Ubuntu/ lucid-security universe main multiverse restricted
deb http://mirrors.163.com/Ubuntu/ lucid-updates universe main multiverse restricted
deb http://mirrors.163.com/Ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://mirrors.163.com/Ubuntu/ lucid-proposed universe main multiverse restricted
deb http://mirrors.163.com/Ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.163.com/Ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.163.com/Ubuntu/ lucid-updates universe main multiverse restricted

搜狐开源镜像站(速度较快):

提供 CPAN , FreeBSD , NetBSD , OpenBSD , apache , archlinux , centos , cygwin , dag , debian , Fedora , gentoo , kernel , lfs , mysql , nginx , openSUSE , php , rpmfusion , slackware , Ubuntu

deb http://mirrors.sohu.com/Ubuntu/ lucid main universe restricted multiverse
deb-src http://mirrors.sohu.com/Ubuntu/ lucid main universe restricted multiverse
deb http://mirrors.sohu.com/Ubuntu/ lucid-security universe main multiverse restricted
deb-src http://mirrors.sohu.com/Ubuntu/ lucid-security universe main multiverse restricted
deb http://mirrors.sohu.com/Ubuntu/ lucid-updates universe main multiverse restricted
deb http://mirrors.sohu.com/Ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://mirrors.sohu.com/Ubuntu/ lucid-proposed universe main multiverse restricted
deb http://mirrors.sohu.com/Ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.sohu.com/Ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.sohu.com/Ubuntu/ lucid-updates universe main multiverse restricted

Lupaworld中国源(速度较快)

提供 ArchLinux , Everest , FreeBSD , Fedora , LFS , Magiclinux , Mandriva , OpenOffice , openSUSE , Puppy , Red Hat , Slitaz , Turbolinux , Ubuntu , 中标普华

deb http://mirror.lupaworld.com/Ubuntu/ lucid main universe restricted multiverse
deb-src http://mirror.lupaworld.com/Ubuntu/ lucid main universe restricted multiverse
deb http://mirror.lupaworld.com/Ubuntu/ lucid-security universe main multiverse restricted
deb-src http://mirror.lupaworld.com/Ubuntu/ lucid-security universe main multiverse restricted
deb http://mirror.lupaworld.com/Ubuntu/ lucid-updates universe main multiverse restricted
deb http://mirror.lupaworld.com/Ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://mirror.lupaworld.com/Ubuntu/ lucid-proposed universe main multiverse restricted
deb http://mirror.lupaworld.com/Ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirror.lupaworld.com/Ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirror.lupaworld.com/Ubuntu/ lucid-updates universe main multiverse restricted

rootguide 源,Ubuntu官方上海源

deb http://mirror.rootguide.org/Ubuntu/ lucid main universe restricted multiverse
deb-src http://mirror.rootguide.org/Ubuntu/ lucid main universe restricted multiverse
deb http://mirror.rootguide.org/Ubuntu/ lucid-security universe main multiverse restricted
deb-src http://mirror.rootguide.org/Ubuntu/ lucid-security universe main multiverse restricted
deb http://mirror.rootguide.org/Ubuntu/ lucid-updates universe main multiverse restricted
deb http://mirror.rootguide.org/Ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://mirror.rootguide.org/Ubuntu/ lucid-proposed universe main multiverse restricted
deb http://mirror.rootguide.org/Ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirror.rootguide.org/Ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirror.rootguide.org/Ubuntu/ lucid-updates universe main multiverse restricted

骨头源 SRT

deb http://Ubuntu.srt.cn/ubuntu/ lucid main universe restricted multiverse
deb-src http://Ubuntu.srt.cn/ubuntu/ lucid main universe restricted multiverse
deb http://Ubuntu.srt.cn/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://Ubuntu.srt.cn/ubuntu/ lucid-security universe main multiverse restricted
deb http://Ubuntu.srt.cn/ubuntu/ lucid-updates universe main multiverse restricted
deb http://Ubuntu.srt.cn/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://Ubuntu.srt.cn/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://Ubuntu.srt.cn/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://Ubuntu.srt.cn/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://Ubuntu.srt.cn/ubuntu/ lucid-updates universe main multiverse restricted

网易开源镜像站

deb http://Ubuntu.cn99.com/ubuntu/ lucid main universe restricted multiverse
deb-src http://Ubuntu.cn99.com/ubuntu/ lucid main universe restricted multiverse
deb http://Ubuntu.cn99.com/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://Ubuntu.cn99.com/ubuntu/ lucid-security universe main multiverse restricted
deb http://Ubuntu.cn99.com/ubuntu/ lucid-updates universe main multiverse restricted
deb http://Ubuntu.cn99.com/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://Ubuntu.cn99.com/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://Ubuntu.cn99.com/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://Ubuntu.cn99.com/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://Ubuntu.cn99.com/ubuntu/ lucid-updates universe main multiverse restricted

搜狐开源镜像站

deb http://mirrors.shlug.org/Ubuntu/ lucid main universe restricted multiverse
deb-src http://mirrors.shlug.org/Ubuntu/ lucid main universe restricted multiverse
deb http://mirrors.shlug.org/Ubuntu/ lucid-security universe main multiverse restricted
deb-src http://mirrors.shlug.org/Ubuntu/ lucid-security universe main multiverse restricted
deb http://mirrors.shlug.org/Ubuntu/ lucid-updates universe main multiverse restricted
deb http://mirrors.shlug.org/Ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://mirrors.shlug.org/Ubuntu/ lucid-proposed universe main multiverse restricted
deb http://mirrors.shlug.org/Ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.shlug.org/Ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.shlug.org/Ubuntu/ lucid-updates universe main multiverse restricted


在线存储服务 Ubuntu One 出现500服务器错误

本文发布者:沙浪网 SANCC.COM
Apr 26

GoGoDNS.COM Domain Names

Ubuntu One 是由 Ubuntu 所属的母公司 Canonical 所推出的一项网络服务。该服务能够存储你的文件,并允许你在多台电脑上同步,还可以与好友分享这些文件。

Ubuntu One 为免费用户提供 2GB 空间,更多空间需要付费才能获得。目前,Ubuntu One 尚处于 Beta 测试阶段,此前需经过邀请方能使用。

今天早上沙浪网打算上传一些图片,结果发现这项在线存储服务 Ubuntu One 出现500服务器错误(20分钟后再次登录已恢复正常),提示如下:

Something has gone wrong (500)

We’ve recorded this problem and it will get investigated with the logs. If this problem is urgent, please file a bug report and include this number: OOPS-ID-1577appserver1827

For more general information on Ubuntu One subscribe to our mailing list, check our blog or follow Ubuntu One on twitter and identi.ca to get updates.

Ubuntu 10.04 重大内存泄漏修复

Ubuntu 10.04 LTS 在最后紧要关头却出现了一个“重大的内存泄露问题”,而且不太好解决。

经过调查,此问题出现在 X.org Server 组件最近升级的GLX 1.4增强补丁中,它本应修复几个崩溃问题,但却会造成内存泄露,比如Intel系统上运行八个小时就会占用1GB或者更多内存,最终导致系统越来越慢,最终无法使用。

昨天爆出的GLX1.4内存泄漏问题,今天在LaunchPad上的开发者 Robert Hooker 提交了这个补丁,至此这个补丁得到了修复。

Ubuntu 桌面培训 (Ubuntu Desktop Course) 中文译本发布

经过一段时间的努力,Ubuntu 桌面培训已经完成翻译,正式公布。 本课程为家庭用户和办公室用户提供 Ubuntu 操作系统的培训。目标对象不必预先了解 Ubuntu,但必须具备基本的计算机使用能力。要开始学习本课程,请先在您的计算机硬盘上安装 Ubuntu 9.10。

本课程以模块为单位来组织。在教室中进行全日制学习的话,两天就可以学习完整个课程。另外,您可以按需选择主题和课程,本课程的关键部分可以在一天之内学完。

相较于原英文版本,中文版针对 Ubuntu 9.10 进行了适当的修订。(由于翻译开始的时候,10.04 仅仅还处于内测阶段,尽请谅解)


GoGoDNS.COM Domain Names

GoGoDNS.COM Web Hosting

GoGoDNS.COM SSL Certificates