ahnjmo
Ubuntu 20.04 초기 세팅 본문
개요
Ubuntu 설치 후 처음으로 해야할 일 들
1. apt update / upgrade
sudo apt update
sudo apt upgrade
2. 그래픽카드 드라이버 설치
메뉴 -> Software & Update -> Additional Drivers 탭 -> Nvidia Driver 선택 후 apply changes
ex) Using NVIDIA driver metapackage from nvidia-driver-535 (proprietary)
3. apt 로 필요한 프로그램들 설치
1) Terminator (terminal 분할하기 좋음)
sudo apt install terminator
2) Git
sudo apt install git
3) pip3
sudo apt install python3-pip
4) gcc
sudo apt install build-essential
sudo apt install manpages-dev
4. VS Code 설치
다음 블로그 참고
Visual Studio Code 설치하는 방법( Windows / Ubuntu )
'IT > Ubuntu' 카테고리의 다른 글
VS code 세팅 (0) | 2020.12.16 |
---|---|
Ubuntu 20.04 에서 Pytorch, OpenAI Gym설치 (0) | 2020.12.16 |
Window, Ubuntu 시간 안 맞는 문제 해결 (0) | 2020.12.15 |
Window 10 + Ubuntu 20.04 환경에서 Ubuntu만 제거 (0) | 2020.12.13 |
Ubuntu 20.04 에서 B460M (Dragon RTL8125BG 유선랜) 오류 해결 (0) | 2020.12.13 |
Comments