阿里云liunx-ubuntu安装中文
ubuntu安装中文支持--让你的ub真正变成中文
作者: 来源:
ubuntu在安装的时候会提示选择语言,但选择了中文之后,系统里面还有很多英文
并不是ub对中文支持不好 你根本就没有安装中文支持~ 
首先需要网络如果没有网络什么都很难弄。 
其次需要更新 更新源 
终端中输入:sudo gedit /etc/apt/sources.list
在打开的文件末尾加入如下信息
#中国台湾 台湾大学更新服务器 
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy main restricted universe multiverse 
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy main restricted universe multiverse 
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-updates main restricted universe multiverse 
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-updates main restricted universe multiverse 
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-backports main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-backports main restricted universe multiverse 
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-security main restricted universe multiverse 
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-security main restricted universe multiverse 
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-proposed main multiverse restricted universe 
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-proposed main restricted universe multiverse
#台湾官方更新源 
deb http://tw.archive.ubuntu.com/ubuntu hardy main restricted universe multiverse 
deb http://tw.archive.ubuntu.com/ubuntu hardy-security main restricted universe multiverse 
deb http://tw.archive.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse 
deb http://tw.archive.ubuntu.com/ubuntu hardy-backports main restricted universe multiverse 
deb http://tw.archive.ubuntu.com/ubuntu hardy-proposed main restricted universe multiverse 
deb-src http://tw.archive.ubuntu.com/ubuntu hardy main restricted universe multiverse 
deb-src http://tw.archive.ubuntu.com/ubuntu hardy-security main restricted universe multiverse 
deb-src http://tw.archive.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse 
deb-src http://tw.archive.ubuntu.com/ubuntu hardy-backports main restricted universe multiverse 
deb-src http://tw.archive.ubuntu.com/ubuntu hardy-proposed main restricted universe multiverse
#Ubuntu.cn99.com更新服务器 
deb http://ubuntu.cn99.com/ubuntu/ hardy main restricted universe multiverse 
deb http://ubuntu.cn99.com/ubuntu/ hardy-security main restricted universe multiverse 
deb http://ubuntu.cn99.com/ubuntu/ hardy-updates main restricted universe multiverse 
deb http://ubuntu.cn99.com/ubuntu/ hardy-proposed main restricted universe multiverse 
deb http://ubuntu.cn99.com/ubuntu/ hardy-backports main restricted universe multiverse 
deb-src http://ubuntu.cn99.com/ubuntu/ hardy main restricted universe multiverse 
deb-src http://ubuntu.cn99.com/ubuntu/ hardy-security main restricted universe multiverse 
deb-src http://ubuntu.cn99.com/ubuntu/ hardy-updates main restricted universe multiverse 
deb-src http://ubuntu.cn99.com/ubuntu/ hardy-proposed main restricted universe multiverse 
deb-src http://ubuntu.cn99.com/ubuntu/ hardy-backports main restricted universe multiverse
#杭州双线服务器 
deb http://mirror.lupaworld.com/ubuntu hardy main restricted universe multiverse 
deb http://mirror.lupaworld.com/ubuntu hardy-security main restricted universe multiverse 
deb http://mirror.lupaworld.com/ubuntu hardy-updates main restricted universe multiverse 
deb http://mirror.lupaworld.com/ubuntu hardy-backports main restricted universe multiverse 
deb http://mirror.lupaworld.com/ubuntu hardy-proposed main restricted universe multiverse 
deb-src http://mirror.lupaworld.com/ubuntu hardy main restricted universe multiverse 
deb-src http://mirror.lupaworld.com/ubuntu hardy-security main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu hardy-updates main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu hardy-backports main restricted universe multiverse 
deb-src http://mirror.lupaworld.com/ubuntu hardy-proposed main restricted universe multiverse
#Ubuntu 官方源(欧洲) 
deb http://archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse 
deb http://archive.ubuntu.com/ubuntu/ hardy-security main restricted universe multiverse 
deb http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse 
deb http://archive.ubuntu.com/ubuntu/ hardy-proposed main restricted universe multiverse 
deb http://archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse 
deb-src http://archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse 
deb-src http://archive.ubuntu.com/ubuntu/ hardy-security main restricted universe multiverse 
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse 
deb-src http://archive.ubuntu.com/ubuntu/ hardy-proposed main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
这个是更新源列表。 
输入完成,关掉这个文件,终端中输入:sudo apt-get update 
待列表更新完成才可以安装中文支持
单击“System”->“系统管理”->“Language Support”,启动“Language Support”对话框。在语言列表中找到“汉语“,并将其右边的小方框打钩。
系统自动下载自动安装,以后需要什么软件都可以在 添加/删除 或者是 新立得软件管理器 中查找安装,都是自动下载自动安装。如果想自己下载,最好找 .deb 格式的。
没有简单方法,你刚装的ubuntu自己看就会发现很多都是英文,但是也有中文,这就是没安装中文支持的结果~安装了中文支持后多数都是中文,输入法也自动安装了~
2、
1.先改变Ubuntu中默认中文编码方式为GB2312
修改文件:
/var/lib/locales/supported.d/local
内容是:
en_US.UTF-8 UTF-8
zh_CN.UTF-8 UTF-8
zh_CN.GBK GBK
zh_CN GB2312
保存后 ,执行命令:
sudo locale-gen 
让系统能够很好的 支持中文
2.再安装 zhcon: sudo apt-get install zhcon
3.zhcon是运行在framebuffer之上,在Ubuntu中开启framebuffer操作,输入下面的命令:
sudo zhcon --utf8 --drv=fb
就可以显示和输入中文了,建议直接复制命令,utf8和drv前面是有两个横杆的!!
3、linux终端显示乱码
Xshell对于嵌入式开发来说,是个非常不错的工具。但或许都有过被中文显示为乱码的问题感觉有点不爽。解决方法其实很简单的,即把xshell编码方式改成UTF-8即可。
[文件]–>[打开]–>在打开的session中选择连接的那个,点击[属性] -> [终端], 编码选择为:Unicode(UTF-8),然后重新连接服务器即可。也可以在Xshell的工具栏里面点击“编码 ”按钮,选择Unicode(UTF-8)编码即可。
本人用的Xshell版本是:xshell3.0(build 0206) 简体中文
阿里云liunx-ubuntu安装中文的更多相关文章
- 阿里云服务器ubuntu安装redis2.8.13
		
