找回密码
 注册
搜索
热搜: 回贴
微赢网络技术论坛 门户 服务器 Linux/BSD 查看内容

ubuntu8.10配置

2009-12-20 13:36| 发布者: admin| 查看: 40| 评论: 0|原作者: 九天玄女



本文是自己的一些经验,希望和大家交流,如有不妥之处望指正。
1.下载ubuntu镜像
地址:http://www.ubuntu.com/getubuntu/downloading?release=desktop-newest&mirror=http://tw.releases.ubuntu.com/&arch=i386
2.
(1)如果你在windows中安装
首先把你的某个盘(我的是F盘)格式化为FAT32文件系统。(记住你盘的大小哦,ubuntu可是没有盘符的,分区的时候选择你的这个空盘)
如果你光驱没有挂,可以刻碟直接从光盘安装。设置分区时注意不要全部设为etx3而后挂到/下,要留大概900mbytes左右作交换分区(即把格式选为swap).
如果你不想刻蝶或光驱坏了,就下一个虚拟光驱,直接加载镜像安装。无需设置任何东西。
screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://www.cublog.cn/images/face/001.gif');}" onmousewheel="return imgzoom(this);" alt="" />
(2)不再windows中从硬盘安装请参看这个网页
http://hi.baidu.com/linuxerabc/blog/item/8fc3260306eaaf703912bba7.html
3.配置刚装好的ubuntu
(1)改变身份,以root登录
选择 系统-->系统管理-->用户和组(如果是英文的,这几个词也该认识哈)
选中root,点unlock(解锁),他会提示输入当前用户密码,输入。
接着,在选中root,点property(属性),设置密码后关闭。
选择 系统-->系统管理-->登录窗口--->安全(英文的这几个词也该认识)
在允许administrator登录前打勾。
logout,以root身份登录,再也不用一遍又一遍的输密码了,爽!!!
(2)选择最快的源,这关系到你安装新软件时的下载速度。
cd /etc/apt
cp sources.list sources.list_bakup
gedit sources.list
用下面的内容覆盖原来的所有内容
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 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
保存,然后执行下面命令
apt-get update
等待...
(3)添加中文支持
系统-->系统管理-->语言支持
再弹出的窗口中找到汉语,在前面打上勾,点应用,然后慢慢等吧。
(4)输入法
系统-->首选项-->SCIM输入法设置
选前端-->全局设置,配置右边激活的热键(点一个上面有“...”的按钮)
选中框里的每一项然后点删除,而后点键码后面的按钮,然后同时按下你想要的热键,我选的是ctrl+space
然后点添加,而后点确定.
同理设置"后一个输入法"和"前一个输入法"的热键.我选的是ctrl -> 和 ctrl 全局设置,把繁体中文和其他点掉,展开简体中文项,选你喜欢的输入法。(我只选了智能拼音)
确定,然后应用。
会弹出一个对话框,不用管。
此时,你可以按下你刚才设得激活输入法的热键(若没反应则重启一下),然后点右下角的"显示命令菜单图标",然后点"重新加载配置"。
打开文本编辑器试试你的输入法吧,先激活,有多个输入法的话你试着切换一下。如果不对,就重新自己设置一下,不一定照我说的做。
(5)安装字体:
apt-get install xfonts-wqy
系统-首选项-外观-字体-将字体全部改成wenquanyi bitmap song-确定退出
这个字体开可以。
想用windows的字体的话,就看看这个:
http://www.linuxidc.com/Linux/2008-02/11352.htm
(6)播放器
执行下面两命令:
apt-get remove totem-gstreamer
apt-get install totem-xine totem-mozilla totem
打开这个网址:
http://ftp.sunet.se/pub/os/Linux/distributions/debian-multimedia/pool/main/w/w32codecs/
下载
w32codecs_20071007-0.1_i386.deb

双击安装。(或在终端输入命令dpkg -i deb包名)
此时,你已经可以播放rmvb格式的电影了。
不行就重启一下,还不行就骂我两句。。。 google吧!
播放音乐
右一个音乐文件(mp3或wav),选打开方式为phythmbox,然后他会自己搜索需要的解码器,安装就行了。
如果想默认使用phythmbox打开音乐文件,右击一个音乐文件,选"属性",点“打开方式”,选phythmbox,点关闭。
(7)装QQ
这是我不爽的一个东西,QQ for linux太让人失忘了。
下载QQ for ubuntu
http://im.qq.com/qq/linux/download.shtml
双击安装。
(8)剩下的都在这里
http://forum.ubuntu.org.cn/viewtopic.php?f=120&t=161723&st=0&sk=t&sd=a&sid=2a1223b950902a97bcb4e1edbd3a16ee









最新评论

QQ|小黑屋|最新主题|手机版|微赢网络技术论坛 ( 苏ICP备08020429号 )

GMT+8, 2024-9-30 15:31 , Processed in 0.123046 second(s), 12 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

返回顶部