- 주민등록번호
- 여권상 영문 이름
- 본인 명의 휴대전화 번호
- 본인 명의 급여 계좌
- 개인 이메일 주소
- 실거주 주소지
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
| ./adb devices # C:\Program Files (x86)\ClockworkMod\Universal Adb Driver | |
| ./adb shell settings put system csc_pref_camera_forced_shuttersound_key 0 # disable galaxy shutter sound | |
| pnpm svgo -rf ./ -o ./ # https://github.com/svg/svgo#readme |
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]": { |