Skip to content

Commit

Permalink
Merge pull request #9 from NAVERON/dev-docs
Browse files Browse the repository at this point in the history
mermaid learning
  • Loading branch information
NAVERON committed Sep 19, 2023
2 parents 3f6a819 + c239e0b commit fc3756b
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 40 deletions.
24 changes: 23 additions & 1 deletion docs/hardware/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ parent: hardware
linux
{: .label}

# linux command
tools
{: .label .label-yellow}

markdown
{: .label .label-green}

# linux basic

## linux command

- `uname -a` 内核操作系统cpu信息
- `cat /proc/cpuinfo` cpu 信息
Expand All @@ -17,6 +25,20 @@ linux
- `ip addr` 查看网络接口属性, 类似于`ifconfig`
- `cat /proc/meminfo` 内存信息

# linux tools

## asciinema

> 一个可以录制命令行执行命令的文本记录器, 一般演示命令输入和执行过程可以使用
- 官网 : [https://asciinema.org/ ](https://asciinema.org/)
- 安装 : `sudo pip3 install asciinema` pip 或者 apt install asciinema 安装

```shell
asciinema rec|play|cat|upload|auth file.cast
# 其中rec录制 play重放 auth 绑定线上帐号 upload上床并声称一个线上链接
```




Expand Down
2 changes: 1 addition & 1 deletion docs/hardware/raspberrypi.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: raspberrypi
title: raspberry pi
layout: post
parent: hardware
---
Expand Down
4 changes: 2 additions & 2 deletions docs/hardware/vpn.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: vpn/clash
title: vpn clash
layout: post
parent: hardware
---

vpn
{: .label}
{: .label .label-red}

# ssr dog

Expand Down
4 changes: 3 additions & 1 deletion docs/learning/http.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: httpie
title: http related
layout: post
parent: learning
---
Expand Down Expand Up @@ -65,5 +65,7 @@ fi
```
- ...

# https&https



10 changes: 2 additions & 8 deletions docs/learning/learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ layout: about
has_children: true
---

git
{: .label}

http
{: .label}

spring
{: .label}
future
{: .label .label-green}

20 changes: 20 additions & 0 deletions docs/learning/mermaid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: mermaid
layout: post
parent: learning
---

mermaid
{: .label}

# mermaid

> [https://mermaid.js.org/](https://mermaid.js.org/)
## demos






24 changes: 0 additions & 24 deletions docs/learning/tools.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/summary.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: eron's resume
layout: home
layout: default
---

resume
Expand Down
6 changes: 4 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ layout: home

一个属于自己的天地

玉龙视觉效果工作室 (**玉龙视效工作室**)
ERON VISUAL STUDIO (**EVS**)
{: .important-title }
> 玉龙视觉效果工作室 (**玉龙视效工作室**)
>
> [ERON VISUAL STUDIO (**EVS**)](https://github.com/NAVERON){: .btn .btn-green }
## 关于

Expand Down

0 comments on commit fc3756b

Please sign in to comment.