会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
rab3it
首页
新随笔
管理
2026年6月11日
chrome 设置 深色页面
摘要: Chrome 自带实验开关 地址栏输入: chrome://flags/#enable-force-dark 把 Auto Dark Mode for Web Contents 改成 Enabled,重启 Chrome。之后所有网页都会强制深色。
阅读全文
posted @ 2026-06-11 17:07 rab3it
阅读(8)
评论(0)
推荐(0)
2025年3月17日
Docker Hub 镜像加速 - 20250317
摘要: 报错 Using default tag: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connecti
阅读全文
posted @ 2025-03-17 17:06 rab3it
阅读(143)
评论(0)
推荐(0)
2025年2月15日
mac m4(M1/M2/M3/M4) 安装 proxychains-ng 问题:have 'arm64', need 'arm64e'
摘要: ➜ ~ proxychains4 curl -v www.baidu.com [proxychains] config file found: /usr/local/etc/proxychains.conf [proxychains] preloading /usr/local/lib/libpro
阅读全文
posted @ 2025-02-15 23:00 rab3it
阅读(718)
评论(0)
推荐(0)
2025年1月13日
docker 删除没权限,Error response from daemon: container : driver "overlay2" failed to remove root filesystem: unlinkat /var/lib/docker/overlay2: operation not permitted
摘要: 解决: ➜ ~ docker rm -f 339d Error response from daemon: container 339d38e35e40a81630c6afbe3b25d926ec6ccd3fddfa0e394e00d89fbb9be632: driver "overlay2" fa
阅读全文
posted @ 2025-01-13 22:41 rab3it
阅读(321)
评论(0)
推荐(0)
2025年1月10日
linux终端、mac终端 iterm2 滚轮上滑不滚页面,而是滚历史命令 解决方法
摘要: 在命令行输入 tput rmcup 回车即可。 来源: https://stackoverflow.com/questions/36594420/how-can-i-turn-off-scrolling-the-history-in-iterm2
阅读全文
posted @ 2025-01-10 15:47 rab3it
阅读(344)
评论(0)
推荐(0)
2024年12月25日
mac 提示 zsh: operation not permitted
摘要: 方法一:加执行权限 chmod 777 eeyes-darwin 方法二:加豁免权,使用xattr命令 xattr -d com.apple.quarantine eeyes-darwin 操作如下: ➜ Eeyes-darwin ./Eeyes-darwin zsh: operation not
阅读全文
posted @ 2024-12-25 21:30 rab3it
阅读(405)
评论(0)
推荐(0)
2024年10月24日
mac scrcpy 报错 does not exist or is not a regular file,ERROR: Server connection failed(scrcpy mac与极空间冲突)
摘要: scrcpy mac与极空间冲突 问题: ➜ ~ scrcpy scrcpy 2.7 <https://github.com/Genymobile/scrcpy> INFO: ADB device found: INFO: --> (usb) 8AJY0LU0Q device Pixel_3_XL
阅读全文
posted @ 2024-10-24 21:08 rab3it
阅读(341)
评论(0)
推荐(0)
2024年5月13日
MAC make编译报错 “clang: error: unsupported option '-fopenmp'”
摘要: 编译报错 ➜ php_mt_seed-main make gcc -Wall -march=native -mtune=generic -O2 -fomit-frame-pointer -funroll-loops -fopenmp php_mt_seed.c -o php_mt_seed clan
阅读全文
posted @ 2024-05-13 17:22 rab3it
阅读(276)
评论(0)
推荐(0)
2024年4月15日
APatch 安装(全能 ROOT 解决方案)
摘要: 准备 : boot.Img APatch adb 和 fastboot 环境 插件: ZygiskNext LSPosed 我需要准备 crosshatch-sp1a.210812.016.c2 的 boot.img(没有的话可以提取,也可以直接下载对应的 boot.img)。 # 上传 boot.
阅读全文
posted @ 2024-04-15 11:03 rab3it
阅读(9487)
评论(0)
推荐(0)
2024年3月5日
obsidian + picgo 报错 upload failed, check dev console
摘要: obsidian + picgo 报错 upload failed, check dev console 查看 picgo 日志,发现是 picgo 问题。 找资料,大多都说是网络、代理问题,排查一遍还是没啥反应。 重新卸载 picgo ,下载最新版 picgo 重新配置,可以正常使用。
阅读全文
posted @ 2024-03-05 16:36 rab3it
阅读(906)
评论(0)
推荐(0)
下一页
公告