2007年4月5日星期四

成功升级feisty

升级也是一件很简单的事。

终端输入运行

gksu "update-manager -c -d"

按照提示做就可以了。
建议使用中国科技大学的源:
deb http://debian.ustc.edu.cn/ubuntu/ feisty main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ feisty-backports restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ feisty-proposed main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ feisty-security main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ feisty-updates main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-proposed main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-security main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-updates main restricted universe multiverse


使用校园,整个过程大约1个小时左右。

feisty界面做的漂亮了很多。中文支持做的很好。不过好像速度慢下来了。

写在86之前

86年了。
去年傻傻的守在电脑前看直播,结果网络不通,只有速速去挤位置看电视。我记得那可是勤业园区第一次,也是我们在漳州校区唯一一次看见电视在电视柜里。
今年的明天,我会傻傻的看着仪器,做着无聊的物化基础实验。不过也好,至少没有白度。

2007年3月5日星期一

由vrms想到

vrms是Virtual Richard M. Stallman的缩写。想必大家已经知道Stallman是何许人也。
vrms的功能是去除你系统中的non-free软件。
一些人已经开始清除PC里的non-free software,而我们却还在为找到一个更好的盗版软件而奋斗。

注:ubuntu官方源已添加该软件包。该软件包说明说下:

virtual Richard M. Stallman
The vrms program will analyze the set of currently-installed packages on a
Debian GNU/Linux system, and report all of the packages from the non-free
tree which are currently installed.
Future versions of vrms will include an option to also display text from
the public writings of RMS and others that explain why use of each of the
installed non-free packages might cause moral issues for some in the Free
Software community. This functionality is not yet included.

2007年3月4日星期日

关于ubuntu

一、关于声音
今天,多媒体突然没有了声音。百思不得其解。经多方搜索发现是PCM被禁音了(原文[11楼])。双击右上角的小喇叭,将PCM静音去掉,久违的声音终于响起。


二、关于skype
一直以为是源中的skype有问题。今天发现原来是scim-qtimm包作怪。卸载之,skype即可正常登录。

三、关于scim
按照wiki.ubuntu.org.cn上在最后一步:

sudo im-switch -s scim-pinyin

始终提示错误。最后按照depp的精华文章使用:
im-switch -s scim-pinyin

重启X,scim图标赫然列在任务栏中。

四、关于源
大陆的源基本上都有一些问题。经多方寻找,发现电信使用CN99,网通可以使用台湾的。
CN99
deb http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ edgy main restricted universe multiverse

台湾(我正在使用的源,一般在200K以上)
deb http://ftp.tw.debian.org/ubuntu/ edgy main multiverse restricted universe
deb http://ftp.tw.debian.org/ubuntu/ edgy-backports main multiverse restricted universe
deb http://ftp.tw.debian.org/ubuntu/ edgy-proposed main multiverse restricted universe
deb http://ftp.tw.debian.org/ubuntu/ edgy-security main multiverse restricted universe
deb http://ftp.tw.debian.org/ubuntu/ edgy-updates main multiverse restricted universe



北方交大在校园网中也很快,就是没有更新。
#deb http://mirror.bjtu.edu.cn/ubuntu/ edgy main restricted universe multiverse
#deb http://mirror.bjtu.edu.cn/ubuntu/ edgy-updates main restricted universe multiverse
#deb http://mirror.bjtu.edu.cn/ubuntu/ edgy-security main restricted universe multiverse
#deb http://mirror.bjtu.edu.cn/ubuntu/ edgy-backports main restricted universe multiverse


deb ftp://debian.ustc.edu.cn/ubuntu/ edgy main restricted universe multiverse
deb ftp://debian.ustc.edu.cn/ubuntu/ edgy-updates main restricted universe multiverse
deb ftp://debian.ustc.edu.cn/ubuntu/ edgy-security main restricted universe multiverse
deb ftp://debian.ustc.edu.cn/ubuntu/ edgy-backports main restricted universe multiverse

2007年2月28日星期三

在ubunt上安装DC++

debian用户:

aptitude install linuxdcpp0.691

也有deb包(下载
ubuntu可以参照也可以使用deb安装(点击参看)。该文提供ubuntu edgy上Linux DC++安装方案。
安装以下包:
cvs
scons
build-essential
libgtk2.0-dev
libglade2-dev
zlib1g-dev
libbz2-dev
libssl-dev
命令:
sudo apt-get install cvs scons build-essential libgtk2.0-dev libglade2-dev zlib1g-dev libbz2-dev libssl-dev


linux DC++目前还只是alpha版。所以我们只能如下安装:
下载:
cvs -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp login

密码不用输入。
cvs -z3 -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp co linuxdcpp

安装:
cd linuxdcpp
scons release=1 PREFIX=/usr/local
sudo scons install

运行:
linuxdcpp

将其加入菜单
[Desktop Entry]
Name=dcpp
Comment=Direct Connect client
Exec=/home/user/place_where_you_put_it/linuxdcpp/linuxdcpp
Path=/home/user/place_where_you_put_it/linuxdcpp/
Icon=/home/user/place_where_you_put_it/linuxdcpp/pixmaps/linuxdcpp.png
Terminal=false
Type=Application
Categories=Application;Network;

升级:
cvs update -d

注:升级时需要在linux DC++安装目录进行。若按上述步驟安装,是安装目录为:
cd ~/linuxcpp/


卸载:
sudo scons -c install

linux DC++官方连接:Linux DC++

PS:
1. 基本翻译该文
2. 连接比较慢,校内下载速度还是比较快的(刚测试8mib/s)