sbilly

Results 20 comments of sbilly

始终没发现什么情况下会触发 selector = 6 的情况。

It occurs when zsocket send or recived a packet bigger than MTU. https://en.wikipedia.org/wiki/TCP_segmentation_offloading

I have meet the `zeroconf.NonUniqueNameException` issue (https://github.com/home-assistant/home-assistant/issues/17181). In my case it caused by name conflicts. I add `cache-entries-max=0` to `avahi-daemon.conf` , and restart avahi-daemon, everything just work. Please check this:...

Chrome Remote Desktop 看视频有声音吗?

Yes. But I think that won't work without your credential.

自定义了 API URL 没有生效,同样的配置在 chathub 中可以正常使用

> I use GL-USB150 (https://www.gl-inet.com/products/gl-usb150/) microrouter for similar (portability) use case. You mean that you can keep the key in the microrouter even the computer was compromised?

This works for me. thx to @sureshkvl ```shell sudo apt-get install libssl-dev libsasl2-dev liblz4-dev ``` vi controller/src/analytics/SConscript Modify as below: ```python if sys.platform != 'darwin': AnalyticsEnv.Prepend(LINKFLAGS = ['-Wl,--whole-archive', '-lbase', '-lcpuinfo',...

有其他使用容器部署的服务,但这些服务平实只需要 4 核 4 G 就工作得很好。部署了 bili-sync 之后出现了 内存+CPU 全部打满的现象。我把虚拟机内存升级到了 8G ,发现还是出现一样的问题。

ppt 什么的在 github repo 都有呀