일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- readony
- saltkey
- Wordpress
- AWS시험
- 격파르타 후기
- 남궁성
- [sqld] 자격증 합격
- 고객지원실
- 격파르타 합격후기
- 쿠버네티스
- SQL개발자
- 지하철분실
- 항해솔직후기
- Java의정석
- ARIadminer
- 객체지향의사실과오해
- java
- 항해플러스백엔드
- 지하철분실물
- AWS
- 자바의정석
- authenticator
- AWS Certified Cloud Practitioner
- 항해플러스후기
- Your session has been terminated
- 항해99
- 격파르타 장점
- Foundational
- 항해플러스
- sqld
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