Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- server
- Google Refund
- OverTheWire
- Git
- spread 연산자
- docker
- unity
- Unity Editor
- Packet Network
- Unity IAP
- java
- mongoDB
- css framework
- MySQL
- Camera Movement
- Google Developer API
- draganddrop
- Digital Ocean
- rpg server
- nodejs
- SDK upgrade
- Spring Boot
- react
- express
- screencapture
- --watch
- Camera Zoom
- critical rendering path
- springboot
- linux
Archives
- Today
- Total
목록OverTheWire (2)
우당탕탕 개발일지
[Linux] OverTheWire Lv11~ Lv20
다른문제들은 아래 링크 [Linux] OverTheWire Lv0 ~ Lv10 https://overthewire.org/wargames/bandit/bandit0.html journal-devchop.tistory.com [Linux] OverTheWire Lv21~ Lv34 Lv20 journal-devchop.tistory.com lv11. tr 명령어에 대한 문제이다. 아스키에서 a의 13번째 위 문자는 n이다 문자 a-z 를 n-z,a-m 으로 변경하는 명령어는 다음과 같다. cat data.txt | tr '[a-z]' '[n-za-m]' ##대문자도 적용하려면 cat data.txt | tr '[a-z]' '[n-za-m]' | tr '[A-Z]' '[N-ZA-M]' ## 간단하게 줄이면 아..
ETC
2024. 3. 19. 17:28