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 |
Tags
- DFS
- Image Segmentation
- 나는리뷰어다
- 입문
- eda
- Object Detection
- TEAM EDA
- 큐
- 튜토리얼
- Machine Learning Advanced
- hackerrank
- Semantic Segmentation
- TEAM-EDA
- Segmentation
- 스택
- 나는 리뷰어다
- MySQL
- 추천시스템
- 엘리스
- pytorch
- Python
- 3줄 논문
- 한빛미디어
- 코딩테스트
- DilatedNet
- Recsys-KR
- 파이썬
- 프로그래머스
- 알고리즘
- 협업필터링
Archives
- Today
- Total
목록EDA Study/linux (2)
TEAM EDA
ubuntu 메모리 정리 명령어
쓰레기통 비우는 명령어 rm -rf ~/.local/share/Trash/files/\* # 혹은 경로에 따라서, rm -rf ~/.local/share/Trash/* 사용하지 않는 패키지 제거 sudo apt-get autoremove 캐시 제거 sync && echo 3 > /proc/sys/vm/drop_caches # 위의 코드가 permission error 나는 경우 sudo sh -c "echo 1 > /proc/sys/vm/drop_caches" 사용전 후 비교 df -h /dev/vdb1 2.0T 2.0T 4.7G 100% /home -> /dev/vdb1 2.0T 1.1T 1022G 51% /home
EDA Study/linux
2021. 8. 26. 16:42
couldn't communicate with the NVIDIA Driver 오류 현상
NIPA 서버 사용도중에 NVIDIA-SMI Driver가 실행되지 않는 문제 발생 NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running해결책 : NVIDIA Driver를 다시 설치 apt --installed list | grep nvidia-driver -> 문제 : WARNING: apt does not have a stable CLI interface. Use with caution in scripts. -> 설치된 nvidia-driver를 확인하는 것으로 확인안해도 무방하고 아래의 명렁..
EDA Study/linux
2021. 5. 3. 23:46