上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 54 下一页
摘要: https://nodejs.org/dist/ curl -fsSL https://rpm.nodesource.com/setup_16.x|bash - 阅读全文
posted @ 2023-03-24 19:23 GaoYanbing 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 方法一:ifconfig -a ifconfig -a|grep inet|grep -v 127.0.0.1|grep -v inet6|awk '{print $2}'|tr -d "addr:" 命令解释 ifconfig -a 和window下执行此命令一样道理,返回本机所有ip信息 gre 阅读全文
posted @ 2023-03-23 15:31 GaoYanbing 阅读(767) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bashbase_dir=/optwar_processor="tomcat"jar_processor="manager-server.jar platform-server.jar platform-task.jar platform-trade.jar platform-user 阅读全文
posted @ 2023-03-23 13:13 GaoYanbing 阅读(21) 评论(0) 推荐(0) 编辑
摘要: upstream timed out (110: Connection timed out) while reading response header from upstream Nginx代理配置如下: ###proxy settings start proxy_http_version 1.1 阅读全文
posted @ 2023-03-22 11:14 GaoYanbing 阅读(793) 评论(0) 推荐(0) 编辑
摘要: https://github.com/kingToolbox/WindTerm/releases 阅读全文
posted @ 2023-03-21 21:43 GaoYanbing 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 前言 ①tcpdump工具简介:tcpdump是Linux操作系统中的字符界面的数据抓包分析软件。tcpdump可以将网络中传送的数据包完全截获下来提供分析 ②tcpdump是一个用于截取网络分组,并输出分组内容的工具。 ③用简单的话来定义tcpdump,就是:dump the traffic on 阅读全文
posted @ 2023-03-21 09:54 GaoYanbing 阅读(1124) 评论(0) 推荐(0) 编辑
摘要: 自动脚本(全部国内地址)(复制下面一句脚本到终端中粘贴回车) 苹果电脑 常规安装脚本(推荐 完全体 几分钟安装完成): /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 苹果电 阅读全文
posted @ 2023-03-21 07:48 GaoYanbing 阅读(21) 评论(0) 推荐(0) 编辑
摘要: https://www.oracle.com/java/technologies/downloads/#java8-mac 阅读全文
posted @ 2023-03-19 16:20 GaoYanbing 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://next.itellyou.cn/Original/# 阅读全文
posted @ 2023-03-19 13:02 GaoYanbing 阅读(16) 评论(0) 推荐(0) 编辑
摘要: try_files 语法:try_files file … uri;或 try_files file … = code; 默认值:无 作用域:server location 语法解释: 官方:Checks the existence of files in the specified order a 阅读全文
posted @ 2023-03-17 16:12 GaoYanbing 阅读(369) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 54 下一页