Letsencrypt renew
letsencrypt certonly –manual letsencrypt certonly –webroot –webroot-path=웹루트경로 -d 도메인 -d 도메인
letsencrypt certonly –manual letsencrypt certonly –webroot –webroot-path=웹루트경로 -d 도메인 -d 도메인
맥에서 php composer install 실행시 ext-zip error가 날 경우 아래와 같이 처리 하면 됨. brew update brew install php@7.3 brew link php@7.3
# 포트 상태 확인 및 포트 열기 1. 포트 상태 확인 1.1 열려있는 모든 포트 표시 1 netstat -nap -n: host명으로 표시 안함 -a: 모든소켓 표시 -p: 프로세스ID와 프로그램명 표시 1.2 LISTEN중인 포트 표시 1 netstat -nap | grep LISTEN 2. 특정 호스트 포트 상태 확인 특정 호스트로 접속이 불가할 때, netcat(nc) 네트워크 유틸리티를 이용하여 포트가 막혀 있는지 확인할 수 있다. … Read more
하위버전의 패키지 체크 삭제 기타 자세한 내용 링크 참조https://gist.github.com/ipbastola/2760cfc28be62a5ee10036851c654600