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 | 31 |
Tags
- 마이바티스 트랜잭션
- JobExecutionAlreadyRunningException
- batchInsert
- 스프링 배치 공식문서
- multi update
- 스프링 배치 메타 테이블
- str_to_date
- 성능개선
- JSON 분해
- JSON 분할
- 스프링 웹플럭스
- ChainedTransactionManager #분산데이터베이스 #Spring Boot #MyBatis
- org.json
- spring reactive programming
- 스테이지에 올리기
- JSONArray 분할
- 문자형을 날짜형으로
- date_format
- 무시하기
- spring webflux
- JSON 분리
- JSONObject 분할
- 마리아디비
- jar 소스보기
- 스프링 리액티브 프로그래밍
- 날짜형을 문자형으로
- 폐기하기
- nonblocking
- git stage
- Meta Table
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 |
Comments