读书
本周在读的书.
Tip
学习人脉扩展,具体参考PDF
硅谷钢铁侠 (豆瓣) 时间管理在学习 变量2 (豆瓣)
prometheus持续学习 思维的认知提升和改变 Overview of all pages with the tag #prometheus - OpsNotes随思录
1. https://medium.com/swlh/kubernetes-configmap-confuguration-and-reload-strategy-9f8a286f3a44
硅谷钢铁侠 (豆瓣) 时间管理在学习
可以查看《津巴多时间观念》笔记
prometheus技巧在学习
A DevOps Periodic Table of Critical Alert Monitoring System Integrations
https://itnext.io/kubernetes-monitoring-with-prometheus-in-15-minutes-8e54d1de2e13
刻意练习 (豆瓣) 硅谷钢铁侠 (豆瓣) 请停止无效努力 (豆瓣) 已读完
可以查看《如何使用正确的方法快入进阶》笔记
学会在hexo中插入PDF文档
1. 安装hexo-pdf插件
npm install --save hexo-pdf
2. 在source目录下面和_posts同级的目录创建pdf目录把pdf文件放在里面
/Users/Learning/Learning materials/opsnotes/source
mkdir pdf
3. 在文章中引用
<br>
{% pdf /pdf/停止无效努力读书笔记.pdf %}
<br>
1. 看了2篇英文文档
可以查看《如何使用正确的方法快入进阶》笔记
MAC下面微信无法截图问题
解决catalina系统中微信或其他APP截图无法正常使用
1. 选择Security&privacy
2. 在隐私你们旋转,screen recording,选择wechat.重新登录就好.
1. 看了2篇英文文档
Distributed Systems: When you should build them, and how to scale. A step-by-step guide.
https://medium.com/notbinary/the-twelve-factor-container-8d1edc2a49d4
Algorithm 链接: https://leetcode-cn.com/problems/add-two-numbers
[SuperUser] How to expand * on Bash command line
我是在Linux命令行上误操作时,发现通配符被自动扩展出来,于是通过搜索,找到了该“隐藏”的功能键:
输入命令ls *后,按键: + x + *,可以看到该目录下的文件列表,被扩展出来,可以继续进行编辑。
而在过去,我通常都需要手工对ls命令的结果进行选择和拷贝。
分享一篇CSDN上的技术文章: