LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 13539|回复: 38

[原创]安装ubuntu8.10正式版体验日记本(白老鼠运动记)

[复制链接]
发表于 2008-11-2 01:43:41 | 显示全部楼层 |阅读模式
原帖更新:
http://www.ubuntuchina.com/viewt ... &extra=page%3D1

2008年10月31日晚12点,我化了1个小时把ubuntu8.10正式桌面版下载了,然后刻成镜像光盘,暂时休息。
      2008年11月1日晚10点,终于有时间了,坐下来安装ubuntu。把光盘放进光驱,启动,看见可爱的安装信息。检测光盘无误,选择语言等等,1小时后装完。
     电脑启动,看到那云状的山羊。第一时间点系统,网络设置,弹出的对话框很人性化,分有线、无线等,输入DSL帐号和密码,联firefox,上网了,很快,不用以前的激活网卡、激活帐号等等,兴奋中.............
     接着要处理半汉化的系统,点系统找语言支持,提示你升级语言包,过程巨慢,睡觉去了.....
     2008年11月2日,早上7点,起来看看,语言包升级成功,重启。呵呵,除了网络设置还是英文,都是中文,而且字体也很漂亮。打开系统,软件源,里面多了个光盘受限驱动,打勾;调整服务器,选最快了,更新去吧,速度400多K。
    晕,要上班了....
    附参考安装方法
     http://www.ubuntuchina.com/viewt ... &extra=page%3D1
   
     2008年11月1日下午,重开电脑,奇怪,我的DSL没有自动拨号,需要输入密码,8.04没有这个现象。估计是Bug了。
    唉,不管继续配置8.10........
    一、安装官方的QQ   
   QQ for Linux 1.0 Preview 2   下载:http://dl_dir.qq.com/linuxqq/linuxqq_v1.0-preview2_i386.deb
   双击安装,呵呵可以聊天了。
  
    二、安装网络快车Flashgot
    打开Firefox,编辑-首选项-管理附加组件-扩展,找到Flashgot,点击安装就行。以后下载软件前按右键就能使用,特快!

     三、安装懒人配置软件:Ubuntu Tweak
    下载双击安装:http://ubuntu-tweak.googlecode.c ... .1-1%7Eppa1_all.deb
    平常软件如wine、mplayer、mono等,还有删除无用的缓存和软件,显示图标等等。在Ubuntu Tweak里面,有个ubuntu常用受限软件,安装后就用win常用字体、java、星际译王等。不过好像禁用的汉语,要在语言支持重新配置,否则不能用输入法。

    四、还记得昨晚语言包下载了几个小时痛苦死了,今天来配置特快软件源:
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
sudo gedit /etc/apt/sources.list
然后,用下面的内容替换原来的(前面3项不动)。

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

## Major bug fix updates produced after the final release of the
## distribution.
deb http://cn.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted
deb-src http://cn.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://cn.archive.ubuntu.com/ubuntu/ intrepid universe
deb-src http://cn.archive.ubuntu.com/ubuntu/ intrepid universe
deb http://cn.archive.ubuntu.com/ubuntu/ intrepid-updates universe
deb-src http://cn.archive.ubuntu.com/ubuntu/ intrepid-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://cn.archive.ubuntu.com/ubuntu/ intrepid multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu/ intrepid multiverse
deb http://cn.archive.ubuntu.com/ubuntu/ intrepid-updates multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu/ intrepid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://cn.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
# deb-src http://cn.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
# deb http://archive.canonical.com/ubuntu intrepid partner
# deb-src http://archive.canonical.com/ubuntu intrepid partner

# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu intrepid-security main restricted
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu intrepid-security main restricted
# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu intrepid-security universe
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu intrepid-security universe
# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu intrepid-security multiverse
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu intrepid-security multiverse

# 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/ubuntu/ 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

# 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

打开系统-系统管理-软件源,官方选中国服务器,第三方不要选源码的地址,至此优化完毕,你可以高速更新了。

五、打造全能播放器TOTEM
这个东西内置的,我不喜欢太花巧的东西,实用就行,于是动手:
1、加入Medibuntu源,输入命令
sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

2、安装多媒体解码器,输入命令
sudo apt-get install libdvdcss2 libxine1-ffmpeg libxine1-plugins w32codecs gcc-3.3-base libstdc++5

3、配置电影播放器,输入命令
sudo apt-get remove totem-gstreamer -y
sudo apt-get install totem totem-xine totem-mozilla -y

4、配置音乐播放器
sudo apt-get install gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg gstreamer0.10-fluendo-mpegdemux gstreamer0.10-gnonlin

5、安装gstreamer的解码器
sudo apt-get install gstreamer0.10-pitfdll gstreamer0.10-ffmpeggstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiversegstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse

好了,但还未解决乱码问题.....
困了,明天再说......
发表于 2008-11-2 08:01:16 | 显示全部楼层
不错的贴子,学习了
回复 支持 反对

使用道具 举报

发表于 2008-11-2 08:38:59 | 显示全部楼层
非常不错的帖子谢谢楼主
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-11-2 16:23:33 | 显示全部楼层
2008年11月2日,今天是星期天,又折腾一下ubuntu8.10,因为明天上班也没空了。

一、搞好Flashplayer在某些网页出现方块的问题

cd /etc/fonts/conf.d/
sudo cp 49-sansserif.conf 49-sansserif.conf_backup #备份
sudo gedit ./49-sansserif.conf
把文件最下面改成:
<edit name="family" mode="append_last">
<string>WenQuanYi Zen Hei</string>
</edit>
保存,重启firefox!解决!

可惜还未搞掂totem的列表乱码,郁闷....

