Skip to content

Commit

Permalink
Add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
shfshanyue committed Oct 27, 2019
1 parent a887bed commit d0d70c3
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: ansible 自动化运维指南
keywords: linux,ansible,自动化运维,ansible安装
desription: 使用 ansible 可以进行批量配置,批量安装软件,省了一大部分繁琐的重复工作,提高了管理服务器的效率。本章介绍如何使用 ansible 的安装以及关于 ansible 的基本功能。建议拥有云服务器的同学都可以学习一下 ansible
date: 2019-10-23 22:00
tags:
- devops
- linux

---

Expand Down
4 changes: 4 additions & 0 deletions ansible-problem.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
title: 带着问题学习 ansible
tags:
- devops
- linux

---

# ansible 中的细节问题
Expand Down
2 changes: 2 additions & 0 deletions init.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: 服务器登录配置
date: 2019-10-10 23:00
keywords: 云服务器登录,ssh-config,ssh免密登录,ssh及服务器登录配置,ssh禁止密码登录
description: 当刚拥有服务器后,首先需要登录服务器,本节主要有以下三个实践操作:快速登录,免密登录,禁用密码。
tags:
- linux

---

Expand Down
2 changes: 2 additions & 0 deletions jq.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ keywords: jq,json命令行工具,jq examples,json格式化工具
description: "jq 是一款命令行的 json 处理工具。类似于 lodash 一样,它可以对 json 做各种各样的处理,如 pick,get,filter,sort,map"
date: 2019-10-24 08:00
sidebarDepth: 3
tags:
- linux

---

Expand Down
3 changes: 3 additions & 0 deletions linux-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ keywords: linux cput,linux memory,linux process,linux监控
description: 自开始负责生产环境部署,中间遇到了若干线上环境内存以及CPU的问题。由于微服务以及容器的流行,现在已经可以很方便的使用 K8s + prometheus + grafana + alert 的方式进行监控,这足以覆盖大部分场景。
date: 2019-07-05 16:03
hot: 6
tags:
- linux
- devops

---

Expand Down
2 changes: 2 additions & 0 deletions linux-sed.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ keywords: sed examples,mac中的sed,sed删除文件,sed替换文件
description: sed 是一个用来筛选与转换文本内容的工具。一般用来批量替换,删除某行文件。如果想在 mac 中使用 sed,请使用 gsed 代替,不然会被坑
date: 2019-10-18 22:00
sidebarDepth: 3
tags:
- linux

---

Expand Down
2 changes: 2 additions & 0 deletions ssh-setting.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: ssh public key 与 git 的配置
date: 2019-10-11 23:00
keywords: ssh-keygen,permission denied (publickey),git clone 的配置,ssh -T
description: ssh keygen 生成非对称加密中的 public-key 与 private-key,并把 publick-key 扔到 github 上。与上篇文章配置服务器免登陆一样的步骤。
tags:
- linux

---

Expand Down
2 changes: 2 additions & 0 deletions system-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: linux 基础信息查看以及相关命令
keywords: 服务器系统信息,平均负载,系统监控,linux内存与CPU,linux版本,centos版本
description: "关于云服务器系统的基础信息一般在购买时就有标明,至于一些资源的使用在云服务器服务商的控制台上也有相应的监控,如果你对监控有更细致化的需求,采用 node exporter + cadvisor + prometheus + grafana 也可以做地更为精细。但是最重要的是: 你要了解哪些指标,以及它们如何在服务器上用命令敲出来"
date: 2019-10-02 14:00
tags:
- linux

---

Expand Down
2 changes: 2 additions & 0 deletions tmux-setting.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ keywords: linux,tmux,ansible,centos中安装tmux,linux多窗口管理,终端复
description: tmux 是一个终端复用器,这也是它命名的由来 t(terminal) mux(multiplexer),你可以在一个屏幕上管理多个终端!
date: 2019-10-23 20:00
sidebarDepth: 3
tags:
- linux

---

Expand Down
2 changes: 2 additions & 0 deletions vim-setting.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ keywords: vim,linux,vim插件,vim前端,vim常用快捷键,vim高级技巧,vim
description: 当你有一个服务器,或者运维若干服务器时,没有什么比不够熟练 vim 更让人难受和窝心的事情了。而在各种编辑器中 vim 模式也大受欢迎。因此,学习 vim 是很有必要的。
date: 2019-10-12 23:00
sidebarDepth: 3
tags:
- linux

---

Expand Down
1 change: 1 addition & 0 deletions when-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ categories:
- 运维
tags:
- devops
- linux
hot: 10

---
Expand Down

0 comments on commit d0d70c3

Please sign in to comment.