上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页
摘要: 在此文的基础上 https://www.cnblogs.com/dwj192/p/13962845.html 只更新nginx 的openssl,不更新系统的openssl 下载新版openssl, wget https://www.openssl.org/source/openssl-1.1.1l 阅读全文
posted @ 2021-09-08 17:06 河在谈 阅读(4146) 评论(0) 推荐(0) 编辑
摘要: 出处:https://blog.csdn.net/weixin_43215482/article/details/87932734 1、service层出现的契机:mvc框架由model,view,controller组成,执行流程一般是:在controller访问model获取数据,通过view渲 阅读全文
posted @ 2021-09-01 14:00 河在谈 阅读(2146) 评论(0) 推荐(0) 编辑
摘要: 要注册frpc为系统服务,大部分都说用sc命令,如下; sc create FrpService binpath= "D:\Program\frp\frpc.exe -c D:\Program\frp\frpc.ini" type= share start= auto 结果发现服务是创建了,但是启动 阅读全文
posted @ 2021-08-27 18:09 河在谈 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 〇、烦人的漏洞检测 OpenSSH 'schnorr.c'远程内存破坏漏洞(CVE-2014-1692) OpenSSH do_setup_env函数权限提升漏洞(CVE-2015-8325) OpenSSH auth_password函数拒绝服务漏洞(CVE-2016-6515) OpenSSH 阅读全文
posted @ 2021-07-23 11:33 河在谈 阅读(1259) 评论(0) 推荐(0) 编辑
摘要: 有个项目用 nginx 配置了反向代理, location / { proxy_pass http://d.example.com:8080; } 其中 d.example.com 是动态解析的域名. 用了几天之后发现一个问题, 动态域名更改 IP 后, nginx 还是发送到旧的 IP. 从 er 阅读全文
posted @ 2021-05-06 09:41 河在谈 阅读(1026) 评论(0) 推荐(0) 编辑
摘要: SVN出现问题: Failed to load the mod_authz_svn config: Section name 'xxxxx:/trunk/admin/' contains non-canonical fspath '/trunk/admin/' 原因,authz配置文件中添加的目录 阅读全文
posted @ 2021-04-26 09:06 河在谈 阅读(559) 评论(0) 推荐(0) 编辑
摘要: 环境:在内网,我的机器可上网,内网服务器不可上网,本来在我机器上开个代理,服务器直接通过我机器上网就可以,奈何网络配置太复杂,目前只有ssh端口可通。 先安装ccproxy软件,配置http监听端口为8888,记得勾掉“禁止局域网外部用户”,然后启动服务 xshell转移规则配置 确定后查看服务器8 阅读全文
posted @ 2021-03-30 10:24 河在谈 阅读(588) 评论(0) 推荐(0) 编辑
摘要: 平时服务器上跑了很多小脚本,python的、php的、shell的、nodejs的,为了方便解决各种问题。 有些脚本要定时执行,配了cron,有些要以进程方式一直存在,并监听端口,用cron定期检测也可以,有现成的supervisor更好使。 // 安装supervisoryum install s 阅读全文
posted @ 2021-03-26 14:50 河在谈 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 双网卡绑定配置 // 修改网卡配置文件 cd /etc/sysconfig/network-scripts cp ifcfg-lo ifcfg-bond0 vi ifcfg-bond0 DEVICE=bond0 IPADDR=10.1.2.3 NETMASK=255.255.255.0 ONBOOT 阅读全文
posted @ 2021-03-26 14:32 河在谈 阅读(793) 评论(0) 推荐(0) 编辑
摘要: 高版本需要升级GCC库,懒得升了。 1、下载nodejs https://nodejs.org/dist/latest-v10.x/node-v10.24.0-linux-x64.tar.xz wget https://nodejs.org/dist/latest-v10.x/node-v10.24 阅读全文
posted @ 2021-03-02 15:54 河在谈 阅读(160) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页