摘要:
intro c++11 introduces a lot of interesting features including atomic. Thinking about it, you may find std::atomic is actually a machine-dependent fea 阅读全文
摘要:
intro If you inspect the structure of vcpkg in your local file system, you may notice that the source code of the package is located in a directory li 阅读全文
摘要:
intro Recently I encouter a scenario where I would like to switch between two branch frequently, I wonder if there is a fast switch like bash's cd - c 阅读全文
摘要:
intro When using a VPN, I want it to automatically handle all system-wide traffic, rather than just acting as an HTTP proxy. How does OpenVPN achieve 阅读全文
摘要:
intro Openvpn server acts as a proxy for multiple clients. An intuitive deduction is that it will maintain a <protocol, src ip, dst ip, src port, dst 阅读全文
摘要:
intro There are mainly two ways to clone a repo from github: over HTTPS and ssh. A subtle difference can be noticed that the ssh address is not availa 阅读全文
摘要:
intro vim中编辑一个文件时,如果文件在vim外被修改,那么vim会提示: W11: Warning: File "tsecer.md" has changed since editing started See ":help W11" for more info. [O]K, (L)oad 阅读全文