安装第四部分:ubuntu8.04新系统中文及其他简单配置

ubuntu8.04  时间:2021-03-11  阅读:()

Shareubuntu

事先说明 1该内容来自网络大家在用下面的资料的时候最好用复制。如果有什么不当的地方望大家在群里提出批评我诚恳接受。 2希望大家在参考的时候多积累方法。

第一步添加部分桌面图标

1、系统首选项主菜单系统工具勾选“配置编辑器”关闭窗口

2、应用程序系统工具配置编辑器左侧窗口连续打开apps-nauti lus-desktop-然后在

右侧窗口勾选computer_icon_visible  home_icon_visible network_icon_visibletrash_icon_visible去掉volumes_visible里的勾 当然这一步看个人口味了。

第二步设置系统中文环境

Ubuntu系统里有个叫“源”的东东顾名思义如同太阳所有的东西都要从那里吸取资源。所以我们先要添加 修改源。

1.找到终端输入sudo -i 再输入密码取得root权限。输入密码的时候显示器不会输出管理员权限符号为 # 。参考word附图。

2.对原来的源进行备份

命令 sudo cp/etc/apt/sources. l ist /etc/apt/sources. l ist.backup

打开要编辑的源列表 sudo gedit/etc/apt/sources. l ist

在文章最后添加下面的网址适合网通用户deb http://mirror9 net9 org/ubuntu/feistymain multievrse restcrited univesredeb http://mirror9 net9 org/ubuntu/feisty-backports main multeivrse restrcited univesredeb http://mirror9 net9 org/ubuntu/feisty-proposed main multeivrse restrcited univesredeb http://mirror9 net9 org/ubuntu/feisty-securtiy main multievrse restrcited univesredeb http://mirror9net9org/ubuntu/feisty-updates main multeivrse restrcited univesredeb-src http://mirror9 net9org/ubuntu/feistymain multievrse restrcited univesredeb-src http://mirror9 net9org/ubuntu/feisty-backports main multievrse restrcited universedeb-src http://mirror9 net9org/ubuntu/feisty-proposed main multeivrse restrcited univesredeb-src http://mirror9 net9org/ubuntu/feisty-securtiy main multievrse restrcited univesredeb-src http://mirror9 net9org/ubuntu/feisty-updates main multeivrse restrcited univesredeb http://ubuntucsientuedutw/ubuntu/feistymain restrcited univesre multiversedeb-srchttp://ubuntucsientuedutw/ubuntu/feistymain restcrited univesre multievrsedeb http://ubuntucsientuedutw/ubuntu/feisty-updates main restcrtied univesre multievrsedeb-srchttp://ubuntucsientuedutw/ubuntu/feisty-updates main restcrtied univesre multievrsedeb http://ubuntucsientuedutw/ubuntu/feisty-backports main restricted univesre multievrsedeb-src http://ubuntucsientuedutw/ubuntu/feisty-backports main restcrtied univesre multievrsedeb http://ubuntucsientuedutw/ubuntu/feisty-securtiymain restrcited univesre multievrsedeb-srchttp://ubuntu csientuedu tw/ubuntu/feisty-securtiy main restrcited univesre multiversedeb http://ubuntucsientuedutw/ubuntu/feisty-proposed main multievrse restrcited univesredeb-src http://ubuntucsientuedutw/ubuntu/feisty-proposed main restrcited univesre multievrsedeb http://twarchive ubuntucom/ubuntufeistymain restrcited univesre multievrsedeb http://twarchive ubuntucom/ubuntufeisty-securtiymain restrcited univesre multiversedeb http://twarchive ubuntucom/ubuntufeisty-updates main restcrtied univesre multievrsedeb http://twarchive ubuntucom/ubuntufeisty-backports main restcrtied univesre multievrsedeb http://twarchiveubuntucom/ubuntufeisty-proposed main restcrtied univesre multiversedeb-src http://twarchive ubuntucom/ubuntufeistymain restcrited univesre multievrse

Shareubuntu

