当你刚刚安装完毕之后,我们来花10分钟设置一下系统,让其有一个更加舒适的中文环境。
1. 修改你的源,并升级到最新的系统:
sudo gedit /etc/apt/sources.list
在编辑器里,删除所有东西,并在加上下面的行:
deb http://archive.ubuntu.org.cn/ubuntu hoary main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu hoary-security main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu hoary-updates main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu-cn hoary main universe multiverse restricted
deb http://archive.ubuntu.org.cn/backports hoary-backports main universe multiverse restricted
deb http://archive.ubuntu.org.cn/backports hoary-extras main universe multiverse restricted
保存,关闭编辑器
2. 系统升级(如果出现需要输入[Y/n] 或 [y/N] 一律输入 y 并 回车):
sudo apt-get update
sudo apt-get dist-upgrade
3. 安装中文语言支持:
设置本地local环境:
sudo dpkg-reconfigure locales
确保 zh_CN.UTF-8 被选择,同时也默认local为 zh_CN.UTF-8
sudo apt-get install language-pack-zh language-pack-zh-base language-support-zh
安装中文字体(如果出现需要输入[Y/n] 或 [y/N] 一律输入 y 并 回车):
sudo apt-get install ttf-arphic-newsung
sudo apt-get install ttf-vera-yuan
4. 安装输入法,你可以在SCIM和fcitx输入法中任选一种安装
SCIM:
sudo apt-get install scim scim-gtk2-immodule scim-modules-socket scim-modules-table scim-pinyin scim-tables-zh scim-input-pad
sudo sh -c " echo 'export XMODIFIERS=@im=SCIM ; export GTK_IM_MODULE="scim" ; scim -d ' > /etc/X11/Xsession.d/95xinput "
sudo chmod +755 /etc/X11/Xsession.d/95xinput
fcitx:
sudo apt-get install fcitx
sudo sh -c " echo 'export XMODIFIERS=@im=fcitx ; export GTK_IM_MODULE="fcitx" ; fcitx ' > /etc/X11/Xsession.d/95xinput "
sudo chmod +755 /etc/X11/Xsession.d/95xinput
5. 设置LC_ALL和其它属性:
sudo gedit /etc/environment
在编辑器里,将内容修改如下:
LANGUAGE="zh_CN:zh:en_US:en"LC_ALL=zh_CN.UTF-8LANG=zh_CN.UTF-8GST_ID3_TAG_ENCODING=GBK
保存,关闭编辑器
好了,注销一下电脑。(系统 -> 注销 -> 注销) 这时候,输入法 (按 Ctrl + 空格 键激活输入法) 都应该
可以使用了,并且整个界面都是中文的了。
6. 安装JAVA环境(如果出现需要输入[Y/n] 或 [y/N] 一律输入 y 并 回车):
sudo apt-get install sun-j2re1.5
7. 安装QQ:
wget -c http://lumaqq.linuxsir.org/download/2004/lumaqq_2004-linux_gtk2_x86_no_jre.tar.gz
sudo tar zxvf lumaqq_2004-linux_gtk2_x86_no_jre.tar.gz -C /opt/
wget -c http://lumaqq.linuxsir.org/download/patch/lumaqq_2004_patch_2005.05.09.13.55.zip
sudo unzip -o lumaqq_2004_patch_2005.05.09.13.55.zip -d /opt/LumaQQ/lib
sudo chown -R root:root /opt/LumaQQ/
sudo chmod -R 755 /opt/LumaQQ/
sudo gedit /usr/share/applications/LumaQQ.desktop
在新增的文件内加入下面这几行
[Desktop Entry]Name=LumaQQComment=QQ ClientExec=/opt/LumaQQ/lumaqqIcon=/opt/LumaQQ/QQ.pngTerminal=falseType=ApplicationCategories=Application;Network;
保存编辑过的文件
安装完成后的快捷方式在(应用程序 -> internat -> LumaQQ)。
8. 安装英汉辞典(如果出现需要输入[Y/n] 或 [y/N] 一律输入 y 并 回车):
sudo apt-get install stardict stardict-common 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-g
安装完成后的快捷方式在(应用程序 -> 附件 -> 星际译王)
10. 升级你的内核,让系统更快.
如果你的电脑是Inter芯片,则用如下命令:
sudo apt-get install linux-686
如果是AMD芯片,则使用:
sudo apt-get install linux-k7
Ubuntu快速设置指南
精选 转载上一篇:linux分区
下一篇:ubuntu下开启telnet
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
ubuntu指南
1 触摸板速度调整 https://gitlab.com/warningnonpotablew
etc 缩放 git vim -
Subversion快速指南
由于它说里面有禁止的内容,不可以发表,我也不知道怎么回事,只能通过附件的形式来上传了
职场 休闲 subervion -
ToughRADIUS快速指南
一台完整的服务器,或者远程VPS,给服务器安装Linux系统,CentOS6以上,ubuntu14以上,或者其他你自己熟悉的Linux发行版。你要懂一点技术,比如安装操作系统,会在终端敲命令。
radius toughcli toughradius -
ELK 快速指南
ELK 快速指南
ELK 快速指南 ELK