Recent Posts
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
- tolerated
- 개성국밥
- PytestPluginManager
- Spring Batch
- JanusWebRTCServer
- 달인막창
- PersistenceContext
- Value too long for column
- 티스토리챌린지
- terminal
- taint
- pytest
- preemption #
- table not found
- 헥사고날아키텍처 #육각형아키텍처 #유스케이스
- VARCHAR (1)
- 깡돼후
- 코루틴 빌더
- kotlin
- JanusWebRTC
- JanusGateway
- mp4fpsmod
- python
- 자원부족
- vfr video
- 오블완
- 겨울 부산
- 코루틴 컨텍스트
- JanusWebRTCGateway
- k8s #kubernetes #쿠버네티스
Archives
목록netstat: option requires an argument -- p (1)
너와 나의 스토리

Action: "Identify and stop the process that's listening on port 8081 or configure this application to listen on another port." 이라고 뜨니, 한 번 8081 port를 리스닝하는 프로세스를 죽여보자! 1. 해당 포트 번호를 사용 중인 프로세스 찾기 netstat−tnlp|grep"port번호"MacOS에서위명령어를입력하면"netstat:optionrequiresanargument−−p"라는에러가발생할것이다.즉,Mac에서는명령어가좀다르다. netstat -p tcp -van | grep LISTEN | grep "port 번호" 2. 해당 프로세스 죽이기 ..
개발
2020. 5. 14. 12:36