Linux笔记
谢泽豪
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
手动搭建LNMP(Linux+nginx+mysql+PHP)
搭建环境:Linux:Centos 7nginx:1.8mysql:5.7PHP:5.7Centos 7 搭建lnmp环境(yum安装方式)遇到403问题:解决Nginx出现403 forbidden (13: Permission denied)报错的三种办法,用的是第三种方法原创 2020-05-27 14:09:24 · 281 阅读 · 0 评论 -
Linux 教小白制定一个定时任务(图文)
参考资料:每天一个linux命令(50):crontab命令制定一个定时任务,主要用到两个文件:/etc/crontab 和 /var/spool/cron/XXX,XXX指以用户名命名的文件,假如是root,则 /var/spool/cron/root。还有一点注意这个XXX文件一开始是没有的,在/var/spool/cron/文件夹是空,需要在 /etc/crontab 创建。1....原创 2018-11-04 14:57:13 · 432 阅读 · 0 评论 -
Linux PHP curl 400
Later we found that the same request gets accepted if sent from a client other than cURL (e.g. chrome-poster). The unique about this request is that it’s sent with POST method (the vendor’s strict requirement) but the content body is empty.In the end we原创 2018-11-04 18:02:41 · 385 阅读 · 0 评论 -
Navicat连接MySQL数据库报10038错误的解决方法
原文地址:http://www.chinastor.com/yw/04293QK2018.html连接MySQL数据库出现10038错误的各种解决方法(亲试检查用户、防火墙端口及配置文件等) 以前我的几个网站放在dreamhost的时候,我总是喜欢用Navicat连接MySQL数据库,这样可以不用命令行,直接在图像界面里修改操作数据库,非常方便,堪称MySQL图形化管理工具中的神器。最近刚弄了...转载 2018-11-07 11:20:42 · 18906 阅读 · 2 评论 -
彻底解决 /etc/init.d/php-fpm no such file or directory 问题
今天想升级php版本,结果报了这个错误。/etc/init.d/php-fpm no such file or directory,不就是没有php-fpm文件嘛,新建一个就行了。vi /etc/init.d/php-fpm复制粘贴以下,#! /bin/sh# Comments to support chkconfig on CentOS# chkconfig: 2345...原创 2018-11-25 13:32:26 · 18762 阅读 · 2 评论
分享