Notice
Recent Posts
Recent Comments
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
- 선언적 트랜잭션 관리
- step 여러개
- JSONArray 분할
- step 사이 변수 공유
- abstractpagingitemreader
- 마이바티스 트랜잭션
- executioncontext
- api 아이템 리더
- flatfileitemwriter
- 스프링배치 엑셀
- Spring Batch
- 아이템 리더 페이징 처리
- step 값 공유
- mybatis
- spring batch 5
- executioncontext 변수 공유
- spring batch 변수 공유
- JSON 분할
- 스프링 배치 5
- 스프링 트랜잭션 관리
- JSONObject 분할
- aop proxy
- 스프링배치 메타테이블
- JSON 분리
- 아이템 리더 커스텀
- job parameter
- 스프링배치 csv
- stepexecutionlistener
- 읽기 작업과 쓰기 작업 분리
- 트랜잭션 분리
Archives
- Today
- Total
ebson
ubuntu20.04에서 certbot 기실행 에러시 해결방법 본문
ubuntu20.04에서 certbot 기실행 에러시 해결방법
1. 에러메시지 확인
$sudo certbot certonly –nginx
Another instance of Certbot is already running.

2. 실행중인 certbot 프로세스 찾고 종료시키기
$find / -type f -name ".certbot.lock"

$find / -type f -name ".certbot.lock" -exec rm {} \;

'NODEJS WEB PROJECT > DEVELOPMENT' 카테고리의 다른 글
ubuntu20.04에서 nodejs로 소켓서버 만들기 (0) | 2022.08.15 |
---|---|
[fform 정기 재배포] 4. ubuntu의 node에서 https 서버 생성할 수 있도록 설정하기 (0) | 2022.08.15 |
[fform 정기 재배포] 5. ubuntu에서 nginx 서버에 ssl 키 등록하기 (0) | 2022.08.15 |
ubuntu20.04에 snapd 패키지 매니저 설치하기 (0) | 2022.08.15 |
ubuntu 패키지 매니저 apt와 apt-get 차이점 (0) | 2022.08.15 |