02 2018 档案

Linux 删除文件夹和文件的命令
摘要:-r 就是向下递归,不管有多少级目录,一并删除 -f 就是直接强行删除,不作任何提示的意思 删除文件夹实例:rm -rf /var/log/httpd/access将会删除/var/log/httpd/access目录以及其下所有文件、文件夹 删除文件使用实例:rm -f /var/log/http 阅读全文

posted @ 2018-02-09 15:01 南山以南丶 阅读(171) 评论(0) 推荐(0)

centos7 php7 安装php扩展
摘要:yum install php70w.x86_64 php70w-cli.x86_64 php70w-common.x86_64 php70w-gd.x86_64 php70w-ldap.x86_64 php70w-mbstring.x86_64 php70w-mcrypt.x86_64 php70 阅读全文

posted @ 2018-02-02 13:54 南山以南丶 阅读(1416) 评论(0) 推荐(0)

thinkphp centos7 报class POD not found
摘要:没有安装PDO yum install php70w-pdo yum install php70w-mysqlnd 两条命令搞定 阅读全文

posted @ 2018-02-02 10:23 南山以南丶 阅读(185) 评论(0) 推荐(0)

centos7重启apache、nginx、mysql、php-fpm命令
摘要:apache启动systemctl start httpd停止systemctl stop httpd重启systemctl restart httpdmysql启动systemctl start mysqld停止systemctl stop mysqld重启systemctl restart my 阅读全文

posted @ 2018-02-02 10:21 南山以南丶 阅读(29762) 评论(0) 推荐(1)

CentOS7下安装FTP
摘要:1、安装vsftpd yum install -y vsftpd 2.设置 使用命令systemctl status vsftpd.service查看ftp状态。 开启ftp systemctl start vsftpd.service 设置vsftpd服务开机自启 systemctl enable 阅读全文

posted @ 2018-02-01 19:02 南山以南丶 阅读(311) 评论(0) 推荐(0)

导航