HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📝
남득윤 학습 저장소
/
🪟
콘솔 커맨드
🪟

콘솔 커맨드

태그
Windows
 
Window Taskkill
netstat -ano | findstr :<PORT> taskkill /PID <PID> /F
 
 
라우팅 경로 확인
C:\Users\1>tracert www.naver.com 최대 30홉 이상의 www.naver.com.nheos.com [223.130.195.200](으)로 가는 경로 추적: 1 3 ms 1 ms 1 ms 192.168.0.1 2 4 ms 2 ms 2 ms 192.168.55.1 3 * * * 요청 시간이 만료되었습니다. 4 * * * 요청 시간이 만료되었습니다. 5 * * * 요청 시간이 만료되었습니다. 6 * * * 요청 시간이 만료되었습니다. 7 * * * 요청 시간이 만료되었습니다. 8 * * * 요청 시간이 만료되었습니다. 9 * * * 요청 시간이 만료되었습니다. 10 * * * 요청 시간이 만료되었습니다. 11

 
Linux
타임존 수정
notion image
 
콘솔 출력 수정
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]deukyun\[\033[01;30m\]@\033[01;33m\][\t]\[\033[01;34m\][\h]\[\033[00m\]:\[\033[01;35m\]\w\[\033[00m\]\$ '
notion image
 
Amazon Linux Java 11 설치
sudo yum install java-11-amazon-corretto.x86_64
notion image
 
Amazon Linux nginx 설치
notion image
 
nginx 설정
notion image
 
notion image
80 → 8080
 

Amazon Linux docker 설치
notion image
notion image
 
notion image
notion image
notion image
 
notion image
 
notion image
notion image
notion image
java-11-amazon-corretto.x86_64
 

notion image
 
notion image
 
H2
notion image