2013年2月22日 星期五

使用 Ubuntu 12.10

安裝:參考 VAIO S13 安裝 Ubuntu 12.10
安裝 hime 輸入法

右上角
  • 系統設定值...
    • 亮度與鎖定
      • 鎖定 (關:不鎖定螢幕)
      • 從暫停狀態下喚醒需要密碼 (不選)
始動應用程式:Dash 尋找「始動應用程式」。[詳細參考]
Web App 整合功能

音檔

raw file
  • 播出來:play -f s -r 8000 -s w test.raw
  • 轉換成 wave 檔:sox -t raw -r 8000 -s -w -c 1 test.raw test.wav
  • 畫出波形:octave
wave file
  • 播出來:play test.wav
MPlayer 音樂播放去除人聲
Audacity 音樂檔編輯
聲音處理軟體Audacity & 語音分析軟體Praat

影像處理

sudo apti-get instsall gimp

sudo apt-get install pinta (這個是基於 mono 的)

註:gpaint 連 undo 也沒有。小畫家等級的程式似乎都沒有 cropping 功能,rgbprint 似乎是不錯的簡易版,mtPaint 預設黑背景及紅前景有些奇怪。kolourpaint 是基於 KDE 的。

Dropbox

安裝:「Ubuntu 軟體中心」搜尋「dropbox」

Dropbox Uploader:參考 Dropbox Uploader Bash Script: Useful For Servers, Raspberry Pi And More

Google Drive

Google 硬碟目前還沒有官方的用戶端程式
How To Use Google Drive on Linux: 2 Unofficial Solutions


舊文章:
參考:
  1. Linux 安裝與使用

沒有留言:

張貼留言

SIP header Via

所有 SIP 訊息 都要有 Via,縮寫 v。一開始的 UAC 和後續途經的每個 proxy 都會疊加一個 Via 放傳送的位址,依序作為回應的路徑。 格式 sent-protocol sent-by [ ;branch= branch ][ ; 參數 ...] s...