上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 101 下一页
摘要: Solution 1: 1) How can I remove the [warn] and avoid buffering responses? Is it better to turn off proxy_buffering or set proxy_max_temp_file_size to 阅读全文
posted @ 2021-11-26 18:17 Oops!# 阅读(757) 评论(0) 推荐(0)
摘要: 问题描述 查看日志(/var/log/mongodb/mongodb.log)有如下信息 Wiredtiger error(13).....file:WiredTiger.wt,connection:/var/lib/mongodb/WiredTiger.turtle:handle-open:ope 阅读全文
posted @ 2021-11-23 14:20 Oops!# 阅读(459) 评论(0) 推荐(0)
摘要: #!/bin/bash process_name=app-0.0.1-SNAPSHOT.jar while [ 1 ] do time=`date` serverpid=`ps -ef|grep $process_name|grep -v grep|awk '{print $2}'` if [ "$ 阅读全文
posted @ 2021-11-16 10:33 Oops!# 阅读(185) 评论(0) 推荐(0)
摘要: shell获取某个时间段的nginx日志内容 小醉90s 2014-04-06 16:40:36 15297 收藏 1分类专栏: linux版权从nginx日志中获取2014:04:01日 21:30至21:50的日志内容 # cat web.log 192.168.16.105 - - [01/A 阅读全文
posted @ 2021-11-15 09:59 Oops!# 阅读(402) 评论(0) 推荐(0)
摘要: After sending a link to a directory on my website containing some PDF readings to one of my friends, I realized the default NGINX directory listing do 阅读全文
posted @ 2021-11-11 00:37 Oops!# 阅读(210) 评论(0) 推荐(0)
摘要: MIME(Multipurpose Internet Mail Extensions)多用途互联网邮件扩展类型。是设定某种扩展名的文件用一种应用程序来打开的方式类型,当该扩展名文件被访问的时候,浏览器会自动使用指定应用程序来打开。多用于指定一些客户端自定义的文件名,以及一些媒体文件打开方式。 简单点 阅读全文
posted @ 2021-11-08 09:02 Oops!# 阅读(388) 评论(0) 推荐(0)
摘要: AWS doesn't grant root access by default to EC2 instances. This is an important security best practise. Users are supposed to open a ssh connection us 阅读全文
posted @ 2021-11-05 11:34 Oops!# 阅读(53) 评论(0) 推荐(0)
摘要: aws s3 阅读全文
posted @ 2021-11-03 17:11 Oops!# 阅读(740) 评论(0) 推荐(0)
摘要: 安装xxl-job在下面的github链接中下载自己的版本,本文使用最新版的2.0.1XXL-JOB 分布式任务调度平台 step1:上传执行命令rz,上传文件包xxl-job-2.0.1.tar.gz到linux step2:解压执行命令tar xf xxl-job-2.0.1.tar.gz,得到 阅读全文
posted @ 2021-10-23 16:37 Oops!# 阅读(6354) 评论(0) 推荐(0)
摘要: 一、准备工作 1.1 环境 操作系统:centos7(CentOS-7-x86_64-Minimal-1708) 环境要求: nodejs(7.6+) mongodb(2.6+) 二、部署nodejs 部署nodejs尽可能选择偶数版本,因为偶数版本官方有较长的维护时间,故这次选择8.x。 # 获取 阅读全文
posted @ 2021-10-23 14:06 Oops!# 阅读(108) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 101 下一页