大飞_dafei

导航

随笔分类 -  CentOS

centos7 设置静态ip , 并开机联网 _fei
摘要:centos7 设置静态ip , 并开机联网 修改 /etc/sysconfig/network-scripts 下的文件 我的是ens32 (不同系统这个文件名字不一样) 内容如下 TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO= 阅读全文

posted @ 2019-07-08 15:42 大飞_dafei 阅读(332) 评论(0) 推荐(0)

ubuntu centos搭建版本控制svn _fei
摘要:1) centos:系统搭建版本控制svn rpm -qa subversion //检查是否安装了低版本的SVN yum remove subversion //如果存储旧版本,卸载旧版本SVN 开始安装 yum -y install subversion svnserve --version / 阅读全文

posted @ 2018-12-28 16:53 大飞_dafei 阅读(132) 评论(0) 推荐(0)

centos PHP7 yii2 报错 Call to undefined function yii\\helpers\\mb_strlen()
摘要:出现问题 Call to undefined function yii\\helpers\\mb_strlen() "data": { "name": "Exception", "message": "Call to undefined function yii\\helpers\\mb_strle 阅读全文

posted @ 2018-11-06 16:33 大飞_dafei 阅读(320) 评论(0) 推荐(0)

centos 16安装PHP7.0 异常 No pool defined. at least one pool section must be specified in config file
摘要:异常内容: root@ubuntu:/data/server/php7/lib/php# /data/server/php7/sbin/php-fpm [27-Mar-2018 20:57:22] WARNING: Nothing matches the include pattern '/data 阅读全文

posted @ 2018-03-28 13:07 大飞_dafei 阅读(330) 评论(0) 推荐(0)

centos7中使用locate命令
摘要:centos7 中第一次使用 locate 命令;报错 -bash: locate: command not found 原因 centos7 默认没有安装 locate 这个命令; 安装 locate: yum install mlocate 安装完后测试一下: locate inittab 这是 阅读全文

posted @ 2018-03-07 15:51 大飞_dafei 阅读(292) 评论(0) 推荐(0)

ubuntu15 设置静态ip && centos7设置静态ip
摘要:ubuntu15 设置静态ip && centos7设置静态ip 【温馨提示,重启网卡】 sudo /etc/init.d/networking restart #重启网卡 sudo service network-manager restart #或者用这个命令 sudo systemctl re 阅读全文

posted @ 2018-03-05 15:09 大飞_dafei 阅读(171) 评论(0) 推荐(0)