-
Notifications
You must be signed in to change notification settings - Fork 4
Ubuntu Setup
Shunya Hara edited this page Aug 23, 2025
·
22 revisions
sudo apt install -y gitgit clone https://github.com/hrjp/rosenv
./rosenv/software_setup.bashcurl https://get.docker.com | sudo shcuda install 不要 ubuntuにCUDA、nvidiaドライバをインストールするメモ
rebootdistribution=$(. /etc/os-release;echo $ID$VERSION_ID) \
&& curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add - \
&& curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list
sudo apt-get update
sudo apt-get install -y nvidia-docker2
sudo systemctl restart docker- vscode
- slack
USBシリアル接続時に自動で書込権限を付与する(ubuntu,/dev/ttyACM0)
このリポジトリの99-serial.rulesを/etc/udev/rules.dにコピーする
sudo cp rosenv/99-serial.rules /etc/udev/rules.dマウスでウィンドウ移動できるようにする
touch ~/.tmux.conf && echo "set-option -g mouse on" > ~/.tmux.confip: 192.168.1.100 netmask: 255.255.255.0