码迷,mamicode.com
首页 >  
搜索关键字:php7 centos7    ( 15866个结果
CentOS7使用iptables
1、先停用CentOS7自带的防火墙 //关闭防火墙 systemctl stop firewalld.service //永久关闭防火墙 systemctl disable firewalld.service 2、安装iptables yum install -y iptables-service ...
分类:其他好文   时间:2021-06-02 20:03:37    阅读次数:0
CentOS7安装mysql8
1、进入mysql官网,下载并安装mysql8的yum源 访问https://dev.mysql.com/downloads/repo/yum/ ,下载centos7对应的mysql yum源包并上传到centos7服务器 2. 安装mysql yum源包 # rpm -ivh mysql80-co ...
分类:数据库   时间:2021-06-02 18:58:59    阅读次数:0
lnmp下部署magento2 (宝塔CentOS 7.6)
我用的是宝塔CentOS 7.6,php7.3,mysql5.7, nginx1.18 1.下载magento,composer下载总是失败,建议git或码云下载 2. 查看系统要求,并解除宝塔禁用的一些PHP函数 3 解压,进入根目录下, 然后运行 composer -install vvv,会出 ...
分类:其他好文   时间:2021-06-02 18:40:55    阅读次数:0
开箱即用的Minikube
https://github.com/Q24/vagrant-box-centos7-minikube vagrant init ilionx/centos7-minikube vagrant up ...
分类:其他好文   时间:2021-06-02 18:29:10    阅读次数:0
CentOS7 设置系统时间
###本博客非原创,来源于https://www.cnblogs.com/k98091518/p/6991614.html ### 在CentOS 6版本,时间设置有date、hwclock命令, 硬件时钟和系统时钟 (1) 硬件时钟 RTC(Real-Time Clock)或CMOS时钟,一般在主 ...
分类:其他好文   时间:2021-06-02 18:25:11    阅读次数:0
关于Centos7以上系统硬件的一些常用查看命令
关于Centos7以上系统硬件的一些常用查看命令 1. uname -a # 查看内核/操作系统/CPU信息的linux系统信息 2. head -n l /etc/issue # 查看操作系统版本 3. cat /proc/cpuinfo # 查看CPU信息 4. hostname # 查看计算机 ...
分类:其他好文   时间:2021-06-02 16:12:24    阅读次数:0
使用 Xdebug 生成 php 的 Profiler
在上一讲我们成功配置了xdebug并可以成功调试代码。ubuntu中PHP xdebug 断点调试 我切换Xdebug 升级到3.x版本后的配置修改,这里我们介绍php在ubuntu的版本切换的命令。 sudo a2enmod php5.6 sudo a2dismod php7.2 sudo upd ...
分类:Web程序   时间:2021-06-02 15:35:09    阅读次数:0
/etc/init.d/functions: No such file or directory报错问题
docker-centos7运行systemctl status jenkins, 出现/etc/rc.d/init.d/jenkins: line 59: /etc/init.d/functions: No such file or directory错误, yum安装即可 yum install ...
分类:其他好文   时间:2021-06-02 15:14:11    阅读次数:0
centos7默认安装没有连接网络
1、显示所有连接 [root@localhost ~]# nmcli con show 2、连接ens33网络 [root@localhost ~]# nmcli con up ens33 备注 这个ens33是通过第一步查到的 /etc/sysconfig/network-scripts目录下会有 ...
分类:其他好文   时间:2021-06-02 13:10:38    阅读次数:0
centos7:mysql主从同步
mysql主从同步 1.分别在两台服务器上安装mysql https://www.cnblogs.com/XueTing/p/13738709.html https://www.cnblogs.com/XueTing/p/13738709.html 2.master主服务器配置 2-1.修改配置文件 ...
分类:数据库   时间:2021-06-02 13:09:57    阅读次数:0
15866条   上一页 1 ... 5 6 7 8 9 ... 1587 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!