deb-src http://twarchive ubuntucom/ubuntufeisty-securtiymain restrcited univesre multievrsedeb-srchttp://twarchive ubuntucom/ubuntu feisty-updates main restcrtied univesre multievrsedeb-src http://twarchive ubuntucom/ubuntufeisty-backports main restcrtied univesre multievrsedeb-src http://twarchive ubuntucom/ubuntufeisty-proposed main restcrtied univesremultiversedeb http://ubuntucn99com/ubuntu/feistymain restrcited univesre multievrsedeb http://ubuntucn99com/ubuntu/feisty-securtiymain restrcited univesre multievrsedeb http://ubuntucn99com/ubuntu/feisty-updates main restcrtied univesre multiversedeb http://ubuntucn99com/ubuntu/feisty-proposed main restcrtied univesre multievrsedeb http://ubuntucn99com/ubuntu/feisty-backports main restcrited univesre multiversedeb-srchttp://ubuntucn99com/ubuntu/feistymain restcrited univesre multievrsedeb-srchttp://ubuntucn99com/ubuntu/feisty-securtiymain restcrited univesre multievrsedeb-srchttp://ubuntucn99com/ubuntu/feisty-updates main restcrtied univesre multievrsedeb-srchttp://ubuntucn99com/ubuntu/feisty-proposed main restcrtied univesre multievrsedeb-srchttp://ubuntucn99com/ubuntu/feisty-backports main restcrtied univesre multievrsedeb http://ubuntucn99com/ubuntu-cn/feistymain restrcited univesre multievrse

3.安装语言包

找到系统->系统管理->语言支持在列表中的C hinese条目打勾。 同时将默认语言修改为Ch inese 中国并确定。

在终端输入命令 sudoapt-get install language-pack-zh 只针对ubu ntu用户。

配置字体命令sudo fontconfig-voodoo-f-s zh_CN

第三步安装中文输入法

这里安装sc im输入法安装。

终端取得ro ot权限下输入命令 sudogedit/etc/X11/xinit/xinput.d/default

在打开的文章后面添加

XIM=SCIM

XIM_PROGRAM=/usr/bin/scim

XIM_ARGS="-d"

GTK_I M_MODULE=scim

QT_IM_MODULE=scim

DEPENDS="scim,scim-gtk2-immodu le | scim-qtimm"

点击保存退出终端。然后同时按c trl+alt+backsp ace重启X使修改生效。

为了不同中文输入法的需要在终端root权限输入 sudo im-switch-sscim-z default下面为sci m的可选设置

终端root权限输入sudoapt-get install scim-qtimmsudo im-switch-sscim

编辑im-switch生成的sci m配置文件gksu gedit/etc/X11/xinit/xinput.d/scim

将默认的GTK_IM_MODUL E=scim修改为GTK_IM_MODUL E="scim-bridge"。

Shareubuntu

第四步安装中文文泉字体

安装执行下面的命令前请确保你已经将上面源中ubunt u-cn的源加进去了。sudo apt-get install xfonts-wqy

安装後应该可以在字体管理器中找到We nQuanYi Bitmap Song字体了如果你的系统中找不到请执行下面的命令 sudo dpkg-reconfigure fontconfig-config

系统总共会问你三个问题其中第三个为 Enable bitmap ped fonts by defaul t? #即是否启用B itmap字体。移动tab键至Yes 回车字体管理器中就应该有We nQuanYi BitmapSong字体了。

第五步安装Adob eReader 8.1.1中文版

地址 http://forum.ubuntu.org.cn/viewtopic.php?t=75037&highl ight=

第六步安装播放器

终端root权限下输入命令 sudo apt-get remove totem-gstreamersudo apt-get install totem-xine totem-mozi l la totemsudo apt-get install w32codecsgcc-3.3-base l ibstdc++5

执行完这三个命令应用程序影音电影播放器 tot e m播放器基本可以支持很多媒体格式了包括mp3,rmvb wmv,wma等等不耽误你听歌曲看美国科幻大片。

第七步安装网络电视

直接安装 sudo apt-get install gtk-sopcast

要是不行的话就在网上找个gtk-sopcast_0.2.8-1_i386.deb安装包现在已经有最新版本的了完后执行 sudo dpkg -i gtk-sopcast_0.2.8-1_i386.deb

然后找到应用软件影音sopcast tv player打开后在config选项里面把player后面框里的内容删除写上totem保存退出双击频道中的电视台就可以看电视了。

提醒如果播放列表出不来就看看是不是列表地址错了重新刷新等网速快了就出来了只要网络不是很次这个软件看电视还是比较快的不卡。

第八步安装QQ的替代品

方案1安装EVA。

输入命令 sudo apt-get install eva

安装完成之後按Alt+F2输入eva回车即可也可以在主菜单->网络->eva启动。

方案2安装Luma qq 需要安装java环境

①下载并安装安装QQ需要先安装JAV A环境,然後wget-chttp://lumaqql inuxsirorg/download/2006/lumaqq_2006M2-l inux_gtk2_x86_no_jre targzsudotarzxvf lumaq_q2006M2-l inux_gtk2_x86_no_jre targz -C/opt/sudo chown-R root:root/opt/LumaQQ/sudochmod-R755/opt/LumaQQ/sudogedit/usr/share/appl iactions/LumaQQdesktop

