2016年12月23日 星期五

kdenlive ppa 新增

For Ubuntu >= 15.04 and other *buntu based distros like LinuxMint you can download latest Kdenlive from our official PPA’s:
sudo add-apt-repository ppa:kdenlive/kdenlive-stable
sudo apt-get update
sudo apt-get install kdenlive
Note: you can easily remove our PPA and revert back to official distro package using:
sudo ppa-purge ppa:kdenlive/kdenlive-stable
參考:https://kdenlive.org/download/

2016年12月15日 星期四

開機自動啟動程式

執行「工作階段與初始啟動」,選「應用程式自動啟動」-->「加入」
將要執行的指令加入。

關掉筆電的觸控面板

synclient touchpadoff=1 : 關閉觸控板
synclient touchpadoff=0 : 開啟觸控板
下面這個好用:
syndaemon -d : 啟動 syndaemon 於背景。
參數:
-i How many seconds to wait after the last key press before enabling the touchpad. (default is 2s). 
-d Start as a daemon, ie in the background. 
-t Only disable tapping, not mouse movements, in response to key- board activity.
------------------------------------------
選單內設定:
主選單 --> 設定值 --> 滑鼠與觸控板 --> 觸控板 --> 啟用這個裝置
同時可設定 打字時停用觸控板 的間隔時間

2016年12月13日 星期二

2016年10月17日 星期一

格式化 usb碟

1.先 dmesg 找出 usb device.
若找出為 [sdb].
2.先 sudo umount /dev/sdb
3.格式化為fat格式: sudo mkfs.vfat /dev/sdb -I