ARTS第四周

ARTS第四周(2020年1月6日~2020年1月12日)

读书

本周在读的书.

硅谷钢铁侠 (豆瓣) 时间管理在学习

读书笔记

可以查看《津巴多时间观念》笔记

津巴多时间观念

Tip

prometheus技巧在学习

Category: prometheus

Share

A DevOps Periodic Table of Critical Alert Monitoring System Integrations

https://itnext.io/kubernetes-monitoring-with-prometheus-in-15-minutes-8e54d1de2e13

ARTS第三周

ARTS第三周(2019年12月30日~2020年1月5日)

读书

本周在读书.

刻意练习 (豆瓣) 硅谷钢铁侠 (豆瓣) 请停止无效努力 (豆瓣) 已读完

读书笔记

可以查看《如何使用正确的方法快入进阶》笔记

停止无效努力读书笔记

Tip

学会在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>

Share

1. 看了2篇英文文档

The Twelve-Factor Container - Notbinary - Medium

Kubernetes ConfigMap Configuration and Reload Strategy

ARTS第二周

ARTS第二周(2019年12月23日~29日)

读书

本周在读书.

刻意练习 (豆瓣)

请停止无效努力 (豆瓣)

读书笔记

可以查看《如何使用正确的方法快入进阶》笔记

停止无效努力读书笔记

Tip

MAC下面微信无法截图问题
解决catalina系统中微信或其他APP截图无法正常使用
1. 选择Security&privacy
2. 在隐私你们旋转,screen recording,选择wechat.重新登录就好.

Share

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

ARTS第一周

ARTS第一周(2019年12月16日~22日)

Algorithm

Algorithm 链接: https://leetcode-cn.com/problems/add-two-numbers

Tip

[SuperUser] How to expand * on Bash command line

我是在Linux命令行上误操作时,发现通配符被自动扩展出来,于是通过搜索,找到了该“隐藏”的功能键:

输入命令ls *后,按键: + x + *,可以看到该目录下的文件列表,被扩展出来,可以继续进行编辑。

而在过去,我通常都需要手工对ls命令的结果进行选择和拷贝。

Share

分享一篇CSDN上的技术文章: