查看“Qref/Gutsy”的源代码
来自Ubuntu中文
←
Qref/Gutsy
跳到导航
跳到搜索
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
{{TOCright}} {{Qref}} == Ubuntu 7.10快速设置指南 == * 本文的作用:当你刚刚安装完毕之后,我们来花10分钟设置一下系统,让我们有一个更加舒适的环境。 * 本文的内容:仅包含常用,必要的步骤及简略的描述,不详细解释原因。 * 本文的格式:由于是快速设置,操作绝大部分使用命令行描述。 * 本文的适用范围:适用于Ubuntu 7.10(i386)操作系统(其他用户如有问题请到论坛咨询) * <font color="red">参与本文修订的同仁注意:</font>修订前请务必先阅读本文的'''[[Talk:Qref/Gutsy/ubuntu|讨论页]]''',对本文的看法、建议、请求也欢迎在'''[[Talk:Qref/Gutsy/ubuntu|讨论页]]'''中发表。 == 从这里开始 == # 确保系统已联入互联网,不会设置的请看[[UbuntuHelp:InternetHowto/zh|这里]] # 打开终端,“应用程序 - 附件 - 终端” # 修改并更新你的更新服务器列表,输入命令 sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup sudo gedit /etc/apt/sources.list '''注意:下面在打开的窗口中,把你看到的内容全部删掉,访问[[如何使用我们推荐的源#Gutsy .287.10.29 .E7.89.88.E6.9C.AC|我们推荐的源]][[Template:7.10source|7.10]]页面。在那里里请选择一组对于你来说速度最快的更新服务器列表。粘贴到你所看到的窗口中。''' 对''电信网通''用户,推荐将欧洲官方源服务器粘贴到最后<br> Archive.ubuntu.com更新服务器 deb http://archive.ubuntu.com/ubuntu/ gutsy main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ gutsy-security main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ gutsy-updates main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ gutsy-proposed main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ gutsy main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ gutsy-security main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ gutsy-updates main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ gutsy-proposed main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse 推荐大家加入ubuntu-cn源(网通访问偏慢) deb http://archive.ubuntu.org.cn/ubuntu-cn/ gutsy main restricted universe multiverse :4.刷新软件包列表 sudo apt-get update :5.安装更新系统 :打开“系统->系统管理->更新管理器”,安装更新。完成后若系统提示重新启动,请重新启动系统。 == 设置中文环境 == * 进入“系统 -> 系统管理 ->language support”(英文环境菜单为“System->Administration->Language Support”)。 在列表中的Chinese条目打勾。同时将默认语言修改为Chinese(中国)并确定(如想使用英文或其他语言的图形界面,可以将语言选择为自己喜欢的语言类型,勾选Enable support to enter complex characters,这个选项是开启scim输入法)。 更多内容可参考[[Gui-语言设置|语言设置]] * 安装文泉驿字体 wget http://ubuntu:ubuntuftp@ftp.ubuntu.org.cn/home/dbzhang800/wiki/wqy-bitmapfont-0.9.9-0_all.deb wget http://ubuntu:ubuntuftp@ftp.ubuntu.org.cn/home/dbzhang800/wiki/wqy-zenhei-0.4.23-1.deb sudo dpkg -i wqy-bitmapfont-0.9.9-0_all.deb sudo dpkg -i wqy-zenhei-0.4.23-1.deb '''注意''':关于文泉驿字体的其它问题,请参考[http://www.wenq.org/index.cgi?Debian_WQY Ubuntu文泉驿字体使用指南]和[[文泉驿字体设置问题]]。 * 微软免费字体(可选,需要访问国际网) sudo apt-get install msttcorefonts * 设置输入法:[[中文输入法的添加#SCIM|SCIM]]或[[中文输入法的添加#Fcitx|Fcitx]] * 设置文档查看器Evince的中文支持: wget http://ubuntu:ubuntuftp@ftp.ubuntu.org.cn/home/dbzhang800/wiki/poppler-data_0.2.0-1_i386.deb sudo apt-get install xpdf-chinese-simplified xpdf-chinese-traditional sudo dpkg -i poppler-data_0.2.0-1_i386.deb * 如果你喜欢官方的adobe reader,可在[http://www.adobe.com/products/acrobat/readstep2_allversions.html 官网下载]或者[http://ubuntu:ubuntuftp@ftp.ubuntu.org.cn/home/dbzhang800/wiki/AdobeReader_chs-8.1.1-1.i386.deb 本地下载] [[中文支持|'''其它详细的中文设置问题''']] == 设置Firefox == * 安装Flash插件(注:公网用户可通过以下命令直接安装: sudo apt-get install flashplugin-nonfree) wget http://ubuntu:ubuntuftp@ftp.ubuntu.org.cn/home/dbzhang800/wiki/install_flash_player_9_linux.tar.gz tar -zxvf install_flash_player_9_linux.tar.gz cd install_flash_player_9_linux/ sudo ./flashplayer-installer * 几个常用的扩展,在此列出供您选择 ** [http://addons.mozine.cn/firefox/29/ flashblock]扩展 ** 用于打开CHM电子书的扩展[http://addons.mozine.cn/firefox/443 CHM Reader] ** 多线程下载扩展[http://addons.mozine.cn/firefox/89/ downthemall] ** 在线观看视频扩展[http://addons.mozine.cn/firefox/116/ mediawarp] ** 广告过滤扩展[http://addons.mozine.cn/firefox/125/ Adblock_Plus] * 关于firefox的更多设置,请参考[[Firefox|firefox]] 如果你对第三方Firefox发行版'''Swiftfox'''感兴趣,请访问[[Swiftfox浏览器]] == 多媒体应用环境设置 == 推荐能连接国外网的用户加入[[UbuntuHelp:Medibuntu/zh|Medibuntu源]],输入命令 sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update 其他用户要确保已加入'''ubuntu-cn源''' * 安装多媒体解码器,输入命令 sudo apt-get install libdvdcss2 libxine1-ffmpeg libxine1-plugins w32codecs gcc-3.3-base libstdc++5 * 配置电影播放器,输入命令 sudo apt-get remove totem-gstreamer -y sudo apt-get install totem totem-xine totem-mozilla -y 若无法正常播放RMVB,请看[[Xine前端播放器设置问题|这里]] * 配置音乐播放器,输入命令 sudo apt-get install gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg gstreamer0.10-fluendo-mpegdemux gstreamer0.10-gl gstreamer0.10-gnonlin * 其它问题 ** 解决MP3标签乱码等问题,参考[[中文支持]] ** 喜欢[[UbuntuHelp:MPlayer/zh|Mplayer]]的朋友参考这里[[安装MPlayer]] ** 喜欢RealPlayer的朋友,可在[http://www.real.com/linux 官方下载]或者[http://ubuntu:ubuntuftp@ftp.ubuntu.org.cn/home/dbzhang800/wiki/realplay_10.0.8-0ubuntu3_i386.deb 本地下载] == 安装星际译王 == * 已加入ubuntu-cn源的用户,直接输入下面的命令,安装词典 <pre class="wrappre">sudo apt-get install stardict stardict-cdict-gb stardict-cedict-gb stardict-hanzim stardict-langdao-ce-gb stardict-langdao-ec-gb stardict-oxford-gb stardict-xdict-ce-gb stardict-xdict-ec-gb</pre> * 未加入ubuntu-cn源的用户,请下载[http://stardict.sourceforge.net/cn/download.php 星际译王],输入命令: wget http://jaist.dl.sourceforge.net/sourceforge/stardict/stardict_3.0.1-1_i386.deb sudo dpkg -i stardict_3.0.1-1_i386.deb :到星际译王的[http://stardict.sourceforge.net/cn/Dictionaries_zh_CN.php 词典网页]或者[http://ubuntu:ubuntuftp@ftp.ubuntu.org.cn/mirror/startdict/ 本地镜像],挑选自己需要用的词典,下载到自己的主目录下。现在以安装文件名为a.tar.bz2的词典为例: tar -xjvf a.tar.bz2 #a.tar.bz2是词典文件 sudo mv a /usr/share/stardict/dic #a 是解压出来的词典目录 如果需要给stardict添加'''更多的词库'''或'''真人发音''',请访问[[Stardict|星际译王]] == 可选设置 == 大功告成,现在我们的系统已经能很好的工作了。请注销重新进入桌面! 如果以上的操作过後,你还意犹未尽,那么我们下面根据自己的需要有选择地进行其他的设置... 点击访问[[Qref/More|可选设置]] 不错,可选设置看完了,可是我还想装些软件,比如ftp软件,看chm的软件等,可是我还不知道他们叫什么名字。能不能推荐一些软件呢? 点击访问[[Qref/Applications|软件推荐]] == 其它参考 == * [[Navigation|WIKI文章分类列表]] * [[UbuntuHelp:Community/zh|Ubuntu用户文档]] * [[gcchowto|GCC新手入门]] * [[快速设置指南]] * [[Ubuntu技巧]] * [[ADSL(PPPOE)接入指南]] * [[河南网通拨号程序安装指南]]
该页面使用的模板:
模板:Qref
(
查看源代码
)
模板:TOCright
(
查看源代码
)
返回
Qref/Gutsy
。
导航菜单
页面操作
页面
讨论
阅读
查看源代码
历史
页面操作
页面
讨论
更多
工具
个人工具
登录
导航
首页
最近更改
随机页面
页面分类
帮助
搜索
编辑
编辑指南
沙盒
新闻动态
字词处理
工具
链入页面
相关更改
特殊页面
页面信息