Ang Li
Ang Li
Otherwise there will be massive amount of logs of the driver put into **dmesg**, it impacts the performance quite a lot. Here is the patch: ``` patch --- autoconf.h 2015-06-17...
比如,readme里提到ctrl+caps+H是后退一个单词。作为一个10多年的vim用户希望能把键位设置的尽可能跟vim相似,如caps+B是后退一个单词,caps+W是前进一个单词,caps+Y是复制,caps+P是粘贴等等。 但是并没有文档可供参考
Prior to 3.0.0, the **qmake** build script had the ability to create the app bundle, while the **cmake** script didn't included the clauses for doing the same - as of...
笔记本 WiFi链接IP: **192.168.101.201** 手机 WiFI链接IP: **192.168.101.202** 笔记本和手机通过USB Tethering链接, 笔记本 USB Tethering:**192.168.42.130** 手机 USB Tethering:**192.168.42.129** 手机端fqrouter开启HTTP proxy,显示**192.168.101.202**:_2516_, 但是我的笔记本端想通过USB Tethering来链接fqrouter代理, 请问如何实现? ``` [ leon: ~ ] 2512 $ nmap -p 2516 192.168.101.202...
I imported a customized yaml configuration file, which has proxies, ruleSets and configGroups sections, through the URL method. After I made some tweaks and updates, I re-import the file but...
### 问题描述 我自己编写了pcf文件成功导入app,pcf文件里profile的默认路由是PROXY,但导入后在app里显示的是DIRECT。而且我手动改回默认PROXY,点对勾后再回去查看,依然是DIRECT,我只能删掉导入的profile,在app里重建profile,才能用PROXY作默认。请问这是个案还是BUG? 另外,提个建议。希望在导入pcf时能提供个提示让用户可以覆盖名字相同的已有配置。这样在修改pcf后重新导入时不用还得先一条条把原来的rule和profile先删干净。 谢谢 ### Potatso 版本 2.9.0.228 ### 设备及系统版本 iOS 11.3.1
Steps, ``` go version ``` > go version go1.17.2 darwin/amd64 ``` git clone https://github.com/shadowsocks/v2ray-plugin.git cd v2ray-plugin go build -v -ldflags -s ./v2ray-plugin --help ``` > panic: qtls.CertificateRequestInfo doesn't match >...
As far as I remember, 802.11r doesn't require all APs operating on the same channel, neither do they need to share the same BSSID, in fact different APs should occupy...
For example, the following command which reads the pbzx stream from stdin ```sh tar zxOf Xcode.xip Content | pbzx -n - | cpio -i ``` will result > failed to...
`add_file` is not keeping files' original datetime. I quickly checked the source code, it looks like they are all using time.time(), instead of the mtime of the added file.