Files
web_mindmap/imgs/linux_network_packages.svg

25 lines
2.0 KiB
XML
Raw Normal View History

2026-05-12 13:09:36 +09:00
<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 packages and networking</title>
<desc id="desc">Linux package management and networking tools including apt, dnf, ping, ss, curl, ssh, and firewall.</desc>
<rect width="1200" height="760" fill="#f5f9ff"/>
<text x="90" y="120" font-family="Segoe UI, Arial, sans-serif" font-size="50" font-weight="800" fill="#12345b">패키지와 네트워크</text>
<text x="90" y="170" font-family="Segoe UI, Arial, sans-serif" font-size="24" fill="#526173">필요한 도구를 설치하고, 네트워크 상태를 확인하고, 원격 서버에 안전하게 접속합니다.</text>
<g font-family="Segoe UI, Arial, sans-serif" font-weight="800">
<rect x="120" y="260" width="270" height="120" rx="20" fill="#e8f1ff"/>
<text x="155" y="325" font-size="30" fill="#12345b">apt / dnf</text>
<text x="155" y="355" font-size="19" fill="#526173">패키지 설치와 업데이트</text>
<rect x="465" y="260" width="270" height="120" rx="20" fill="#ecfdf5"/>
<text x="500" y="325" font-size="30" fill="#12345b">ping / ss</text>
<text x="500" y="355" font-size="19" fill="#526173">연결과 포트 확인</text>
<rect x="810" y="260" width="270" height="120" rx="20" fill="#fff7ed"/>
<text x="845" y="325" font-size="30" fill="#12345b">curl / wget</text>
<text x="845" y="355" font-size="19" fill="#526173">HTTP 요청과 다운로드</text>
<rect x="300" y="470" width="270" height="120" rx="20" fill="#f4f0ff"/>
<text x="335" y="535" font-size="30" fill="#12345b">ssh</text>
<text x="335" y="565" font-size="19" fill="#526173">원격 셸 접속</text>
<rect x="645" y="470" width="270" height="120" rx="20" fill="#ecfeff"/>
<text x="680" y="535" font-size="30" fill="#12345b">ufw / firewall</text>
<text x="680" y="565" font-size="19" fill="#526173">접근 허용과 차단</text>
</g>
</svg>