②在新增的文件内加入下面这几行

[Desktop Entry]

Name=LumaQQ

Comment=QQCl ient

Shareubuntu

Exec=/opt/LumaQQ/lumaqq

Icon=/opt/LumaQQ/QQ png

Terminal=false

Type=Appl ication

Categories=Appl ication;Network;

③安装java环境

打开终端执行以下命令sudo apt-get install sun-java6-jre

如果空间富裕建议安装一个JDK命令 sudoapt-get instal l sun-java6-jdk

提示安装过程中需要你回答是否同意使用协议终端中红蓝色的提示界面此时按tab键至OK再按回车即可正常安装。

设置当前默认的java解释器 sudo update-alternatives--config java

执行后会出现类似如下的画面:

输入有包含"sun"的行的前面的数字。如上面显示则输入2然后回车确定。

配置JAVA环境变量: sudogedit/etc/environment

在其中添加如下两行

CLASSPATH=. :/usr/l ib/jvm/java-6-sun/l ib

JAVA_H OME=/usr/l ib/jvm/java-6-sunsudogedit/etc/jvm

将文件中的/usr/l ib/jvm/java-6-sun这一行填入到配置块的顶部。

安装浏览器的JAVAPlugin 可选 sudoapt-get instal lsun-java6-plugin

④保存编辑过的文件安装完成後的快捷方式在(应用程序->Internat->LumaQQ)。

Shareubuntu

附图

打开终端:

取得root权限

SoftShellWeb:台湾(台北)VPS年付49美元起,荷兰VPS年付24美元起

SoftShellWeb是一家2019年成立的国外主机商,商家在英格兰注册,提供的产品包括虚拟主机和VPS,其中VPS基于KVM架构,采用SSD硬盘,提供IPv4+IPv6,可选美国(圣何塞)、荷兰(阿姆斯特丹)和台湾(台北)等机房。商家近期推出台湾和荷兰年付特价VPS主机,其中台湾VPS最低年付49美元,荷兰VPS年付24美元起。台湾VPSCPU:1core内存:2GB硬盘:20GB SSD流量...

Virmach:1核/512M1核M1核512M/夏季美国vps促销,年付$7.2,9月更换AMD平台

virmach怎么样?virmach家这几年非常火,从商家的黑五闪购开始,以超低的价格吸引了大批的国人客户,而且商家的机器还是非常稳定的,站长手里的4.75刀年付已经用了两年了,非常稳定,不过商家到国内的线路一般,目前商家新上了夏季优惠促销,价格低到发指,年付7.2美元起,商家反馈将在9月开始更换AMD+NVMe平台,这个消息从年初就有了,不过一直没有更换,目前这个时间也不确定是否准确。点击进入:...

日本美国站群服务器raksmart站群新增,限量低至月1.99美元

RAKsmart 商家八月份的促销活动今天更新。基本上和上个月的产品套餐活动差不多的,不过也是有简单的微调。对于RAKsmart商家还是比较了解的,他们家产品虽然这两年增加多个机房,以及在VPS主机方案上有丰富的机房和调整到一些自营机房,他们家的策划能力还是有限,基本上每个月的套餐活动都差不多。RAKsmart 在八月份看到有新增香港高防服务器可选,最高100GB防御。同时原来上个月缺货的日本独立...

ubuntu8.04为你推荐
网站检测请问论文检测网站好的有那些?haokandianyingwang有什么好看的电影网站www.se333se.com米奇网www.qvod333.com 看电影的效果好不?百度指数词百度指数是指,词不管通过什么样的搜索引擎进行搜索,都会被算成百度指数吗?m.kan84.net经常使用http://www.feikan.cc看电影的进来帮我下啊ww.66bobo.com有的网址直接输入***.com就行了,不用WWW, 为什么?555sss.comms真的是500万像素?www.mfav.org邪恶动态图587期 www.zqzj.org鹤城勿扰黑龙江省的那个 城市是被叫做鹤城?网站检测工具.请介绍至少五种软件测试工具
北京域名注册 网游服务器租用 河南vps 重庆服务器托管 softlayer vpsio 美国主机网 国外服务器网站 godaddy优惠码 外国域名 免费ddos防火墙 100m空间 老左正传 中国电信测速网 免费智能解析 vip域名 cloudlink 帽子云排名 独立主机 免费网络 更多