Add Linux basics mindmap

This commit is contained in:
user
2026-05-12 13:09:36 +09:00
parent 2c46c020e5
commit a0e8ae2adc
10 changed files with 719 additions and 8 deletions

25
imgs/linux_overview.svg Normal file
View File

@@ -0,0 +1,25 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="760" viewBox="0 0 1200 760" role="img" aria-labelledby="title desc">
<title id="title">Linux overview learning map</title>
<desc id="desc">Linux basics organized around shell commands, files, permissions, processes, packages, and networking.</desc>
<rect width="1200" height="760" fill="#f5f9ff"/>
<rect x="70" y="70" width="1060" height="620" rx="28" fill="#ffffff" stroke="#b8c9df" stroke-width="4"/>
<text x="110" y="150" font-family="Segoe UI, Arial, sans-serif" font-size="54" font-weight="800" fill="#12345b">Linux 기초 개념</text>
<text x="110" y="205" font-family="Segoe UI, Arial, sans-serif" font-size="26" fill="#526173">명령어, 파일 시스템, 권한, 프로세스, 패키지, 네트워크를 한 흐름으로 봅니다.</text>
<g font-family="Segoe UI, Arial, sans-serif" font-size="26" font-weight="800" fill="#12345b">
<rect x="110" y="285" width="265" height="120" rx="18" fill="#e8f1ff" stroke="#9ab8dc"/>
<text x="140" y="350">Shell</text>
<text x="140" y="382" font-size="18" font-weight="600" fill="#526173">명령 실행과 조합</text>
<rect x="465" y="285" width="265" height="120" rx="18" fill="#ecfdf5" stroke="#91cbb2"/>
<text x="495" y="350">Filesystem</text>
<text x="495" y="382" font-size="18" font-weight="600" fill="#526173">경로와 저장 위치</text>
<rect x="820" y="285" width="265" height="120" rx="18" fill="#fff7ed" stroke="#e0b07a"/>
<text x="850" y="350">Permission</text>
<text x="850" y="382" font-size="18" font-weight="600" fill="#526173">사용자와 접근 제어</text>
<rect x="290" y="500" width="265" height="120" rx="18" fill="#f4f0ff" stroke="#b7a6e8"/>
<text x="320" y="565">Process</text>
<text x="320" y="597" font-size="18" font-weight="600" fill="#526173">실행 중인 작업</text>
<rect x="645" y="500" width="265" height="120" rx="18" fill="#ecfeff" stroke="#8acdd5"/>
<text x="675" y="565">Package &amp; Network</text>
<text x="675" y="597" font-size="18" font-weight="600" fill="#526173">설치, 통신, 원격 접속</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB