Skip to content

Commit 073fa33

Browse files
committed
Update README_ko.md
1 parent 75d8a59 commit 073fa33

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

README_ko.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -19,40 +19,40 @@
1919

2020
| 인덱스 | 이름 | 난이도 | 연습 |
2121
|----------|------------------------------------------------------------------|----------|--------------------------------------------------------------------------------------------------------------------------------------------------|
22-
| 01 | 📖 🟢 Linux 에서 Vim 및 Nano 로 텍스트 파일 편집하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-edit-text-files-in-linux-with-vim-and-nano-591076'>실습 시작</a> |
23-
| 02 | 📖 🟢 Linux 에서 쉘 환경 및 구성 관리 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-shell-environment-and-configuration-in-linux-590838'>실습 시작</a> |
24-
| 03 | 📖 🟢 Linux 에서 입력 및 출력 리디렉션 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-redirecting-input-and-output-in-linux-590840'>실습 시작</a> |
25-
| 04 | 📖 🟢 useradd, usermod, userdel 을 이용한 Linux 사용자 계정 관리 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-linux-user-accounts-with-useradd-usermod-and-userdel-590837'>실습 시작</a> |
26-
| 05 | 📖 🟢 groupadd, usermod, groupdel 을 이용한 Linux 그룹 관리 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-linux-groups-with-groupadd-usermod-and-groupdel-590836'>실습 시작</a> |
27-
| 06 | 📖 🟢 Linux 파일 시스템 탐색하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-navigate-the-filesystem-in-linux-590971'>실습 시작</a> |
28-
| 07 | 📖 🟢 Linux 에서 파일 및 디렉토리 관리하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-files-and-directories-in-linux-590835'>실습 시작</a> |
29-
| 08 | 📖 🟢 Linux 에서 파일 및 명령 찾기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-find-files-and-commands-in-linux-590834'>실습 시작</a> |
30-
| 09 | 📖 🟢 Linux 에서 grep 으로 텍스트 검색하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-search-text-with-grep-in-linux-590841'>실습 시작</a> |
31-
| 10 | 📖 🟢 Linux 에서 chown 명령으로 디렉터리 소유권 수정하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-modify-directory-ownership-with-chown-in-linux-590847'>실습 시작</a> |
32-
| 11 | 📖 🟢 Linux 에서 파일 및 디렉토리 권한 관리하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-file-and-directory-permissions-in-linux-590844'>실습 시작</a> |
33-
| 12 | 📖 🟢 Linux 에서 특수 권한 및 umask 관리하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/linux-manage-special-permissions-and-umask-in-linux-590846'>실습 시작</a> |
34-
| 13 | 📖 🔵 Linux 파티션 및 파일 시스템 관리 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-linux-partitions-and-filesystems-590845'>실습 시작</a> |
35-
| 14 | 📖 🟢 Linux 에서 tar 를 사용하여 백업 생성 및 복원하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-create-and-restore-a-backup-with-tar-in-linux-590843'>실습 시작</a> |
36-
| 15 | 📖 🔵 Linux 에서 RAID 및 LVM 스토리지 구성하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-configure-raid-and-lvm-storage-in-linux-590842'>실습 시작</a> |
37-
| 16 | 📖 🔵 Linux 프로세스 관리 및 모니터링 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-and-monitor-linux-processes-590864'>실습 시작</a> |
38-
| 17 | 📖 🔵 Linux 에서 at 및 cron 으로 작업 예약하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-schedule-tasks-with-at-and-cron-in-linux-590870'>실습 시작</a> |
39-
| 18 | 📖 🔵 Linux 에서 RPM 을 사용한 패키지 관리 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/rhel-managing-packages-with-rpm-in-linux-590868'>실습 시작</a> |
40-
| 19 | 📖 🔵 Linux 에서 YUM 으로 패키지 쿼리 및 업데이트하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/rhel-query-and-update-packages-with-yum-in-linux-590869'>실습 시작</a> |
41-
| 20 | 📖 🟢 Linux 에서 소스 코드로 소프트웨어 빌드하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-build-software-from-source-code-in-linux-590853'>실습 시작</a> |
42-
| 21 | 📖 🟢 Linux 에서 공유 라이브러리 관리하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-shared-libraries-in-linux-590867'>실습 시작</a> |
43-
| 22 | 📖 🔵 Linux 에서 GRUB2 부팅 메뉴 사용자 정의하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-customize-the-grub2-boot-menu-in-linux-590859'>실습 시작</a> |
44-
| 23 | 📖 🔵 Linux 커널 모듈 관리 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-kernel-modules-in-linux-590865'>실습 시작</a> |
45-
| 24 | 📖 🔵 Linux 에서 하드웨어 장치 탐색하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-explore-hardware-devices-in-linux-590861'>실습 시작</a> |
46-
| 25 | 📖 🔵 SSH 를 사용하여 원격 Linux 서버에 연결하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/linux-connect-to-a-remote-linux-server-using-ssh-590857'>실습 시작</a> |
47-
| 26 | 📖 🟢 Linux 에서 SSH 공개 키 인증 구성하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-configure-ssh-public-key-authentication-in-linux-590855'>실습 시작</a> |
48-
| 27 | 📖 🔵 Linux 에서 웹 트래픽 허용을 위한 firewalld 구성 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-configure-firewalld-to-allow-web-traffic-in-linux-590854'>실습 시작</a> |
49-
| 28 | 📖 🔵 iptables 를 사용하여 Linux 에서 ICMP 트래픽 차단하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-block-icmp-traffic-in-linux-using-iptables-590852'>실습 시작</a> |
50-
| 29 | 📖 🟢 Linux 에서 GPG 로 파일 암호화 및 복호화하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-encrypt-and-decrypt-files-with-gpg-in-linux-590860'>실습 시작</a> |
51-
| 30 | 📖 🔵 Linux 사용자 계정 및 Sudo 권한 설정 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-configure-user-accounts-and-sudo-privileges-in-linux-590856'>실습 시작</a> |
52-
| 31 | 📖 🔵 Linux 에서 Apache SELinux 파일 컨텍스트 관리 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-selinux-file-contexts-for-apache-in-linux-590866'>실습 시작</a> |
53-
| 32 | 📖 🔵 Linux 에서 로컬 Git 저장소 관리하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-a-local-git-repository-in-linux-590863'>실습 시작</a> |
54-
| 33 | 📖 🔵 Linux 에서 스왑 파일 생성 및 활성화하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-create-and-activate-a-swap-file-in-linux-590858'>실습 시작</a> |
55-
| 34 | 📖 🔵 VirtualBox 에 CentOS 7 Linux VM 설치하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-install-a-centos-7-linux-vm-in-virtualbox-590862'>실습 시작</a> |
22+
| 01 | 📖 🆓 Linux 에서 Vim 및 Nano 로 텍스트 파일 편집하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-edit-text-files-in-linux-with-vim-and-nano-591076'>실습 시작</a> |
23+
| 02 | 📖 🆓 Linux 에서 쉘 환경 및 구성 관리 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-shell-environment-and-configuration-in-linux-590838'>실습 시작</a> |
24+
| 03 | 📖 🆓 Linux 에서 입력 및 출력 리디렉션 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-redirecting-input-and-output-in-linux-590840'>실습 시작</a> |
25+
| 04 | 📖 🆓 useradd, usermod, userdel 을 이용한 Linux 사용자 계정 관리 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-linux-user-accounts-with-useradd-usermod-and-userdel-590837'>실습 시작</a> |
26+
| 05 | 📖 🆓 groupadd, usermod, groupdel 을 이용한 Linux 그룹 관리 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-linux-groups-with-groupadd-usermod-and-groupdel-590836'>실습 시작</a> |
27+
| 06 | 📖 🆓 Linux 파일 시스템 탐색하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-navigate-the-filesystem-in-linux-590971'>실습 시작</a> |
28+
| 07 | 📖 🆓 Linux 에서 파일 및 디렉토리 관리하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-files-and-directories-in-linux-590835'>실습 시작</a> |
29+
| 08 | 📖 Linux 에서 파일 및 명령 찾기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-find-files-and-commands-in-linux-590834'>실습 시작</a> |
30+
| 09 | 📖 Linux 에서 grep 으로 텍스트 검색하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-search-text-with-grep-in-linux-590841'>실습 시작</a> |
31+
| 10 | 📖 Linux 에서 chown 명령으로 디렉터리 소유권 수정하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-modify-directory-ownership-with-chown-in-linux-590847'>실습 시작</a> |
32+
| 11 | 📖 Linux 에서 파일 및 디렉토리 권한 관리하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-file-and-directory-permissions-in-linux-590844'>실습 시작</a> |
33+
| 12 | 📖 Linux 에서 특수 권한 및 umask 관리하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/linux-manage-special-permissions-and-umask-in-linux-590846'>실습 시작</a> |
34+
| 13 | 📖 Linux 파티션 및 파일 시스템 관리 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-linux-partitions-and-filesystems-590845'>실습 시작</a> |
35+
| 14 | 📖 Linux 에서 tar 를 사용하여 백업 생성 및 복원하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-create-and-restore-a-backup-with-tar-in-linux-590843'>실습 시작</a> |
36+
| 15 | 📖 Linux 에서 RAID 및 LVM 스토리지 구성하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-configure-raid-and-lvm-storage-in-linux-590842'>실습 시작</a> |
37+
| 16 | 📖 Linux 프로세스 관리 및 모니터링 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-and-monitor-linux-processes-590864'>실습 시작</a> |
38+
| 17 | 📖 Linux 에서 at 및 cron 으로 작업 예약하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-schedule-tasks-with-at-and-cron-in-linux-590870'>실습 시작</a> |
39+
| 18 | 📖 Linux 에서 RPM 을 사용한 패키지 관리 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/rhel-managing-packages-with-rpm-in-linux-590868'>실습 시작</a> |
40+
| 19 | 📖 Linux 에서 YUM 으로 패키지 쿼리 및 업데이트하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/rhel-query-and-update-packages-with-yum-in-linux-590869'>실습 시작</a> |
41+
| 20 | 📖 Linux 에서 소스 코드로 소프트웨어 빌드하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-build-software-from-source-code-in-linux-590853'>실습 시작</a> |
42+
| 21 | 📖 Linux 에서 공유 라이브러리 관리하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-shared-libraries-in-linux-590867'>실습 시작</a> |
43+
| 22 | 📖 Linux 에서 GRUB2 부팅 메뉴 사용자 정의하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-customize-the-grub2-boot-menu-in-linux-590859'>실습 시작</a> |
44+
| 23 | 📖 Linux 커널 모듈 관리 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-kernel-modules-in-linux-590865'>실습 시작</a> |
45+
| 24 | 📖 Linux 에서 하드웨어 장치 탐색하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-explore-hardware-devices-in-linux-590861'>실습 시작</a> |
46+
| 25 | 📖 SSH 를 사용하여 원격 Linux 서버에 연결하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/linux-connect-to-a-remote-linux-server-using-ssh-590857'>실습 시작</a> |
47+
| 26 | 📖 Linux 에서 SSH 공개 키 인증 구성하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-configure-ssh-public-key-authentication-in-linux-590855'>실습 시작</a> |
48+
| 27 | 📖 Linux 에서 웹 트래픽 허용을 위한 firewalld 구성 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-configure-firewalld-to-allow-web-traffic-in-linux-590854'>실습 시작</a> |
49+
| 28 | 📖 iptables 를 사용하여 Linux 에서 ICMP 트래픽 차단하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-block-icmp-traffic-in-linux-using-iptables-590852'>실습 시작</a> |
50+
| 29 | 📖 Linux 에서 GPG 로 파일 암호화 및 복호화하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-encrypt-and-decrypt-files-with-gpg-in-linux-590860'>실습 시작</a> |
51+
| 30 | 📖 Linux 사용자 계정 및 Sudo 권한 설정 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-configure-user-accounts-and-sudo-privileges-in-linux-590856'>실습 시작</a> |
52+
| 31 | 📖 Linux 에서 Apache SELinux 파일 컨텍스트 관리 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-selinux-file-contexts-for-apache-in-linux-590866'>실습 시작</a> |
53+
| 32 | 📖 Linux 에서 로컬 Git 저장소 관리하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-manage-a-local-git-repository-in-linux-590863'>실습 시작</a> |
54+
| 33 | 📖 Linux 에서 스왑 파일 생성 및 활성화하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-create-and-activate-a-swap-file-in-linux-590858'>실습 시작</a> |
55+
| 34 | 📖 VirtualBox 에 CentOS 7 Linux VM 설치하기 | 초급 | <a target='_blank' href='https://labex.io/ko/tutorials/comptia-install-a-centos-7-linux-vm-in-virtualbox-590862'>실습 시작</a> |
5656

5757
## 환경
5858

0 commit comments

Comments
 (0)