일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- jetpack compose
- androidx
- 공자명언
- 이모지
- 좋은글필사하기
- ASMR
- 명심보감
- 명언모음
- bash
- Linux
- 오픈소스
- 공부집중
- Firebase
- 소울칼리버6
- 장자명언
- Android
- Flutter
- recyclerview
- 1인개발자
- DART
- 넷플릭스
- 파이썬
- 이모지메모
- 벤자민플랭클린
- Coroutine
- 코틀린
- kotlin
- FSM
- Freesound
- Streaming
Archives
- Today
- Total
목록프로세스죽이기 (1)
Vintage appMaker의 Tech Blog
우분투에서 프로세스 죽이기 - bash
VintageAppMaker/processkill_bash process 죽이기 bash 예제. Contribute to VintageAppMaker/processkill_bash development by creating an account on GitHub. github.com 간단한 프로세스 죽이기 스크립트 소스. #!/bin/bash print_msg() { colors=("\e[1;32;40m$1\033[0m" "\e[1;32;45m$1\033[0m" "\e[1;34;48m$1\033[0m") echo -e ${colors[$2]} } # parameter 채크하기 if [ $# -lt 1 ]; then echo -e "uses: $0 \e[1;32;40m[process name]\033[0m"..
Source code or Tip/Linux
2020. 12. 4. 17:45