기본

GPU 관련 세팅

Nvidia-driver 설치

CUDA 설치

Cudnn 설치

유용한 Tools

Tweaks

> sudo apt-get install gnome-tweak-tool -y

chrome

> wget <https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb>
> sudo apt install ./google-chrome-stable_current_amd64.deb

vscode

Ubuntu.code-profile

> sudo snap install --classic code

ssh

> cd ~/.ssh
> ssh-keygen -t ed25519 -C "[email protected]"