RDB와 mongoDB 비슷한 개념 비교 RDBMS와 mongoDB의 비교 table -> collection row -> document column -> field pk -> object id relation ship -> embedded linking 출처: https://hongtaey.tistory.com/entry/mongoDBCollection-콜렉션-만들기-기본개념 [티토로그:티스토리]
certbot/let's encrypt 무료인증서로 간단히 발급받을 수 있는 certbot( let's encrypt )란게 있다. nginx 와 연동하여 설치부터 발급까지 사용했던 커맨드를 기록해 둔다. sudo add-apt-repository ppa:certbot/certbot sudo apt-get install python-certbot-nginx sudo apt-get -purge remove python-certbot-nginx-* sudo apt-get --purge remove python-certbot-nginx-* sudo add-apt-repository ppa:certbot/certbot sudo snap install --classic certbot