오류 해결4 도커 권한 문제 해결 https://seulcode.tistory.com/557 2022. 1. 25. k8s root 계정 이외의 계정에서 kubectl get all 안될때 오류해결 에러 메세지: # kubectl get pods Unable to connect to the server: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "kubernetes") 아래 페이지 참조 https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/ 해결방법 unset KUBECONFIG export KUBECONFIG=/etc/kubernetes/admin.co.. 2022. 1. 25. ubuntu 18.04 + RTX2060 super 블랙스크린 해결 => 서버 버전 드라이버 설치하기 18.04 우분투에서 RTX2060 super 인식이 안되면 nvidia-driver-460-server 버전을 써보기 서버 버전을 쓰면 블랙 스크린 해결 될 수 도 있다. 이유는 정확히 알지 못함... 계속 포맷하고 안전모드에서 이것저것 해보다가 정안되면 서버 버전 드라이버 꼭 시도 해보길 2021. 10. 6. 맥북 ZSH (z shell) 에서 zsh: command not found: conda 해결 아래의 블로그 가이드 참고 https://velog.io/@sj950902/ZSH-z-shell-%EC%97%90%EC%84%9C-zsh-command-not-found-conda-%ED%95%B4%EA%B2%B0%EB%B0%A9%EB%B2%95 핵심 요약 open .bash_profile nano ./zshrc export PATH="/opt/anaconda3/bin:$PATH" source ./zshrc conda init zsh 참고 - 나노단축키 https://zetawiki.com/wiki/Nano_%EB%8B%A8%EC%B6%95%ED%82%A4 2021. 10. 6. 이전 1 다음