CentOs
IT0329
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CentOS7如何搭建PHP服务器环境?
配置服务器:https://www.php.cn/php-weizijiaocheng-392894.htmlPHP环境配置:https://www.cnblogs.com/yiyaxuan/p/12652030.html转载 2020-10-15 17:01:32 · 242 阅读 · 0 评论 -
centos 报错 SQLSTATE[HY000] [2002] Permission denied
因为没有关闭selinux,通常情况下载安装完CentOS7后,默认情况下SElinux是启用状态。[root@rdo ~]# sestatusSELinux status: enabledSELinuxfs mount: /sys/fs/selinuxSELinux root directory: /etc/selinuxLoaded policy name: targetedCurrent mode: enforcingMode from config file: enfor转载 2020-10-10 15:18:49 · 911 阅读 · 0 评论 -
CentOS 6/7 上安装 PHP 7.3
1、先安装必备的epel源:yum install epel-release -y或者手动从官方源下载安装centos 6:# rpm -ivh http://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpmcentos 7# rpm -ivh http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm2、安装 REMI 源:.转载 2020-10-09 14:22:10 · 375 阅读 · 0 评论 -
centos6.* 配置静态IP
1、修改网卡配置 编辑:vi/etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 #描述网卡对应的设备别名,例如ifcfg-eth0的文件中它为eth0 BOOTPROTO=static#设置网卡获得ip地址的方式,可能的选项为static,dhcp或bootp,分别对应静态指定的ip地址,通过dhcp协议获得的ip地址,通过bootp协议获得的ip地址 HWADDR=08:00:27...转载 2020-10-09 13:59:34 · 796 阅读 · 0 评论
分享