일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- log4j profile
- Spring Security
- between 날짜
- oracle
- catalina log
- Linux
- Gradle
- git
- mybatis
- Spring
- between date
- 라즈베리파이
- springboot
- log4j2
- template
- MySQL
- 배열스트링
- hikari
- datasource
- bitbucket
- intellij
- STS
- github
- oracle between
- ubuntu
- Spring Boot
- python 개발환경
- hikaricp
- Java
- ORACLE CLOUD
Archives
- Today
- Total
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- log4j profile
- Spring Security
- between 날짜
- oracle
- catalina log
- Linux
- Gradle
- git
- mybatis
- Spring
- between date
- 라즈베리파이
- springboot
- log4j2
- template
- MySQL
- 배열스트링
- hikari
- datasource
- bitbucket
- intellij
- STS
- github
- oracle between
- ubuntu
- Spring Boot
- python 개발환경
- hikaricp
- Java
- ORACLE CLOUD
Archives
- Today
- Total
파워노트
리눅스 Java 프로세스 모두 죽이기. 본문
반응형
현재 실행되고 있는 java 프로세스 모두 종료 하기.
ps -ef | grep java | grep -v grep | awk '{print $2}' | xargs kill -9
반응형
'Linux' 카테고리의 다른 글
VI Editor 필살기 (0) | 2021.04.05 |
---|---|
[경고] 원격 호스트 식별이 변경되었습니다! (0) | 2021.02.10 |
windows 10 wsl ubuntu 설치 하기. (5) | 2020.07.11 |
[ubuntu] mysql 설치 (0) | 2020.07.11 |
[ubuntu] java 설치 하기 (0) | 2020.07.09 |
Comments