二、在ubuntu看高清晰网路电视(这可是最大享受)(所有软件打包供下载)
    网络电视软件包.tar.gz (1.47 MB)(http://www.ubuntuchina.com/viewt ... p;extra=page%3D1)

    据我实践,共有3种方案,不过要以mplayer为播放器,收看mms,sopcast和nslive流媒体,其中mms比较杂乱,nslive最近好像网站出问题,sopcast主站好像也连不通,但频道列表可以打开。这种免费的东西就是麻烦。不多说,继续

    1、安装mplayer(Xine好像对网路电视支持不好)
    打开Ubuntu Tweak,在软件应用找到mplayer,选择安装,很简单。由于解码器与xine共用,也不多说了。

    2、安装gmlive 最新0.20.3版本
    由于比较懒惰,在网上找个deb版本,下载安装就行。在过程中要安装69个文件,还要放进ubuntu8.10的安装盘,8.04时还不需要,因为这个版本是20080717的,需要里面的依赖软件。在过程中有一次崩溃,看了下,是还有4个依赖软件没下完的原因,系统也是,太急了。
    把软件包里面的mms列表放进/home/dsj/.gmlive(这是我自己的文件夹)
    在应用程序里打开gmlive,mms,sopcast都可以用,有时挺快的。
   3、接着安装sopcast流媒体支持软件
   主站:http://sopcast.references.tv/
   下载最新版解压:http://www.sopcast.references.tv/2download/sp-auth.tgz

   4、安装qsopcast_0.3.5前端(这个很简朴,中文化不错,但很久没更新)
    已放在以上软件包,双击安装就行。把上面解压sopcast执行文件放到/usr/bin目录里(需root执行),然后在应用软件找到他qsopcast,注意列表改成地址必须是http://channel.sopcast.com/gchlxml,  选择你的电台,自动调出mplayer观看。

    5、安装gsopcast_0.4.0前端(这个更新较快,但界面有点不直观)
    安装和注意点与qsopcast_0.3.5相同,但sopcast放在指定目录(我是/home/dsj),并且改名sopcast,但速度比qsopcast快。

     好了,可以在ubuntu下看电视了。
     对了,这里要感谢http://forum.ubuntu.org.cn/index.php
     的朋友,软件包是他们作的,辛苦了。

三、装装经典播放器xine
    在新立得把xine相关的都勾上,应用就搞掂了。还装了个前端gxine,有点不爽,画面不稳定,还昨天重新安装的totem比较好。郁闷,gxine、totem都没搞掂列表乱码。

     好了,先写道这里........
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-11-2 17:07:43 | 显示全部楼层
上传几张图片:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2008-11-2 18:09:36 | 显示全部楼层
很感谢楼主啊,学习了,受益了,多谢了
回复 支持 反对

使用道具 举报

发表于 2008-11-2 23:53:25 | 显示全部楼层
Thanks, your source list is really rapid!
回复 支持 反对

使用道具 举报

发表于 2008-11-3 22:30:53 | 显示全部楼层
乱马是个大问题阿,我也搞不好乱码哦
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-11-4 19:45:45 | 显示全部楼层
2008年11月2日晚上,原来每次登录上网都要重新拨号,烦死了。后来想了个办法,可以自动联网奇怪了。具体如下:
    很简单,点系统--手选项--网络向导(最顶那个Network Configguration),在弹出的对话框点DSL,点添加,然后输入帐号和密码,记住里面2个选项都打勾,确定。可以上网了,很简单。
    但这样简单设置后,每次都要密码登录,很烦。后来,觉得是否给个固定IP就不用呢,果然能行。点右上角网络图标,弹出上网信息,记住网关和DNS,然后进入网络连接,点有线添加,选手动,输入内部固定IP就行,如:192.168.0.1/255.255.255.0,注意上面2个选项必须勾上。
    搞好后就不用再管网络的事情。

2008年11月4日,早上1点钟,快要睡觉了,分享一下晚上的安装经历:

一、启动Root帐户登录
1、$sudo passwd root #按提示输两次新的密码,并加以确认。
2、点击 "系统" -> "系统管理" -> "登陆窗口" 菜单,并切换到 "安全" 选项页,然后选中其下的“允许本地管理员登陆”选项。
3、使用root登录,没有什么警告提示,进去就是中文环境,没有8.04繁琐的中文化程序了。

二、安装rar压缩及解压
    没有压缩rar功能,有点不爽,安装一下:
   使系统自带的“归档管理器”支持 rar,7z 压缩文件
sudo apt-get install rar unrar p7zip p7zip-rar p7zip-full
建立软链接
sudo ln -fs /usr/bin/rar /usr/bin/unrar
这样,以后只要在命令行输入unrar,就可以解压或者压缩文件了,安装完成后,归档管理器也同时集成了rar组件。

三、安装QQ聊天
        官方的QQ预览版功能稀少,想起了eva:
        sudo apt-get install eva
       安装完成后在应用程序-互联网里面就会出现eva选项。
       说说体检:启动较慢,但功能还是挺丰富的。可以传文件、上传表情、截图等等,还有上线提示,但没有忽略信息功能和选择群信息。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-11-4 19:51:49 | 显示全部楼层
2008年11月4日,晚6点钟,继续作白老鼠

装个移动的飞信发免费短信
     下载软件,双击就自动安装。目前最新Linux版本为 v0.8.1,主页http://www.libfetion.cn/。
     LibFetion封装飞信通信协议和功能处理逻辑,给开发者提供简洁、丰富的API接口。使用LibFetion的开发者只需专注于GUI(图形用户界面)的设计开发,就能轻易开发出飞信客户端,能大大提高飞信客户端的开发速度和降低开发难度。凭借LibFetion的跨平台性,使得飞信在多个操作系统平台上运行,达到“fetion anywhere“。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表