Ubuntu 12.04
軟體中心->shutter 安裝即可
Ubuntu 10.04
Synaptic->shutter 安裝
要另外多安裝下列套件,才可有截圖後編輯的功能
Synaptic->libgoo-canvas-perl
svn_email_commit.sh中
38 | # Send email |
39 | cat $TMPFILE | mail -a "From: $SENDFROM" -s "$SUBJECT" "$SENDTO" |
38 | # Send email |
39 | cat $TMPFILE | mail -s "$SUBJECT" "$SENDTO" |
Kindle本身有支援播放Mp3的功能,如果是將Mp3放到Music的目錄內,就只能在Experimental->Play music播放,看不到Mp3的名稱也無法快轉。但如果將Mp3放到audible的的目錄中,Mp3的名稱就會出現在清單中了,方便選擇且播放的功能也比較完整。
If you put Mp3 files in music fold in Kindle, you can play Mp3 in Experimenatl/Play Music. It's not easy to play and choose mp3. If you put mp3 files in audible fold, you will find mp3 files in home list.
當在使用C# Express時,出現Could not load file or assembly 'Microsoft.SqlServer.Types之訊息
先下載Microsoft SQL Server 2008 Feature Pack, October 2008
會下載一個安裝指引檔,再安裝其中兩個檔案即可
Reference:
stackoverflow.com/questions/1625768/could-not-load-file-or-assembly-microsoft-sqlserver-types
http://www.aghausman.net/dotnet/could-not-load-file-or-assembly-microsoftsqlservermanagementsdksfc.html