上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 22 下一页
  2018年7月19日
摘要: 1.负载命令: top、uptime、Glances (Linux系统监测工具), cat /proc/loadavg 阅读全文
posted @ 2018-07-19 13:51 小帅豹 阅读(119) 评论(0) 推荐(0)
  2018年7月5日
摘要: 参考: https://github.com/aws/aws-sdk-php-laravel https://www.jianshu.com/p/e48d82bff20b 阅读全文
posted @ 2018-07-05 17:36 小帅豹 阅读(891) 评论(0) 推荐(0)
摘要: AWS HTTP error: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) 阅读全文
posted @ 2018-07-05 17:34 小帅豹 阅读(690) 评论(0) 推荐(0)
  2018年6月26日
摘要: http://laravelacademy.org/post/9408.html 阅读全文
posted @ 2018-06-26 18:05 小帅豹 阅读(217) 评论(0) 推荐(0)
摘要: 最近在解决网络问题时,需要查看本机的出口公网IP信息,所以在网络上搜索和请求运维达人,获得如下两个方法: curl ifconfig.me 在linux系统中输入上述的命令,可以查看到本机连接的公网信息;如果该命令无效,可以使用下面一个命令,也同样可以获得对应的信息 curl cip.cc 阅读全文
posted @ 2018-06-26 09:47 小帅豹 阅读(5625) 评论(0) 推荐(1)
  2018年6月22日
摘要: [global]pid = /www/wdlinux/phps/70/var/run/php-fpm.piderror_log = /www/wdlinux/phps/70/var/log/php-fpm.loglog_level = notice[www]listen = /tmp/php-70- 阅读全文
posted @ 2018-06-22 11:02 小帅豹 阅读(240) 评论(0) 推荐(0)
  2018年6月21日
摘要: service wdapache start|stop|restart wdcp后台 启动|停止|重起service nginxd start|stop|restart nginx服务 启动|停止|重起service httpd start|stop|restart httpd服务 启动|停止|重起 阅读全文
posted @ 2018-06-21 09:48 小帅豹 阅读(1338) 评论(0) 推荐(0)
  2018年6月20日
摘要: 1、yum install redis --查看是否有redis yum 源 2、yum install epel-release --下载fedora的epel仓库 3、 yum install redis -- 安装redis数据库 4、service redis start Redirecti 阅读全文
posted @ 2018-06-20 15:57 小帅豹 阅读(1436) 评论(0) 推荐(0)
  2018年6月15日
摘要: /usr/local/nginx_bak/conf/nginx.conf 这里有个nginx的配置,修改为nginx_bak 阅读全文
posted @ 2018-06-15 17:57 小帅豹 阅读(142) 评论(0) 推荐(0)
  2018年6月6日
摘要: 当array_filter函数的callback留空时 他会过滤掉所有键值为false的键 阅读全文
posted @ 2018-06-06 14:53 小帅豹 阅读(153) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 22 下一页