Richard Yu
Richard Yu
@updateing 确认了,把 rjv3_should_fill_dhcp_prop 改成 `return TRUE` 就能看的正确的 IP 地址。 https://github.com/updateing/minieap/blob/bf4f1b4fec68621365301d6b2f61361319372ff3/packet_plugin/rjv3/packet_plugin_rjv3_priv.c#L335-L338
@updateing 你是指把 dhcp_type 改成 DHCP_BEFORE_AUTH 吗?这似乎是服务器的限制。稍后我用新版本确认一下吧。
@updateing 大概是破案了。配置文件里面写 `dhcp-type=3` ,认证成功了…… 只需要认证一次,服务器会正常返回计费通知。
You can try PyTorch with AMD ROCm backend. However ROCm requires Linux, Windows is not supported. https://pytorch.org/get-started/locally/ https://docs.amd.com/
I wonder how macOS deal with such issue. Is there a "print permission", or apps are allowed to print without confirm?
I don't know. I suggest you ask author of [YtFlow](https://github.com/YtFlow/YtFlowApp): @bdbai. He is experienced on this.
You could try modify the buffer returned by [`GetCommandLineA`](https://learn.microsoft.com/en-us/windows/win32/api/processenv/nf-processenv-getcommandlinea) and [`GetCommandLineW`](https://learn.microsoft.com/en-us/windows/win32/api/processenv/nf-processenv-getcommandlinew). Doing so can't change process name, but can change process command line. And it's visible in Task Manager and...
My motherboard is MSI B75A-G43. GPU-Z says above 4G decode is disabled and I found "Above 4G" in step 1 but nothing in step 4. Is this mean there's is...
ns1.com scripts for update A (IPv4 address) and SRV (port) record. Requires OpenWrt's jshn (`/usr/share/libubox/jshn.sh`), used to format JSON string. https://gist.github.com/ysc3839/2c629d69f5fc3541a3f1900a23681f0c Docs about SRV record: https://www.cloudflare.com/learning/dns/dns-records/dns-srv-record/ https://en.wikipedia.org/wiki/SRV_record
@cwbsw 看上去使用这种方案可以让防火墙配置跟随 natmap 服务?重启系统是不是可以自动清除?有相关文档吗?