会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
河在谈
N线城市程序员,擅长搭建各种演示系统、扒页面、改开源、二次开发、找代码、找注册码、找破解、集成、跨域、嵌套、写本子、改PPT、做三陪(陪喝酒、陪吸二手烟、陪biao),只要是需求就能出demo、只要是代码就能上手改、只要是个系统都在云上、元宇宙中、区块链内......
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
17
下一页
2021年12月8日
安装CentOS7.7 minimal版本后的配置
摘要: 1、安装必备软件 yum install -y zip unzip lrzsz vim net-tools 2、网卡自启动 vim /etc/sysconfig/network-scripts/ifcfg-p8p1 ONBOOT=yes 3、关闭防火墙和selinux systemctl stop
阅读全文
posted @ 2021-12-08 17:55 河在谈
阅读(238)
评论(0)
推荐(0)
2021年11月3日
ubuntu 20.04 搭建开发环境
摘要: 1、安装svn apt install subversion # 创建仓库 cd /opt mkdir svn cd svn mkdir repository svnadmin create /opt/svn/repository /opt/svn/repository chmod -R 777 d
阅读全文
posted @ 2021-11-03 10:55 河在谈
阅读(229)
评论(0)
推荐(0)
2021年9月17日
PHP数据库批量去注释、删字段
摘要: <?php $host = "localhost"; $username = 'root'; $password = 'root'; $database = 'dbname'; $filters = ['content','payload']; $pdo = new PDO("mysql:host=
阅读全文
posted @ 2021-09-17 08:07 河在谈
阅读(182)
评论(0)
推荐(0)
2021年9月8日
SSL/TLS协议信息泄露漏洞(CVE-2016-2183)【原理扫描】
摘要: 在此文的基础上 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 河在谈
阅读(4322)
评论(0)
推荐(0)
2021年9月1日
ThinkPHP5、6中的Service层
摘要: 出处:https://blog.csdn.net/weixin_43215482/article/details/87932734 1、service层出现的契机:mvc框架由model,view,controller组成,执行流程一般是:在controller访问model获取数据,通过view渲
阅读全文
posted @ 2021-09-01 14:00 河在谈
阅读(2355)
评论(0)
推荐(0)
2021年8月27日
注册exe为windows服务
摘要: 要注册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 河在谈
阅读(546)
评论(0)
推荐(0)
2021年7月23日
CentOS6.8 升级OpenSSH到最新版
摘要: 〇、烦人的漏洞检测 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 河在谈
阅读(1903)
评论(0)
推荐(0)
2021年5月6日
nginx 反向代理 proxy_pass DNS 缓存问题
摘要: 有个项目用 nginx 配置了反向代理, location / { proxy_pass http://d.example.com:8080; } 其中 d.example.com 是动态解析的域名. 用了几天之后发现一个问题, 动态域名更改 IP 后, nginx 还是发送到旧的 IP. 从 er
阅读全文
posted @ 2021-05-06 09:41 河在谈
阅读(1098)
评论(0)
推荐(0)
2021年4月26日
Failed to load the mod_authz_svn config contains non-canonical fspath
摘要: 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 河在谈
阅读(634)
评论(0)
推荐(0)
2021年3月30日
通过xshell实现内网linux上公网yum、apt-get安装软件
摘要: 环境:在内网,我的机器可上网,内网服务器不可上网,本来在我机器上开个代理,服务器直接通过我机器上网就可以,奈何网络配置太复杂,目前只有ssh端口可通。 先安装ccproxy软件,配置http监听端口为8888,记得勾掉“禁止局域网外部用户”,然后启动服务 xshell转移规则配置 确定后查看服务器8
阅读全文
posted @ 2021-03-30 10:24 河在谈
阅读(677)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
17
下一页
公告