bobo liu

Results 8 comments of bobo liu

既然在用 rpi 了,建议先学下基本的操作:[鸟哥的linux私房菜](https://linux.vbird.org/linux_basic/centos7/)

用参数 `-nogrey -quality 80` 就可以了

maybe TOML? JSON is hard to write by a human since its commas and quotes. And YAML needs lots of spaces for indenting, which causes hard to read. TOML will...

这是一个误解,现在有 tzdata 了。 系统时间不变是因为用了 alpine 但没有用 LSIO 那种一套 init 脚本来让他的行为符合你的预期。

> > 这是一个误解,现在有 tzdata 了。 > > 系统时间不变是因为用了 alpine 但没有用 LSIO 那种一套 init 脚本来让他的行为符合你的预期。 > > 你的意思是镜像中有tzdata的文件,但是没有加载这文件还是? 所以这个问题有什么用户这边可以用的持久化的解决办法吗? 我现在是手动放一个localtime文件在etc目录。 我现在不确定他那里搞出来了问题(懒得看) 但镜像是不可变的,最快的解决方案是你用下面的文件 docker build 一个镜像: ```dockerfile FROM metacubex/mihomo:latest RUN cp /usr/share/zoneinfo/Asia/Shanghai...

I'm running vNext(25267.1000), Wireshark works fine with npcap 0.98. here's what I tried: ![图片](https://user-images.githubusercontent.com/7552030/209162509-74082291-6cf3-4be3-b534-ad65a0d23b84.png)

https://github.com/MetaCubeX/mihomo/blob/8ff56b5bb83c5c09d592ca22fb831135cf74efac/transport/vmess/http.go#L69 应该是这里没做错误处理,req 为 nil,导致不合法的 url 使程序 crash

> 还是没有 因为 Ubuntu 特色崩溃收集,你可能需要在 `/var/lib/apport/coredump` 找到对应的转储。