阿里云服务器ubuntu安装redis2.8.13 2014-09-04 16:14 | coding云 | 2198次阅读 | 暂无评论 一.下载redis 可以先下载到本地,然后ftp到服 ...
 - 阿里云服务器ubuntu安装java运行环境
		
服务器 阿里云服务器ubuntu安装java运行环境 转:http://www.codingyun.com/article/45.html 今天来给大家介绍一下在阿里云ubuntu服务器下安装java ...
 - 阿里云ECS(Ubuntu)安装Docker
		
新购买的阿里云ECS主机,想使用云主机做一些Docker方面的配置及管理 首先测试是否能够远程登陆至主机 第一步:更新系统 查看系统版本及内核,Docker需要运行在3.8以上的内核 第二步:安装do ...
 - 阿里云服务器   Ubuntu 安装 LNMP
		
1.设定实例化服务器IP密码. 2.设定安全组件端口 80 和 3306 系统默认提供端口 22. //阿里云需要设定安全组件端口必须设定. 3.安装一键lnmp系统. 教程地址 https://ln ...
 - ubuntu下ssh登陆阿里云服务器(ubuntu系统)中文乱码问题
		
研究了几天终于解决了... 原文地址: http://blog.csdn.net/a__yes/article/details/50489456 问题描述: 阿里云的服务器ubuntu系统,wind ...
 - 阿里云ECS Ubuntu安装PHP+Mysql+Apache+Nginx+Redis+Discuz
		
