关于 Prebuilt VPN 与 cgproxy 打架的这件事
由于众所周知的原因,咱24/7挂着代理。因为linux有太多应用不看http_proxy变量,咱一直开着 cgproxy 来代理全机流量,一直都没有问题直到咱需要使用学校网络而尝试连接学校VPN。咕咕了好久之后,咱终于下定决心处理它。
由于众所周知的原因,咱24/7挂着代理。因为linux有太多应用不看http_proxy变量,咱一直开着 cgproxy 来代理全机流量,一直都没有问题直到咱需要使用学校网络而尝试连接学校VPN。咕咕了好久之后,咱终于下定决心处理它。
Traditionally, Brother printers' drivers are divided with cupswrapper and lpr. The Arch-Wiki gives the solution on how to package them. But there's some printers, e.g. DCP-B7500D and HL-L2350DW, have a combined driver with different file tree. This article is to record how I package.
一般来说,Brother的打印机驱动分成了 cupswraper 和 lpr 两个独立的驱动。Arch-Wiki已经给出了怎么打包这样的驱动的教程,但是有一些新机器的驱动,比如 DCP-B7500D 和 HL-L2350DW , 是混合在一起的新版驱动包。在这里咱记录下如何打包。
Bitwarden是一个免费、自由且开源的的密码管理器,服务端也完全开源,可以自己搭建。 本文将咱自建bitwarden的过程记录下来。
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment