2022年9月16日

摘要: PHP安装教程参考:https://www.cnblogs.com/kyuang/p/6801942.html 1、安装基础环境: yum -y install gcc bison bison-devel zlib-devel libmcrypt-devel mhash-devel openssl- 阅读全文

posted @ 2022-09-16 16:46 brad1208 阅读(340) 评论(0) 推荐(0) 编辑

摘要: 1. 查看当前系统默认采用的字符集locale 2. 查看系统当前编码echo $LANG如果输出为:en_US.UTF-8 英文zh_CN.UTF-8 中文 3. 查看系统是否安装中文字符集locale -a |grep zh 如果出现了 zh 开头的,代表安装了中文字符集,直接进行第 4 步就行 阅读全文

posted @ 2022-09-16 11:18 brad1208 阅读(3097) 评论(0) 推荐(0) 编辑

摘要: 软件解压后安装基础指令(复制用):./configure && make && make install ./configure --prefix=/usr/local/ #安装到指定路径 【更新yum及epel-release】yum -y update --allowerasing &&yum 阅读全文

posted @ 2022-09-16 10:28 brad1208 阅读(108) 评论(0) 推荐(0) 编辑

2022年9月15日

摘要: 安装教程参考:https://www.cnblogs.com/liaojianxi/p/7927363.html 【快速安装开始】 下载解压phpcms,复制安装文件到站点目录“/opt/html”里,给予权限(官网无法访问了,所以下载地址需自行寻找上传) cd /usr/local &&wget 阅读全文

posted @ 2022-09-15 17:17 brad1208 阅读(208) 评论(0) 推荐(0) 编辑

2022年9月13日

摘要: 1、下载xz 官网:https://tukaani.org/xz/ 例:wget https://nchc.dl.sourceforge.net/project/lzmautils/xz-5.2.6.tar.gz 2、安装 tar -xzvf xz-5.2.6.tar.gz cd xz-5.2.6 阅读全文

posted @ 2022-09-13 10:32 brad1208 阅读(861) 评论(0) 推荐(0) 编辑