- My GitHub:https://github.com/cyy8/notes
- golang: https://go.dev/tour/basics/1
- 中文技术文档的写作规范
- Hyphen vs. Dash – – — What’s the Difference?
- Kubernetes Contributor Cheat Sheet
- Your First Contribution
- 泛读《Go语言 从入门到项目实战》 2h
- 中式英语之鉴
- Chapter 4 流程控制语法 *冒泡排序
- Chapter 5 函数 *函数调用、闭包及以后
- Chapter 6 结构体 *方法与接收者
- 泛读《Go语言 从入门到项目实战》 2.5h
Chapter 1-3,目前读下来可理解85%左右,新手友好,正文里稍微有不懂的地方后面会有注释解释,比之前的 Head first Go 清晰易懂
- 中式英语之鉴 1.5h
- Linux基金会了解
- k8s文档学习
- 周一图书馆闭馆,在家休息;看k8s文档考古
- 《每天5分钟玩转Kubernetes》 2.5h
- Open Source Technical Documentation Essentials (LFC111) 1h
- Focus on the user viewpoint
- Present the information that specific types of users need to perform specific tasks
- Balance the factual information that users need to perform tasks with the conceptual information they need to understand when and how to perform those tasks
Each document and each section in each document should make clear:
- Who is the intended audience for the information
- What background they are expected to have
- Where they can go to get that background
- How to expect the to use the information
- 《每天5分钟玩转Kubernetes》 3h
- Workload Management in K8s 1h
- 《中式英语之鉴 》3h
- k8s文档学习 2h
https://kubernetes.io/docs/concepts/overview/working-with-objects/#kubernetes-objects
https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
20240808 学习 IT 技术的第20天,开始了解 K8s 的第一天,浏览了官方文档,并提了一个小小的PR。
这也是我第一次提交 Pull Request 啊,第一次给开源社区做贡献!
Welcome @cyy8!
It looks like this is your first PR to kubernetes/website 🎉.
…
Thank you, and welcome to Kubernetes.
《Kubernetes 快速入门(第2版)》
- Linux 《Linux Shell 脚本攻略(第3版)》2.5h
- 《《中式英语之鉴 》2h
-
《中式英语之鉴 》2.5h
- Part One - Unnecessary Nouns and Verbs
-
Go
- 函数或方法多个返回值 没太看懂
- Linux Working with Files & Text Processing 2.5h
- Go 1h
阿里云 Aliyun 4h
Vim/Vi 编辑器 2h
给产品经理讲技术 2h Linux 3h ( - File permissions)
Head First Go语言程序设计 (见golang.md)
- Chapter 5
- Chapter 6 HTTP 首部
- Chapter 7 HTTPS
- Chapter 10 - 前端知识?有点跳 (本书结束)
Markdown学习 (2h)
how to read this book:skip chapter 5、8、9、11,skim chapter 6
how to read this book:focus on chapter 1;skim the rest (skip the charts and pictures,try to understand concepts)
(本书Chapter1内容结束)
how to read this book:
- chapter 6 网络管理 ifconfig dns ping(见0727)
- chapter 7 进程管理(整章)
每天5分钟玩转docker
read Chapter 2、3、4;the rest not now
Roadmap
curl -> http -> dns -> tcp/ip 网络
《计算机网络》 谢希仁
《UNIX/LINUX/OS X中的Shell编程》 人民邮电出版社
Linux 脚本学习(自学版)
UNIX/LINUX/OS X中的Shell编程》 人民邮电出版社 开始学习
Linux 脚本学习(自学版)
Linux Shell脚本学习
Linux 系统命令及Shell脚本实践指南
Linux实操篇 实用指令 pbpaste and pipe
# This will copy all the content within a file.
$ cat myfile.txt | pbcopy
# This will output the contents of your clipboard.
$ pbpaste
| called pipe 从前到后
pbpaste | grep xxx
grep xxx -r .
ctrl + v stop
cd g/notes
code .
Learn Linux
-
git status; git add .; git commit -m "$(date "+%Y-%m-%d %T")"; git push
-
command+j open terminal
day 1 practice git
https://www.runoob.com/linux/linux-system-contents.html
https://www.runoob.com/linux/linux-file-attr-permission.html