- 주민등록번호
- 여권상 영문 이름
- 본인 명의 휴대전화 번호
- 본인 명의 급여 계좌
- 개인 이메일 주소
- 실거주 주소지
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo mount -t cifs "//100.0.0.0/zoom/zoom" "./zoom-nas" -o username="hyunbinseo",password="pw",file_mode=0777,dir_mode=0777 | |
| cd zoom-nas | |
| find ./2024-* -type f -name "*.mp4" | grep -E "_as|avo|gallery|gvo_" | while read -r file; do rm -v "$file"; done | |
| cd .. | |
| sudo umount ./zoom-nas |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $packages = @( | |
| '9P1XD8ZQJ7JD', # fre:ac | |
| 'AdGuard.AdGuard', | |
| 'AdrienAllard.FileConverter', | |
| 'astral-sh.uv', | |
| 'Balena.Etcher', | |
| 'Bitwarden.Bitwarden', | |
| 'ch.LosslessCut', | |
| 'ClockworkMod.UniversalADBDriver', | |
| 'Dropbox.Dropbox', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "[csv]": { | |
| "files.encoding": "utf8bom" | |
| }, | |
| "[markdown]": { | |
| "editor.fontFamily": "'엘리스 디지털코딩체 ver.H', 'Elice DigitalCoding OTF', monospace", | |
| "prettier.tabWidth": 2, | |
| "prettier.useTabs": false | |
| }, | |
| "[svelte]": { |