Forwarded from sailRss_bot
Private Feed for Sailfishc
88250 starred zu1k/xray-crack
88250 starred zu1k/xray-crack
GitHub
zu1k/xray-crack
xray社区高级版证书生成,仅供学习研究,正常使用请支持正版. Contribute to zu1k/xray-crack development by creating an account on GitHub.
Forwarded from Hacker News (yahnc_bot)
Forwarded from Hacker News (yahnc_bot)
Why do we use the Linux kernel's TCP stack? (2016) https://jvns.ca/blog/2016/06/30/why-do-we-use-the-linux-kernels-tcp-stack/
Julia Evans
Why do we use the Linux kernel's TCP stack?
I’m at PolyConf in Poland today, and I watched this super interesting talk by Leandro Pereira about Lwan, an ~8000 line of code web server. He talked about a bunch of the optimizations they’d done (improve CPU cache performance! be really careful about locking!).…
Docker unit test: how to test a Dockerfile (Guide 2020) - DEV
https://dev.to/gasparev/docker-unit-test-how-to-test-a-dockerfile-guide-2020-435d
https://dev.to/gasparev/docker-unit-test-how-to-test-a-dockerfile-guide-2020-435d
DEV Community
Docker unit test: how to test a Dockerfile (Guide 2020)
You know you should test everything... Don't you? Well, writing unit test for Docker should be part...