2012年6月27日 星期三

Ubuntu 12.04


## 用來取得遠端更新伺服器的套件檔案清單。
sudo apt-get update

## 更新套件
sudo apt-get -y dist-upgrade

## 清除更新時所下載回來的更新(安裝)檔案
sudo apt-get clean

## 安裝 User and Group 設定程式
## search and install gnome-system-tools
sudo apt-get install gnome-system-tools

## CPU 溫度監控
sudo apt-get install lm-sensors
sudo sensors-detect
   ## YES to Last step and find the follow message on screen
   To load everything that is needed, add this to /etc/modules:
   #----cut here----
   # Chip drivers
   coretemp
   it87
   #----cut here----

sudo modprobe coretemp
sudo modprobe it87
sensors

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。