1
0

项目:标签重构

This commit is contained in:
周中平 2024-10-14 16:48:38 +08:00
parent 5d2f6b6d05
commit 63c3d9537f
Signed by: zhouzhongping
GPG Key ID: 6666822800008000
417 changed files with 1262 additions and 2272 deletions

62
.obsidian/graph.json vendored
View File

@ -1,22 +1,58 @@
{
"collapse-filter": true,
"collapse-filter": false,
"search": "",
"showTags": true,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": false,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showOrphans": true,
"collapse-color-groups": false,
"colorGroups": [
{
"query": "tag:#FormalSciences/ComputerScience ",
"color": {
"a": 1,
"rgb": 11454440
}
},
{
"query": "tag:#Professional ",
"color": {
"a": 1,
"rgb": 9725885
}
},
{
"query": "tag:#Personal/Blog ",
"color": {
"a": 1,
"rgb": 14149201
}
},
{
"query": "tag:#Personal/Book ",
"color": {
"a": 1,
"rgb": 16374876
}
},
{
"query": "path:Personal/Journal ",
"color": {
"a": 1,
"rgb": 15320170
}
}
],
"collapse-display": false,
"showArrow": false,
"textFadeMultiplier": 2,
"nodeSizeMultiplier": 1.99588853018665,
"lineSizeMultiplier": 1.99235526966848,
"collapse-forces": true,
"centerStrength": 0.50168837433671,
"textFadeMultiplier": -2.5,
"nodeSizeMultiplier": 2.49895833333333,
"lineSizeMultiplier": 1.50364583333333,
"collapse-forces": false,
"centerStrength": 0.5,
"repelStrength": 20,
"linkStrength": 0.75,
"linkDistance": 400,
"scale": 0.09085236301906145,
"linkStrength": 0.716145833333333,
"linkDistance": 500,
"scale": 0.0889892578125,
"close": true
}

View File

@ -105,7 +105,7 @@
"mdCSS": "",
"scriptEngineSettings": {},
"defaultTrayMode": true,
"previousRelease": "2.5.1",
"previousRelease": "2.5.2",
"showReleaseNotes": true,
"showNewVersionNotification": true,
"latexBoilerplate": "\\color{blue}",

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "2.5.1",
"version": "2.5.2",
"minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",

View File

@ -6,11 +6,11 @@
"emojiStyle": "native",
"iconColor": null,
"recentlyUsedIcons": [
"🧑",
"🧰",
"📐",
"📚",
"💼",
"🧑‍💻"
"💼"
],
"recentlyUsedIconsSize": 5,
"rules": [],
@ -35,7 +35,7 @@
},
"Archive": "📦",
"NaturalSciences": "🌍",
"Personal": "🧑‍💻",
"Personal": "🧑",
"SocialSciences": "📚",
"FormalSciences": "📐",
"Obsidian": "🧰",

View File

