king 第1143页
-
centos怎么安装php扩展ssh2
centos7 安装php扩展-ssh21. 安装ssh2的依赖yum install libssh2 libssh2-devel2. 安装ssh2首先下载ssh2 地址:http://pecl.php.net/package/ssh2 v1.0 以上是php7相关wg...
king 2022.06.22 1115浏览 0 -
centos系统关机命令是什么
centos关机命令是什么Linux centos重启命令:rebootshutdown -r now 立刻重启(root用户使用) shutdown -r 10 过10分钟自动重启(root用户使用) shutdown -r...
king 2022.06.22 871浏览 0 -
centos7怎么关闭防火墙
centos7怎么关闭防火墙CentOS 7.0默认使用的是firewall作为防火墙查看防火墙状态firewall-cmd --state停止firewallsystemctl stop firewalld.service禁止firewall开机启动systemctl...
king 2022.06.22 913浏览 0 -
centos 6.x系统如何安装 gogs
centos 6.x如何安装 gogs安装环境要求MySQL: Version >= 5.7Git: Version >= 1.7.1详细安装步骤创建非 root 账户sudo adduser git切换到git用户,创建ssh目录su git ...
king 2022.06.22 1072浏览 0 -
apache不识别php7怎么办
apache不解析php7怎么办解决Apache无法解析PHP问题编辑httpd.conf文件添加如下代码LoadModule php7_module modules/libphp7.so AddType application/x-httpd-php .p...
king 2022.06.22 1111浏览 0