티스토리 뷰
728x90
리눅스
sudo lsof -i -P -n | grep LISTEN
sudo netstat -tulpn | grep LISTEN
sudo ss -tulpn | grep LISTEN
sudo lsof -i:22 ## see a specific port such as 22 ##
sudo nmap -sTU -O IP-address-Here
윈도우
netstat -aon | find /i "listening" | findstr 5000
리눅스 사용 정리
https://www.cyberciti.biz/faq/unix-linux-check-if-port-is-in-use-command/
728x90
'기록' 카테고리의 다른 글
크롬 : Custom Confirm 만들기 - Remove alert(), confirm(), and prompt for cross origin iframes 이슈 (0) | 2022.01.17 |
---|---|
Spring - XML Schema-based configuration (0) | 2022.01.11 |
Database : Database locking (0) | 2022.01.04 |
C++ : *argc[] 를 vector<string>으로 변경하기 (0) | 2021.08.13 |
윈도우 11 : 조건을 만족하지 못하는 PC의 황당한 강제 업데이트 (1) | 2021.07.02 |
댓글
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
- 도커 개발환경 참고
- AWS ARN 구조
- Immuability에 관한 설명
- 자바스크립트 멀티 비동기 함수 호출 참고
- WSDL 참고
- SOAP 컨슈머 참고
- MySql dump 사용법
- AWS Lambda with Addon
- NFC 드라이버 linux 설치
- electron IPC
- mifare classic 강의
- go module 관련 상세한 정보
- C 메모리 찍어보기
- C++ Addon 마이그레이션
- JAX WS Header 관련 stackoverflow
- SOAP Custom Header 설정 참고
- SOAP Custom Header
- SOAP BindingProvider
- dispatcher 사용하여 설정
- vagrant kvm으로 사용하기
- git fork, pull request to the …
- vagrant libvirt bridge network
- python, js의 async, await의 차이
- go JSON struct 생성
- Netflix Kinesis 활용 분석
- docker credential problem
- private subnet에서 outbound IP 확…
- 안드로이드 coroutine
- kotlin with, apply, also 등
- 안드로이드 초기로딩이 안되는 경우
- navigation 데이터 보내기
- 레이스 컨디션 navController
- raylib
TAG
- form
- crud
- hibernate
- jsp
- Security
- XML
- Many-To-Many
- one-to-many
- Spring
- 스프링부트
- 스프링
- 자바
- RestTemplate
- mapping
- MYSQL
- 외부파일
- one-to-one
- 설정하기
- WebMvc
- Validation
- login
- 설정
- 하이버네이트
- 로그인
- 상속
- Spring Security
- Rest
- spring boot
- 매핑
- Angular
250x250