Version 23 (modified by wade, 12 years ago) (diff) |
---|
筆記
- 設定 Terminal 顏色:
- vim ~/.bashrc」
- 搜尋「#force_color_prompt=yes」這一行字,找到之後將這一行開頭的 # 字號刪除。
- 重新登入
- Linux BStandard Base, LSB:規範如檔案路徑。
- 檔案路徑:
- /etc:設定檔案
- 如網路設定:Debian: /etc/netwrok,CentOS: /etc/sysconf。
- /var
- /var/run:放置判斷用的 pid。
- /var/spool:放需要佇列的東西。
- /etc:設定檔案
- 影片加速、合併:
至於快轉的方式,我在linux上是用mencoder來做。 以下這個指令大約快轉1000倍 mencoder -ovc lavc -nosound -fps 30000 -ofps 30000/1001 INPUT.MPG -o OUTPUT.MPG; 因為拍攝後,dv可能把影片分段存檔,所以在個別快轉後,再一起合併成一個檔。 mencoder -oac copy -ovc copy -idx -o ALL.MPG 1.MPG 2.MPG 3.MPG
相關資料
- wade/linux/bash
- wade/linux/grub
- wade/linux/kill 刪除 process
- wade/linux/rpcgen
- wade/linux/simpleDirectMediaLayer 底層多媒體函式庫
- wade/linux/screen 指令:terminal 視窗管理員。
- wade/linux/USB2Serial USB 轉 RS232 相關。
- wade/linux/RS232 linux RS232 測試相關。
- wade/linux/daemon 背景程式相關
distribution
套件
- wade/linux/font 字型相關:
書單
- Embedded Linux: Hardware, Software, and Interfacing
- Linux 程式設計教學手冊 (Beginning Linux Programming, 4/e)
- Professional Linux Programming
- Linux 驅動程式開發實戰 (Essential Linux Device Drivers)
- Linux 驅動程式 (Linux Device Drivers, 3/e)