|
|
@@ -26,10 +26,16 @@ draft: false
|
|
|
- [三十分钟学会SED](https://github.com/mylxsw/growing-up/blob/master/doc/%E4%B8%89%E5%8D%81%E5%88%86%E9%92%9F%E5%AD%A6%E4%BC%9ASED.md)
|
|
|
- [三十分钟学会AWK](https://github.com/mylxsw/growing-up/blob/master/doc/%E4%B8%89%E5%8D%81%E5%88%86%E9%92%9F%E5%AD%A6%E4%BC%9AAWK.md)
|
|
|
- [跟我一起写Makefile](https://seisman.github.io/how-to-write-makefile/index.html)
|
|
|
+- [tmux getting started](https://pragmaticpineapple.com/gentle-guide-to-get-started-with-tmux/)
|
|
|
|
|
|
- [C语言实现一个数据库](https://cstack.github.io/db_tutorial/)
|
|
|
- [Daryl's TCP/IP Primer](https://www.ipprimer.com/#/)
|
|
|
- [自己动手写编译器(TinyC)](https://pandolia.net/tinyc/index.html)
|
|
|
- [Go 语言设计和实现](https://www.bookstack.cn/read/draveness-golang/cd9337bf6625a2e8.md)
|
|
|
|
|
|
-- [英文书籍](http://index-of.co.uk/)
|
|
|
+- [英文书籍](http://index-of.co.uk/)
|
|
|
+- [计算机体系结构基础](https://foxsen.github.io/archbase/)
|
|
|
+- [Paul Graham's Essays, Kindle version](https://github.com/evmn/Paul-Graham)
|
|
|
+> Paul Graham 是 YC 创始人,本项目抓取其 blog, 汇聚成一本 Kindle。稍微看了几段,写的非常好。
|
|
|
+- [Understanding AWK](https://earthly.dev/blog/awk-examples/)
|
|
|
+- [Linux coreutils 教程](https://learnbyexample.github.io/cli_text_processing_coreutils/preface.html)
|