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
- 오류
- windows forms
- 프로그래머스
- YOLO
- C++
- nvidia-smi
- Numpy
- pip
- pandas
- 컨테이너
- Docker
- mysql
- 핑거스타일
- error
- Linux
- Visual Studio
- pytorch
- label
- C
- SSH
- JSON
- ubuntu
- 채보
- OpenCV
- Selenium
- 기타 연주
- paramiko
- C#
- VS Code
- Python
Archives
- Today
- Total
기계는 거짓말하지 않는다
Ubuntu 그래픽카드(VGA) 정보 확인 본문
Ubuntu에서 그래픽카드를 확인할 때 간단하게 사용할 수 있는 명령어이다.
lspci | grep -i VGA

sudo lshw -C display

NVIDIA 그래픽카드와 드라이버가 설치되어 있다면 nvidia-smi 명령어를 사용하면 된다.
nvidia-smi
'Linux' 카테고리의 다른 글
error: uninstall-distutils-installed-package (0) | 2025.01.08 |
---|---|
Linux 파일 내용 비우기 (0) | 2024.10.30 |
make 명령어 File {file} has modification time {sec} s in the future 경고 (0) | 2024.07.15 |
Ubuntu apt update 경고(W: Key is stored in legacy trusted.gpg keyring) (0) | 2024.06.18 |
Linux stty echo(입력한 문자 화면에 표시, 표시하지 않음) (0) | 2024.05.22 |