Nintendo Switch!!!!


浏览器有DNS漏洞,果然毫无违和感~自带中文字体好评!(不是日文汉字哦,真正的原生中文字体)
Read more »

解决Windows 10将Linux USB Ethernet/RNDIS Gadget识别为串口的问题

Windows 10默认将VID_0525/PID_A4A2(Linux CDC ECM)的设备,例如开了OTG模式的Raspberry Pi Zero,识别为串口。但是Serial Gadget(Linux CDC ACM)的识别符应该是VID_0525/PID_A4A7(或者VID_0525/PID_A4AA,如果你使用的是CHIP OS 4.4)。我在尝试使用其他驱动的时候,Windows并不让我选择网络适配器的驱动。最后经过一番寻找,这个Acer签署的驱动可以使Windows将设备识别为网络适配器并正常工作。有了这个就可以直接安装了,不需要自签或者关闭签名检查再安装Linux Devteam提供的驱动。如果上述链接出现错误,那么请尝试用老版本的Internet Explorer下载(木哈哈)。

For devices such as Raspberry Pi Zero that enables OTG gadgets, Windows will recognise devices with VID_0525/PID_A4A2 (Linux CDC ECM) as a serial device. But the actual serial gadget (Linux CDC ACM) device is supposed to use VID_0525/PID_A4A2 instead (or VID_0525/PID_A4AA, if you are using a CHIP OS 4.4 device). When I tried to change the driver of the device, Windows refused to allow me go through the network adaptor drivers but limit the search to only serial devices. After some googling, this driver signed by Acer is able to override the device to the proper category (aka an Ethernet adaptor) so you can simply install instead of self-sign/disable signature check for a Linux Devteam driver. If the above link shows error then you may try download with older version of Internet Explorer (since Windows Update Catalog only works with Internet Explorer, what a strange setting).

Paragon ExtFS for Windows 导致电脑无法睡眠

无论是以前的XPS12还是新买的ThinkPad X260,竟然都遇到了插电的情况下要执行两次睡眠指令(包括合盖、按电源键以及开始菜单点击Sleep,任意组合两次)才能真正进入睡眠状态的问题(不插电的情况下不影响)。经过各种蛋疼的排查,终于揪出Paragon ExtFS for Windows这个罪魁祸首,鼓掌撒花o(∩_∩)o

I met this issue (both on my Windows 8.1 XPS12 and Windows 7 ThinkPad X260) that I have to run sleep command twice (whether I close the lid, push the power button or run sleep in Start Menu) to get the laptop to sleep when laptop is connected to power source. After some tedious search and experiment I finally figure out that Paragon ExtFS for Windows's driver is causing this problem. Simply get rid of the software to resolve this sleep issue.

解决Postfix中转至Gmail时提示没有加密的问题

以前给某个域名设置邮件中转以后从来没关心过加密的问题,一直以为TLS默认是开启的。直到今天看到Gmail里提示邮件转发过来的时候对方服务器未请求加密才惊出一身冷汗。原来Debian的Postfix发件时默认不强制开启TLS。 Read more »

解决 Apple Watch watchOS 2 应用打开时崩溃的问题

Apple Watch的watch OS 2带来了新的原生应用,可以一定限度地脱机运行,并且一些应用(如Tweetbot, MacID, 支付宝等)已经开始分发原生应用了。但是一部分Apple Watch(比如我的)在升级watch OS 2后一打开原生应用就会崩溃,而原先的联机应用不受影响。 Read more »