Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix :toc and add author github link #19

Merged
merged 40 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
be78e4d
wiki update
kpryu6 Jan 10, 2024
4c9560a
Update add-new-disk-on-linux.md
kpryu6 Jan 10, 2024
013022f
Update arista-switch-openflow-setup.md
kpryu6 Jan 10, 2024
7aef79d
Update add-new-disk-on-linux.md
kpryu6 Jan 10, 2024
6e4a2c0
Update arista-switch-openflow-setup.md
kpryu6 Jan 10, 2024
64607f5
Update change-mac-address-of-network-interface.md
kpryu6 Jan 10, 2024
0e97a7d
Update change-permissions-for-wordpress.md
kpryu6 Jan 10, 2024
e82d735
Update change-scaling-mode-of-cpus.md
kpryu6 Jan 10, 2024
bc2e150
Update change-timeout-of-grub.md
kpryu6 Jan 10, 2024
b52d19a
Update clock-skew-detected.md
kpryu6 Jan 10, 2024
e269263
Update configure-apache-access-log.md
kpryu6 Jan 10, 2024
41b408a
Update data-structure.md
kpryu6 Jan 10, 2024
f2fd7a4
Update distributed-systems.md
kpryu6 Jan 10, 2024
6895728
Update graph.md
kpryu6 Jan 10, 2024
22b3562
Update list.md
kpryu6 Jan 10, 2024
44cf53b
Update queue.md
kpryu6 Jan 10, 2024
e79a541
Update stack.md
kpryu6 Jan 10, 2024
024700e
Update tree.md
kpryu6 Jan 10, 2024
3f8c33e
Update architecture.md
kpryu6 Jan 10, 2024
375bf3e
Update communication.md
kpryu6 Jan 10, 2024
110d13a
Update consistency.md
kpryu6 Jan 10, 2024
3204f42
Update coordination.md
kpryu6 Jan 10, 2024
ce94e14
Update fault_tolerance.md
kpryu6 Jan 10, 2024
10a6db2
Update introduction.md
kpryu6 Jan 10, 2024
00ded9f
Update naming.md
kpryu6 Jan 10, 2024
ef4101c
author test
kpryu6 Jan 10, 2024
adc914d
Update graph.md
kpryu6 Jan 10, 2024
659b6a5
Update list.md
kpryu6 Jan 10, 2024
137f200
Update queue.md
kpryu6 Jan 10, 2024
e680788
Update stack.md
kpryu6 Jan 10, 2024
2a4a9dd
Update tree.md
kpryu6 Jan 10, 2024
e1ffca8
Update architecture.md
kpryu6 Jan 10, 2024
cedf169
Update communication.md
kpryu6 Jan 10, 2024
18cf106
Update consistency.md
kpryu6 Jan 10, 2024
3b57266
Update coordination.md
kpryu6 Jan 10, 2024
9f9747c
Update fault_tolerance.md
kpryu6 Jan 10, 2024
b4ca000
Update introduction.md
kpryu6 Jan 10, 2024
dcadbe7
Update naming.md
kpryu6 Jan 10, 2024
f40e1ef
Update distributed-systems.md
kpryu6 Jan 10, 2024
4ca84e9
Update data-structure.md
kpryu6 Jan 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions docs/courses/data-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@ has_children: true
---

# Data Structure

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

## Introduction

- [리스트](https://github.com/boanlab/boanlab.github.io/blob/983f556286b0291107974c2d8fc5c556dc1a5e1d/docs/courses/data-structure/list.md)
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/data-structure/graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Graph

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# 그래프

## 정의
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/data-structure/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# List

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# 리스트

## 리스트
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/data-structure/queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Queue

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# 큐(Queue)

### 정의
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/data-structure/stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Stack

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# 스택

### 정의
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/data-structure/tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Tree

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# 트리

### 정의
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/distributed-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@ has_children: true
---

# Distributed Systems

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

## Introduction

- [Introduction](https://github.com/boanlab/boanlab.github.io/blob/983f556286b0291107974c2d8fc5c556dc1a5e1d/docs/courses/distributed-systems/introduction.md)
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/distributed-systems/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Architecture

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# Architecture

## What is Architecture?
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/distributed-systems/communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Communication

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# Communication

- 분산시스템의 Network Communication Model
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/distributed-systems/consistency.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Consistency and Replication

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# Consistency and Replication

- **Replication (복제)의 목적**
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/distributed-systems/coordination.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Coordination

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# Coordination

### Time coordination
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/distributed-systems/fault_tolerance.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Fault Tolerance

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# Fault Tolerance

### Dependability
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/distributed-systems/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Introduction

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# Introduction

## 분산 시스템이란 무엇인가?
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/distributed-systems/naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,24 @@ grand_parent: Courses
---

# Naming

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

# Naming

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

### Naming 이란?

- Naming (개체 네이밍)이란?
Expand Down
Loading