# 網管 - Linux 指令 ([自己查](https://google.com/)) - CURD (`touch`, `mkdir`, `cp`, `mv`, `rm`) - `cd`, `pwd`, `ls` - `ssh` - `ping` - `nslookup` - `ip r`, `ip a` (涉及網路基本知識) - `grep`, `cat`, `nano` - `curl`, `wget` - pipeline, redirect - Package manager - 權限管理 (chmod) - 網路基本知識 - IP、Private IP / Public IP (請自己上網學習) - CIDR、Gateway (影片 1 會講解) - 網段概念 (影片 1 會講解) - Route (影片 2 會講解) - DNS - 原理、服務內容 - `A`、`CNAME`、`DNAME` 等等的 Record - Google ### Exercise ##### Linux Zerotier 加入 `83048a0632bbcc67`, ssh 至 `10.147.18.162` 在 `/snmg` 內新增一個自己學號的資料夾 (以下 `{STUID}` 代指學號) 將 `/snmg/copy` 內的內容 複製到 `/snmg/{STUID}` 內 在 `/snmg/{STUID}/myid.txt` 內填入自己的學號 刪除 `/snmg/{STUID}/DELETE_ME.txt` 找出這台 Linux 的 kernel version 並用 redirect (`tee` 也可以) 存至 `/snmg/{STUID}/kernel.txt`