Ubuntu

ITRI 命名規則

工研院桌電命名規則

單位-(0+工號)-設備代號

example: 52-0A80006-01

Ubuntu 好用指令

確認顯卡狀態(CUDA)

watch -n 0.5 nvidia-smi

確認系統狀態

htop

設定電腦名稱

sudo gedit /etc/hostname
sudo gedit /etc/hosts
#modify file contents about device name

#reboot for effective
sudo reboot

#check pc host name
hostname

畫出資料夾樹狀圖

進入 Linux shell:

退出 Linux Shell:

確認 libjpeg 這個 libaray 版本

強制關閉某個程序(當滑鼠變成x,點選目標程式)

查詢網路設定

僅顯示使用中的ip

監聽特定 port 的資料

移除某個套件 xxx

停止 Ubuntu 要求更新至 ver. 18

刪除資料夾

開機啟動指定命令

Install python3.6 and set python3.6 as default on Ubuntu 16.04

Install command "locate" on Ubuntu16.04

Last updated

Was this helpful?