会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
远行
首页
新随笔
订阅
管理
1
2
3
4
5
···
16
下一页
2026年3月16日
CentOS 7.9.2009升级最新的Linux Kernel 6.9.7
摘要: wget https://mirrors.coreix.net/elrepo-archive-archive/kernel/el7/x86_64/RPMS/kernel-ml-6.9.7-1.el7.elrepo.x86_64.rpm --no-check-certificate yum local
阅读全文
posted @ 2026-03-16 05:09 JeromePowell
阅读(7)
评论(0)
推荐(0)
2025年1月9日
macOS通过WireShark分析HTTPS协议SSL、TLS报文的一种简单方式
摘要: 1、设置Chrome浏览器--ssl-key-log-file参数启动 % touch ~/sslkeylog.log % sudo /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --ssl-key-log-file=/
阅读全文
posted @ 2025-01-09 13:07 JeromePowell
阅读(254)
评论(0)
推荐(0)
2024年9月17日
error: rpmdb, failed: BDB1507 Thread died in Berkeley DB library,error(-30973) from dbenv->failchk: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery
摘要: rpm数据库错误,一般原因:yum更新等rpm软件安装进程被异常终止 [root@49bdfccd7f61 ~]# yum install -y xxx error: rpmdb: BDB0113 Thread/process 22858/140222685267712 failed: BDB150
阅读全文
posted @ 2024-09-17 04:59 JeromePowell
阅读(218)
评论(0)
推荐(0)
2024年8月6日
docker: Error response from daemon: cgroups: cannot find cgroup mount destination: unknown.
摘要: mkdir /sys/fs/cgroup/systemd mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd/
阅读全文
posted @ 2024-08-06 13:47 JeromePowell
阅读(112)
评论(0)
推荐(0)
2024年6月20日
Python 3.12 kafka-python Error:ModuleNotFoundError: No module named 'kafka.vendor.six.moves'
摘要: pip install git+https://github.com/dpkp/kafka-python.git issues:https://github.com/dpkp/kafka-python/issues/2401
阅读全文
posted @ 2024-06-20 14:57 JeromePowell
阅读(581)
评论(0)
推荐(0)
2024年6月6日
流影 网络流量可视化分析和威胁感知平台
摘要: 项目 https://abyssalfish-os.github.io/ https://github.com/orgs/Abyssal-Fish-Technology/repositories https://github.com/Abyssal-Fish-Technology/ly_vis 下载
阅读全文
posted @ 2024-06-06 09:46 JeromePowell
阅读(154)
评论(0)
推荐(0)
brew安装postgresql@15
摘要: % brew install -s postgresql@15 Running `brew update --auto-update`... ==> Fetching postgresql@15 ==> Downloading https://ftp.postgresql.org/pub/sourc
阅读全文
posted @ 2024-06-06 09:45 JeromePowell
阅读(116)
评论(0)
推荐(0)
2023年9月21日
centos7安装ffmpeg v4.1
摘要: yum install -y gcc nasm libxcb mkdir -p /usr/local/ffmpeg wget https://johnvansickle.com/ffmpeg/release-source/ -O ffmpeg-4.1.tar.xz tar -xf ffmpeg-4.
阅读全文
posted @ 2023-09-21 00:00 JeromePowell
阅读(114)
评论(0)
推荐(0)
2023年8月22日
Windows 11恢复Windows经典菜单
摘要: 切换到Windows经典菜单 reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve 恢复Windows11默认菜单 reg delete "HKCU\Sof
阅读全文
posted @ 2023-08-22 17:09 JeromePowell
阅读(173)
评论(0)
推荐(0)
2023年7月25日
MySQL参数
摘要: 最大连接数 show variables like 'max_connections'; 超时时间 show global variables like '%timeout%'; 超时分析: TimeoutError: QueuePool limit of size 10 overflow 10 r
阅读全文
posted @ 2023-07-25 14:52 JeromePowell
阅读(22)
评论(0)
推荐(0)
1
2
3
4
5
···
16
下一页
公告