일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 지하철분실물
- Wordpress
- 도커
- 항해99
- sqld
- AWS
- Foundational
- 항해솔직후기
- 지하철분실
- kubernetes
- readony
- saltkey
- git
- AWS시험
- 쿠버네티스
- disabled
- 고객지원실
- SQL개발자
- 자바의정석
- Java의정석
- ARIadminer
- 항해플러스백엔드
- 보안인증서
- authenticator
- 남궁성
- 항해플러스
- docker
- 항해플러스후기
- AWS Certified Cloud Practitioner
- Your session has been terminated
Archives
- Today
- Total
목록Develop/개발관련 (7)
WorkaHolic
PORT
System(well-known) Port 0 ~ 1023 FTP / 21SSH / 22Telnet / 23SMTP / 25DNS / 53Gopher / 70Finger / 79HTTP / 80POP3 / 110RPC / 111IMAP / 143IMAPv3 / 220SSL/TLS (HTTPS) / 443 User(Registered) Port 1024 ~ 49151 Tomcat / 8080Oracle / 1521MySQL / 3306MS_SQL / 1433RDP(Remote Desktop) / 3389 Private(Dynamic) Port 49152 ~ 65535 해당 포트를 사용하는 프로그램 확인lsof -i TCP:해당 포트 번호 httpd 80/443sshd 22 startrestartstop
Develop/개발관련
2019. 4. 16. 15:58
File Transfer
FTP( File Transfer Protocol ) / 21SFTP( Secure File transfer protocol ) / 22ㄴ FileZilla ( 컴퓨터 간 파일 전송 ) Secure FTP ( FTP/SSH ) FTPS ( FTP-SSL/TLS ) Explicit/ Implicit Telnet( Telecommunications Network ) / 23SSH( Secure Shell ) / 22ㄴ Terminal ( 원격 컴퓨터 로그인 연결 )
Develop/개발관련
2019. 4. 16. 15:41