Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kugarocks committed Oct 17, 2024
1 parent cd35a7f commit b0313d3
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/zh-cn/cloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "README"
description: ""
summary: ""
date: 2024-10-15T22:00:00+08:00
lastmod: 2024-10-15T22:00:00+08:00
weight: 100
---
3 changes: 3 additions & 0 deletions content/zh-cn/cloud/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "云原生"
---
8 changes: 8 additions & 0 deletions content/zh-cn/linux/appendix/term-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,11 @@ MySQL replica parts are not identical and they can't be randomly addressed.
```txt {frame="none" text-wrap="wrap"}
MySQL replica parts need their own identity and can not be interchangeable just like with deployment.
```

## clustering

杂乱或混乱。

```txt {frame="none" text-wrap="wrap"}
We use $XDG_DATA_HOME(X Desktop Group, XDG) to avoid cluttering the user's home directory.
```
15 changes: 15 additions & 0 deletions content/zh-cn/tech/dev-env/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,18 @@ Download [.kubectl\_aliases](https://raw.githubusercontent.com/ahmetb/kubectl-al
# Print the full command before running it
function kubectl() { echo "+ kubectl $@">&2; command kubectl $@; }
```

## Others

### jq

{{< link-card
title="jq"
description="A lightweight and flexible command-line JSON processor."
href="https://github.com/jqlang/jq"
target="_blank"
>}}
```bash {frame="none"}
brew install jq
```

0 comments on commit b0313d3

Please sign in to comment.