@ -1,12 +1,16 @@
{
"cookies": [
{
"name": "wr_fp",
"value": "1716399292"
},
{
"name": "wr_gid",
"value": "250277387"
"value": "240591388"
},
{
"name": "wr_skey",
"value": "NjBVzmhm"
"value": "aMTBh1pQ"
},
{
"name": "wr_vid",
@ -14,7 +18,7 @@
},
{
"name": "wr_rt",
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) obsidian/1.6.7 Chrome/124.0.6367.243 Electron/30.1.2 Safa"
"value": "web@F9pw66GvvYx2OyxLGDG_AL"
},
{
"name": "wr_localvid",
@ -38,11 +42,11 @@
"insertAfter": "<!-- start of weread -->",
"insertBefore": "<!-- end of weread -->",
"dailyNotesFormat": "YYYY-MM-DD",
"lastCookieTime": 1724991063246,
"lastCookieTime": 1728889003501,
"isCookieValid": true,
"user": "仲平",
"userVid": "389106381",
"template": "---\ntitle: {{metaData.title}}\ndescription: {{metaData.intro}}\nkeywords:\n - {{metaData.title}}\n - {{metaData.author}}\ntags:\n - 阅读/{{metaData.category}}\nauthor: 仲平\ndate: <% tp.date.now(\"YYYY-MM-DD\") %>\n---\n\n## 简介\n\n- **书名**:《{{metaData.title}}》\n- **作者** {{metaData.author}}\n- **分类** {{metaData.category}}\n- **ISBN**{{metaData.isbn}}\n- **出版社**{{metaData.publisher}}\n\n## 概述\n\n{{metaData.intro}}\n\n## 划线 \n{% for chapter in chapterHighlights %}{% for highlight in chapter.highlights %}{% if not highlight.reviewContent %} \n\n> {{ highlight.markText | trim }}{% endif %}{% endfor %}{% endfor %}\n\n## 笔记\n{% for chapter in bookReview.chapterReviews %}{% if chapter.reviews or chapter.chapterReview %}{% if chapter.chapterReviews %}{% for chapterReview in chapter.chapterReviews %}\n\n💭{{ chapterReview.content }}{% endfor %}{% endif %}{% if chapter.reviews %}{% for review in chapter.reviews %}\n\n> {{ review.abstract | trim }}\n\n💭 {{review.content}}{% endfor %}{% endif %}{% endif %}{% endfor %}\n\n## 书评\n{% if bookReview.bookReviews %}{% for bookReview in bookReview.bookReviews %}\n> ✨{{ bookReview.mdContent }}{% endfor %}{% endif %}\n\n## 点评\n",
"template": "---\ntitle: {{metaData.title}}\ndescription: {{metaData.intro}}\nkeywords:\n - {{metaData.title}}\n - {{metaData.author}}\ntags:\n - Personal/Book\n - Read/{{metaData.category}}\nauthor: 仲平\ndate: <% tp.date.now(\"YYYY-MM-DD\") %>\n---\n\n## 简介\n\n- **书名**:《{{metaData.title}}》\n- **作者** {{metaData.author}}\n- **分类** {{metaData.category}}\n- **ISBN**{{metaData.isbn}}\n- **出版社**{{metaData.publisher}}\n\n## 概述\n\n{{metaData.intro}}\n\n## 划线 \n{% for chapter in chapterHighlights %}{% for highlight in chapter.highlights %}{% if not highlight.reviewContent %} \n\n> {{ highlight.markText | trim }}{% endif %}{% endfor %}{% endfor %}\n\n## 笔记\n{% for chapter in bookReview.chapterReviews %}{% if chapter.reviews or chapter.chapterReview %}{% if chapter.chapterReviews %}{% for chapterReview in chapter.chapterReviews %}\n\n💭{{ chapterReview.content }}{% endfor %}{% endif %}{% if chapter.reviews %}{% for review in chapter.reviews %}\n\n> {{ review.abstract | trim }}\n\n💭 {{review.content}}{% endfor %}{% endif %}{% endif %}{% endfor %}\n\n## 书评\n{% if bookReview.bookReviews %}{% for bookReview in bookReview.bookReviews %}\n> ✨{{ bookReview.mdContent }}{% endfor %}{% endif %}\n\n## 点评\n",
"noteCountLimit": 10,
"subFolderType": "category",
"fileNameType": "BOOK_NAME",

View File

@ -5,8 +5,8 @@ keywords:
- Nginx
- 概述
tags:
- Nginx/概述
- 技术/计算机网络
- FormalSciences/ComputerScience
- ComputerNetwork/WebServers
author: 仲平
date: 2023-12-26
---

View File

@ -5,8 +5,8 @@ keywords:
- Nginx
- 基础配置
tags:
- Nginx/基础配置
- 技术/计算机网络
- FormalSciences/ComputerScience
- ComputerNetwork/WebServers
author: 仲平
date: 2023-12-26
---

View File

@ -5,8 +5,8 @@ keywords:
- Nginx
- 负载均衡
tags:
- Nginx/负载均衡
- 技术/计算机网络
- FormalSciences/ComputerScience
- ComputerNetwork/WebServers
author: 仲平
date: 2024-01-02
---

View File

@ -5,8 +5,8 @@ keywords:
- Nginx
- 内容缓存
tags:
- Nginx/内容缓存
- 技术/计算机网络
- FormalSciences/ComputerScience
- ComputerNetwork/WebServers
author: 仲平
date: 2024-01-03
---

View File

@ -5,8 +5,8 @@ keywords:
- 密码学
- 简明指南
tags:
- 计算机安全/密码学
- 技术/计算机安全
- FormalSciences/ComputerScience
- ComputerSecurity/Overview
author: 7Wate
date: 2023-06-28
---

View File

@ -5,8 +5,8 @@ keywords:
- GnuPG
- 简明指南
tags:
- 计算机安全/信息安全
- 技术/计算机安全
- FormalSciences/ComputerScience
- ComputerSecurity/InformationSecurity
author: 7Wate
date: 2023-06-28
---

View File

@ -5,8 +5,8 @@ keywords:
- 主流权限系统的设计
- 用户安全
tags:
- 计算机安全/用户安全
- 技术/计算机安全
- FormalSciences/ComputerScience
- ComputerSecurity/UserSecurity
author: 7Wate
date: 2023-06-28
---

View File

@ -5,8 +5,8 @@ keywords:
- 一键登录
- APP
tags:
- 计算机安全/用户安全
- 技术/计算机安全
- FormalSciences/ComputerScience
- ComputerSecurity/UserSecurity
author: 7Wate
date: 2022-08-31
---

View File

@ -5,8 +5,8 @@ keywords:
- HTTP
- 鉴权
tags:
- 计算机安全/用户安全
- 技术/计算机安全
- FormalSciences/ComputerScience
- ComputerSecurity/UserSecurity
author: 7Wate
date: 2022-08-31
---

View File

@ -6,8 +6,8 @@ keywords:
- Java
- 鉴权
tags:
- 计算机安全/用户安全
- 技术/计算机安全
- FormalSciences/ComputerScience
- ComputerSecurity/UserSecurity
author: 7Wate
date: 2022-08-31
---

View File

@ -5,8 +5,8 @@ keywords:
- OAuth
- 鉴权
tags:
- 计算机安全/用户安全
- 技术/计算机安全
- FormalSciences/ComputerScience
- ComputerSecurity/UserSecurity
author: 7Wate
date: 2022-08-31
---

View File

@ -6,8 +6,8 @@ keywords:
- Cookie
- 鉴权
tags:
- 计算机安全/用户安全
- 技术/计算机安全
- FormalSciences/ComputerScience
- ComputerSecurity/UserSecurity
author: 7Wate
date: 2022-08-31
---

View File

@ -5,8 +5,8 @@ keywords:
- Token
- 鉴权
tags:
- 计算机安全/用户安全
- 技术/计算机安全
- FormalSciences/ComputerScience
- ComputerSecurity/UserSecurity
author: 7Wate
date: 2022-08-31
---

View File

@ -5,8 +5,8 @@ keywords:
- 扫码登录
- 二维码
tags:
- 计算机安全/用户安全
- 技术/计算机安全
- FormalSciences/ComputerScience
- ComputerSecurity/UserSecurity
author: 7Wate
date: 2022-08-31
---

View File

@ -6,8 +6,8 @@ keywords:
- SSO
- Single Sign On
tags:
- 计算机安全/用户安全
- 技术/计算机安全
- FormalSciences/ComputerScience
- ComputerSecurity/UserSecurity
author: 7Wate
date: 2022-08-31
---

View File

@ -5,8 +5,8 @@ keywords:
- 联合登录
- 信任登录
tags:
- 计算机安全/用户安全
- 技术/计算机安全
- FormalSciences/ComputerScience
- ComputerSecurity/UserSecurity
author: 7Wate
date: 2022-08-31
---

View File

@ -4,8 +4,8 @@ description: 网络端口大全
keywords:
- 网络端口
tags:
- 计算机安全/系统安全
- 技术/计算机安全
- FormalSciences/ComputerScience
- ComputerSecurity/SystemSecurity
author: 7Wate
date: 2023-06-28
---

View File

@ -5,8 +5,8 @@ keywords:
- OpenSSH
- 简介
tags:
- 计算机安全/网络安全
- 技术/计算机安全
- FormalSciences/ComputerScience
- ComputerSecurity/NetworkSecurity
author: 7Wate
date: 2023-06-26
---

View File

@ -5,8 +5,8 @@ keywords:
- OpenSSH
- 使用方法
tags:
- 计算机安全/网络安全
- 技术/计算机安全
- FormalSciences/ComputerScience
- ComputerSecurity/NetworkSecurity
author: 7Wate
date: 2023-06-26
---

View File

@ -5,8 +5,8 @@ keywords:
- OpenSSL
- 简明指南
tags:
- 计算机安全/网络安全
- 技术/计算机安全
- FormalSciences/ComputerScience
- ComputerSecurity/NetworkSecurity
author: 7Wate
date: 2023-06-28
---

View File

@ -10,8 +10,8 @@ keywords:
- 硬盘
- 固态硬盘
tags:
- 技术/计算机存储
- 计算机存储/基础
- FormalSciences/ComputerScience
- ComputerStorage/StorageBasics
author: 仲平
date: 2024-07-25
---

View File

@ -10,8 +10,8 @@ keywords:
- RAID
- 长江存储
tags:
- 技术/计算机存储
- 计算机存储/基础
- FormalSciences/ComputerScience
- ComputerStorage/StorageHardware
author: 仲平
date: 2024-07-25
---

View File

@ -10,8 +10,8 @@ keywords:
- HCI
- 云存储
tags:
- 技术/计算机存储
- 计算机存储/基础
- FormalSciences/ComputerScience
- ComputerStorage/StorageArchitecture
author: 仲平
date: 2024-07-25
---

View File

@ -4,7 +4,8 @@ description: 描述
keywords:
- 关键字
tags:
- 标签
- FormalSciences/ComputerScience
- COmputerStorage/FileSystems
author: 仲平
date: 2024-07-29
---

View File

@ -1,13 +1,13 @@
---
title: 数据库概述
title: 1.1-数据库概述
description: 数据库基础理论概述
keywords:
- 数据库
- 基础理论
- 概述
tags:
- 技术/数据库
- 数据库系统
- FormalSciences/ComputerScience
- DatabaseSystem/Overview
author: 7Wate
date: 2023-08-17
---

View File

@ -1,11 +1,11 @@
---
title: 关系型数据库
title: 1.2-关系型数据库
description: 关系型数据库概述
keywords:
- 关系型数据库
tags:
- 数据库系统/关系型数据库
- 技术/数据库
- FormalSciences/ComputerScience
- DatabaseSystem/Overview
author: 7Wate
date: 2023-08-17
---

View File

@ -1,11 +1,11 @@
---
title: 非关系型数据库
title: 1.3-非关系型数据库
description: 非关系型数据库
keywords:
- 非关系型数据库
tags:
- 技术/数据库
- 数据库系统/非关系型数据库
- FormalSciences/ComputerScience
- DatabaseSystem/Overview
author: 7Wate
date: 2023-08-17
---

View File

@ -5,8 +5,8 @@ keywords:
- SQL
- 基础语法
tags:
- 数据库系统/SQL
- 技术/数据库
- FormalSciences/ComputerScience
- DatabaseSystem/SQLLanguage
author: 7Wate
date: 2023-08-18
---

View File

@ -1,12 +1,12 @@
---
title: 简介
title: 3.1-简介
description: Postgresql 简介
keywords:
- Postgresql
- 简介
tags:
- 数据库系统/PostgreSQL
- 技术/数据库
- FormalSciences/ComputerScience
- DatabaseSystem/PostgreSQL
author: 7Wate
date: 2023-09-11
---

View File

@ -1,12 +1,12 @@
---
title: 安装配置
title: 3.2-安装配置
description: Postgresql 安装配置
keywords:
- Postgresql
- 安装配置
tags:
- 数据库系统/PostgreSQL
- 技术/数据库
- FormalSciences/ComputerScience
- DatabaseSystem/PostgreSQL
author: 7Wate
date: 2023-09-20
---

View File

@ -5,8 +5,8 @@ keywords:
- Postgresql
- 基本概念
tags:
- 数据库系统/PostgreSQL
- 技术/数据库
- FormalSciences/ComputerScience
- DatabaseSystem/PostgreSQL
author: 7Wate
date: 2023-09-21
---

View File

@ -3,8 +3,8 @@ id: 如何向开源社区提问
title: 如何向开源社区提问
data: 2022年5月30日
tags:
- 社区/开源
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/OpenSource
---
使用软件产品,或多或少都会遇到问题。对于商业产品,我们可以咨询客服寻求帮助。对于公司自己研发的产品,我们可以直接请教专家同事。但对于开源软件,在遇到问题时,如何才能及时有效地寻求帮助呢?

View File

@ -3,8 +3,8 @@ id: 如何有效报告 BUG
title: 如何有效报告 BUG
data: 2022年5月30日
tags:
- 社区/开源
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/OpenSource
---
作者Simon Tatham 专业的自由软件程序员

View File

@ -3,8 +3,8 @@ id: 开源指北
title: 开源指北
data: 2022年5月30日
tags:
- 社区/开源
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/OpenSource
---
一份给开源新手的保姆级开源百科,由 Gitee 开发维护。

View File

@ -3,8 +3,8 @@ id: 提问的智慧
title: 提问的智慧
data: 2022年7月26日
tags:
- 社区/开源
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/OpenSource
---
## How To Ask Questions The Smart Way

View File

@ -5,8 +5,9 @@ keywords:
- Git
- 起步
tags:
- Git/入门
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/VersionControl
- Git/Basics
author: 7Wate
date: 2022-09-13
---

View File

@ -5,8 +5,9 @@ keywords:
- Git
- 基础
tags:
- Git/入门
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/VersionControl
- Git/Basics
author: 7Wate
date: 2022-09-13
---

View File

@ -5,8 +5,9 @@ keywords:
- Git
- 分支
tags:
- Git/入门
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/VersionControl
- Git/Basics
author: 7Wate
date: 2022-09-13
---

View File

@ -5,10 +5,11 @@ keywords:
- Git
- 协议
tags:
- Git/入门
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/VersionControl
- Git/Basics
author: 7Wate
data: 2022年9月13日
date: 2024-10-14
---
到目前为止,你应该已经有办法使用 Git 来完成日常工作。 然而,为了使用 Git 协作功能,你还需要有远程的 Git 仓库。 尽管在技术上你可以从个人仓库进行推送push和拉取pull来修改内容但不鼓励使用这种方法因为一不留心就很容易弄混其他人的进度。 此外,你希望你的合作者们即使在你的电脑未联机时亦能存取仓库 — 拥有一个更可靠的公用仓库十分有用。 因此,与他人合作的最佳方法即是建立一个你与合作者们都有权利访问,且可从那里推送和拉取资料的共用仓库。

View File

@ -5,8 +5,9 @@ keywords:
- Git
- 常用命令
tags:
- Git/进阶
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/VersionControl
- Git/Advanced
author: 7Wate
date: 2022-09-13
---

View File

@ -5,8 +5,9 @@ keywords:
- Git
- 技巧
tags:
- Git/进阶
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/VersionControl
- Git/Advanced
author: 7Wate
date: 2022-09-13
---

View File

@ -5,8 +5,9 @@ keywords:
- Git
- 参考手册
tags:
- Git/进阶
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/VersionControl
- Git/Advanced
author: 7Wate
date: 2022-09-13
---

View File

@ -5,8 +5,9 @@ keywords:
- Git
- 工作流
tags:
- Git/进阶
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/VersionControl
- Git/Advanced
author: 7Wate
date: 2022-09-13
---

View File

@ -6,8 +6,9 @@ keywords:
- Hook
- 钩子
tags:
- Git/进阶
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/VersionControl
- Git/Advanced
author: 7Wate
date: 2022-09-13
---

View File

@ -5,8 +5,9 @@ keywords:
- Git
- LFS
tags:
- Git/进阶
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/VersionControl
- Git/Advanced
author: 7Wate
date: 2022-11-16
---

View File

@ -5,8 +5,9 @@ keywords:
- Git
- 思维导图
tags:
- Git/进阶
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/VersionControl
- Git/Advanced
author: 7Wate
date: 2022-11-06
---

View File

@ -5,7 +5,8 @@ keywords:
- PowerShell
- 入门
tags:
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/CommandLineTools
- PowerShell
author: 仲平
date: 2024-06-05

View File

@ -5,7 +5,8 @@ keywords:
- PowerShell
- 进阶
tags:
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/CommandLineTools
- PowerShell
author: 仲平
date: 2024-06-05

View File

@ -5,7 +5,8 @@ keywords:
- PowerShell
- 高级
tags:
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/CommandLineTools
- PowerShell
author: 仲平
date: 2024-06-05

View File

@ -5,8 +5,9 @@ keywords:
- Shell
- 简介
tags:
- FormalSciences/ComputerScience
- GettingStarted/CommandLineTools
- Shell
- 技术/入门
author: 7Wate
date: 2022-11-16
---

View File

@ -6,8 +6,9 @@ keywords:
- 命令行操作
- Shell
tags:
- Linux/基础
- 技术/操作系统
- FormalSciences/ComputerScience
- GettingStarted/CommandLineTools
- Shell
author: 7Wate
date: 2023-03-22
---

View File

@ -5,8 +5,9 @@ keywords:
- Shell
- 必备锦囊
tags:
- FormalSciences/ComputerScience
- GettingStarted/CommandLineTools
- Shell
- 技术/入门
author: 7Wate
date: 2022-12-04
---

View File

@ -9,8 +9,9 @@ keywords:
- 模式
- 文本编辑
tags:
- FormalSciences/ComputerScience
- GettingStarted/CommandLineTools
- Vim
- 技术/入门
author: 7Wate
date: 2024-08-08
---

View File

@ -1,5 +1,5 @@
---
title: VIM 配置管理
title: Vim 配置管理
description: 介绍 Vim 配置文件 vimrc 的管理,包括不同操作系统下的 vimrc 文件位置、基本结构、示例配置及插件管理。
keywords:
- Vim
@ -9,7 +9,8 @@ keywords:
- Vundle
- vim-plug
tags:
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/CommandLineTools
- Vim
author: 仲平
date: 2024-08-08

View File

@ -9,7 +9,8 @@ keywords:
- VimScript
- 自动化
tags:
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/CommandLineTools
- Vim
author: 仲平
date: 2024-08-08

View File

@ -5,7 +5,8 @@ keywords:
- Vim
- 实用技巧
tags:
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/CommandLineTools
- Vim
author: 仲平
date: 2024-08-08

View File

@ -6,8 +6,9 @@ keywords:
- 参考手册
- 命令
tags:
- FormalSciences/ComputerScience
- GettingStarted/CommandLineTools
- Vim
- 技术/入门
author: 7Wate
date: 2024-08-08
---

View File

@ -5,8 +5,9 @@ keywords:
- Vim
- 帮助文档
tags:
- FormalSciences/ComputerScience
- GettingStarted/CommandLineTools
- Vim
- 技术/入门
author: 7Wate
date: 2024-08-08
---

View File

@ -4,7 +4,8 @@ description: 正则表达式基础入门
keywords:
- 正则表达式
tags:
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/Other
author: 仲平
date: 2024-05-13
---

View File

@ -11,7 +11,8 @@ keywords:
- CSON
- JSON
tags:
- 技术/入门
- FormalSciences/ComputerScience
- GettingStarted/Other
author: 仲平
date: 2024-05-10
---

View File

@ -6,9 +6,8 @@ keywords:
- 自动化运维
- DevOps
tags:
- 技术/操作系统
- 自动化/Linux
- Linux/安装
- FormalSciences/ComputerScience
- OperatingSystem/Automation
author: 仲平
date: 2024-05-15
---

View File

@ -5,9 +5,8 @@ keywords:
- Cloud-init
- 自动化配置
tags:
- 技术/操作系统
- 自动化/Linux
- Linux/安装
- FormalSciences/ComputerScience
- OperatingSystem/Automation
author: 仲平
date: 2024-06-13
---

View File

@ -6,9 +6,8 @@ keywords:
- 自动化部署
- 网络启动
tags:
- Linux/安装
- 技术/操作系统
- 自动化/Linux
- FormalSciences/ComputerScience
- OperatingSystem/Automation
author: 仲平
date: 2024-04-02
---

View File

@ -1,12 +1,12 @@
---
title: 简介
title: 1.1-简介
description: Docker 的基础简介
keywords:
- Docker
- 简介
tags:
- Docker/基础
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Docker
author: 仲平
date: 2024-02-20
---

View File

@ -1,12 +1,12 @@
---
title: 基础概念
title: 1.2-基础概念
description: Docker 的基础概念
keywords:
- Docker
- 基础概念
tags:
- Docker/基础
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Docker
author: 仲平
date: 2024-02-20
---

View File

@ -1,12 +1,12 @@
---
title: 安装配置
title: 1.3-安装配置
description: Docker 的安装配置
keywords:
- Docker
- 安装配置
tags:
- Docker/基础
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Docker
author: 仲平
date: 2024-02-20
---

View File

@ -5,8 +5,8 @@ keywords:
- Docker
- 使用
tags:
- Docker/进阶
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Docker
author: 仲平
date: 2024-02-28
---

View File

@ -5,8 +5,8 @@ keywords:
- Docker
- Dockerfile
tags:
- Docker/进阶
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Docker
author: 仲平
date: 2024-02-28
---

View File

@ -4,8 +4,8 @@ description: Docker Compose
keywords:
- Docker Compose
tags:
- Docker/进阶
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Docker
author: 仲平
date: 2024-03-01
---

View File

@ -5,8 +5,8 @@ keywords:
- Docker
- 网络
tags:
- Docker/高级
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Docker
author: 仲平
date: 2024-03-05
---

View File

@ -5,8 +5,8 @@ keywords:
- Docker
- 存储
tags:
- Docker/高级
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Docker
author: 仲平
date: 2024-03-05
---

View File

@ -5,8 +5,8 @@ keywords:
- Docker
- 命令手册
tags:
- Docker/高级
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Docker
author: 仲平
date: 2024-03-06
---

View File

@ -1,13 +1,13 @@
---
title: 开源软件的概念与重要性
title: 开源概念
description: 开源软件的概念与重要性
keywords:
- 开源
- 概念
- 重要性
tags:
- Linux/文化
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 7Wate
date: 2023-03-15
---

View File

@ -1,14 +1,14 @@
---
title: GNU&Linux 历史与发展
description: GNU&Linux 历史与发展
title: 1.2-GNU&Linux 历史
description: GNU&Linux 历史
keywords:
- GNU
- Linux
- 历史
- 发展
tags:
- Linux/文化
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 7Wate
date: 2023-03-15
---

View File

@ -1,5 +1,5 @@
---
title: GNU&Linux 社区与文化
title: 1.3-GNU&Linux 文化
description: GNU&Linux 社区与文化
keywords:
- GNU
@ -7,8 +7,8 @@ keywords:
- 社区
- 文化
tags:
- Linux/文化
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 7Wate
date: 2023-06-21
---

View File

@ -7,8 +7,8 @@ keywords:
- 一致性
- 定制化
tags:
- 技术/操作系统
- Linux/安装
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 仲平
date: 2024-06-14
---

View File

@ -6,8 +6,8 @@ keywords:
- 安装
- 配置
tags:
- Linux/安装
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 7Wate
date: 2024-03-22
---

View File

@ -6,8 +6,8 @@ keywords:
- ArchLinux
- 手动安装
tags:
- 技术/操作系统
- Linux/安装
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 仲平
date: 2024-09-02
---

View File

@ -8,8 +8,8 @@ keywords:
- 内核参数
- 错误恢复
tags:
- 技术/操作系统
- Linux/安装
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 仲平
date: 2024-08-26
---

View File

@ -12,8 +12,8 @@ keywords:
- 重装
- 排查
tags:
- 技术/操作系统
- Linux/安装
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 仲平
date: 2024-08-27
---

View File

@ -5,8 +5,8 @@ keywords:
- Linux
- 源代码编译
tags:
- Linux/高级
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 7Wate
date: 2023-09-09
---

View File

@ -5,8 +5,8 @@ keywords:
- Linux
- 文件管理
tags:
- Linux/基础
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 7Wate
date: 2023-03-30
---

View File

@ -7,8 +7,8 @@ keywords:
- 配置信息
- 用户环境
tags:
- 技术/操作系统
- Linux/基础
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 仲平
date: 2024-09-04
---

View File

@ -5,8 +5,8 @@ keywords:
- Linux
- 包管理器
tags:
- Linux/基础
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 仲平
date: 2024-03-26
---

View File

@ -6,8 +6,8 @@ keywords:
- 用户
- 权限
tags:
- Linux/基础
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 7Wate
date: 2023-03-30
---

View File

@ -6,9 +6,9 @@ keywords:
- 命令行操作
- Shell
tags:
- FormalSciences/ComputerScience
- OperatingSystem/Linux
- Shell
- Linux/基础
- 技术/入门
author: 7Wate
date: 2023-03-22
---

View File

@ -5,8 +5,8 @@ keywords:
- Linux
- 系统管理
tags:
- Linux/系统管理
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 7Wate
date: 2023-06-30
---

View File

@ -10,8 +10,8 @@ keywords:
- 性能调优
- 安全管理
tags:
- Linux/系统管理
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 仲平
date: 2024-04-10
---

View File

@ -7,8 +7,8 @@ keywords:
- SysV
- systemd
tags:
- Linux/系统管理
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 仲平
date: 2024-04-12
---

View File

@ -5,8 +5,8 @@ keywords:
- Linux
- 日志管理
tags:
- Linux/系统管理
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 仲平
date: 2024-03-20
---

View File

@ -5,8 +5,8 @@ keywords:
- 系统配置
- 用户管理
tags:
- Linux/系统管理
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 仲平
date: 2024-03-26
---

View File

@ -6,8 +6,8 @@ keywords:
- 配置
- 管理
tags:
- Linux/进阶
- 技术/操作系统
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 7Wate
date: 2023-04-10
---

View File

@ -7,8 +7,8 @@ keywords:
- 磁盘
- 文件系统
tags:
- 技术/操作系统
- Linux/存储管理
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 7Wate
date: 2023-04-10
---

View File

@ -8,8 +8,8 @@ keywords:
- 模拟工作负载
- 基准测试
tags:
- 技术/操作系统
- Linux/存储管理
- FormalSciences/ComputerScience
- OperatingSystem/Linux
author: 仲平
date: 2024-09-10
---

Some files were not shown because too many files have changed in this diff Show More