디장고 admin 사이트 css가 깨져보일때
https://sys09270883.github.io/web/43/
나는 STATICFILES_DIRS = [ os.path.join(BASE_DIR, 'static'), ]
이런식으로 설정해서 그랬다.
디장고에서 ip 저장
https://www.python2.net/questions-1098798.htm
실행중인 프로세스
ps -ef | grep ""
리눅스 konlpy
https://yuddomack.tistory.com/entry/%EC%B2%98%EC%9D%8C%EB%B6%80%ED%84%B0-%EC%8B%9C%EC%9E%91%ED%95%98%EB%8A%94-EC2-konlpy-
mecab-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0ubuntu
리눅스 kinlpy 설치에러
https://dudaji.tistory.com/entry/AttributeError-module-jpype-has-no-attribute-setResource
[nginx] Address family not supported by protocol 에러
https://www.fun25.co.kr/blog/nginx-ipv6-address-family-not-supported-by-protocol/?category=001
https://techglimpse.com/nginx-error-address-family-solution/
service nginx status : 엔진엑스 상태보기
service nginx start : 서버 시작
service nginx restart : 재시작
service nginx stop : 서버 중단
출처: https://prohannah.tistory.com/84 [Hello, Hannah!]