http://www.linuxdiyf.com/linux/13662.html http://blog.csdn.net/wangnan537/article/details/47868659 h ...
 - 在阿里云的ubuntu服务器上安装xampp时出现unable to realloc unable to realloc 8380000 bytes错误
		
在阿里云的ubuntu服务器上安装xampp时出现unable to realloc unable to realloc 8380000 bytes错误 解决:增加Swap空间(阿里云缺省没有分配任何 ...
 - [Linux]阿里云免费试用体验(在阿里云的ubuntu上部署个人服务)
		
作为一个IT界的人,一般都希望有一个独立的博客,或者一部独立的机器.所以我一直在找机会,拥有一台自己可以独立控制的机器,自己想干嘛干嘛.当然这在虚拟机或者自己的PC上面也可以实现,但是这跟一台一直开着 ...
 - Linux学习总结(13)——在阿里云的ubuntu上部署个人服务
		
作为一个IT界的人,一般都希望有一个独立的博客,或者一部独立的机器.所以我一直在找机会,拥有一台自己可以独立控制的机器,自己想干嘛干嘛.当然这在虚拟机或者自己的PC上面也可以实现,但是这跟一台一直开着 ...
 - [阿里云部署] Ubuntu+Flask+Nginx+uWSGI+Mysql搭建阿里云Web服务器
		
部署地址:123.56.7.181 Ubuntu+Flask+Nginx+uWSGI+Mysql搭建阿里云Web服务器 这个标题就比之前的"ECS服务器配置Web环境的全过程及参考资料&qu ...
 
随机推荐
- IFrame实现页面无刷新
			
一.html 和s代码段 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http: ...
 - 怎样把网站升级到http/2
			
https://juejin.im/post/59c63adf6fb9a00a4c271484
 - ios开发之--VC的生命周期
			
当一个视图控制器被创建,并在屏幕上显示的时候. 代码的执行顺序 1. alloc 创建对象,分配空间 2.init (initWit ...
 - swift--浮点数转换成整数(四舍五入/直接截断)
			
1,直接截取小数部分转换成整数 let i = Int(23.52536) print("输出是:\(i)") 2,四舍五入转换成证书 let q = lround(586.565 ...
 - iOS 使用动态库
			
苹果的开放态度 WWDC2014上发布的Xcode6 beta版有了不少更新,其中令我惊讶的一个是苹果在iOS上开放了动态库,在Xcode6 Beta版的更新文档中是这样描述的: Frameworks ...
 - 【NLP】pyhanlp flask
			
D:\ProgramData\Anaconda3\Lib\site-packages\pyhanlp\__init__.py 加入 WordVectorModel = LazyLoadingJClas ...
 - linux 端口占用情况
			
1,查看8010端口是否被占用 [root@cloud ~]# netstat -an|grep 8010 tcp 0 0 0.0.0.0:8010 0.0.0.0:* LISTEN 2,查看8010 ...
 - CouchDB 未授权访问漏洞
			
0x00 CouchDB安装 CouchDB官方网站:http://couchdb.apache.org/ 一路Next直到完成安装,打开浏览器并访问以下链接:http://127.0.0.1:598 ...
 - 51单片机的idata,xdata,pdata,data的详解(转)
			
data: 固定指前面0x00-0x7f的128个RAM,可以用acc直接读写的,速度最快,生成的代码也最小. bit :是指0x20-0x2f的可位寻址区idata:固定指前面0x00-0xff的2 ...
 - CCOMBOX下拉弹出框,因属性对话框自动隐藏而弹出框没有隐藏问题
			
关于这个问题是可以使用 使其失去焦点 releasecapture()解决的,但是鼠标在下拉列表中的item中经过时,调用releasecapture()后会选中最后mousemove过的item项. ...