随笔分类 -  CentOS_Linux

CentOS 使用
LInux 下挂在Windows共享文件夹
摘要:挂载WIndow共享文件夹 //192.168.0.103/softwaremount-tsmbfs-ousername=administrator,password=“de123” //192.168.0.103/software /opt/Windows RHE5之前版本可用mount-t ci... 阅读全文
posted @ 2014-12-25 00:32 de0319gh 阅读(221) 评论(0) 推荐(0)
CentOS Linux 中文输入法安装及设置
摘要:安装:1.需要root权限,所以要用root登录,或suroot2.yum install"@ChineseSupport"3.exit4.回到桌面,system->preferences->inputmethod5.如果没有,先注销一下。6.按照提示添加输入法。7.最后 再次注销,登录即可。设置:... 阅读全文
posted @ 2014-05-05 09:53 de0319gh 阅读(1578) 评论(0) 推荐(0)
CentOS Linux 语言环境设置
摘要:程序运行使用一套语言需要有字符集(数据)和字体(显示),Locale是根据计算机用户所使用的语言,所在国家或者地区,以及当地的文化传统所定义的一个软件运行时的语言环境。一、locale详解在 Linux 中通过 locale 来设置程序运行的不同语言环境,locale 由 ANSI C 提供支持。l... 阅读全文
posted @ 2014-05-05 09:51 de0319gh 阅读(2024) 评论(0) 推荐(0)