摘要:
在 centos 里面添加 环境变量 # vi /etc/profile //打开profile 文件 在文件尾部添加 #:wq 保存退出 # shutdown -r now 重启 比方说添加 把php 添加到环境变量里面 export PATH = $PATH:/alidata/server/ph 阅读全文
摘要:
一、CentOS7.0 1、修改为中文 # localectl set-locale LANG=zh_CN.utf8 2、修改为英文 # localectl set-locale LANG=en_US.UTF-8 二、CentOS6.5 1、修改为英文 # echo 'LANG=en_US.UTF- 阅读全文