2017年6月1日 星期四

檢查硬碟壞磁區

1. sudo fdisk -l
2. sudo badblocks -v /dev/sda10 > badsectors.txt
參考: https://www.tecmint.com/check-linux-hard-disk-bad-sectors-bad-blocks/

2017年4月15日 星期六

中文字形可放位置

/usr/share/fonts/truetype/
-------------------------------------
For system wide installation, copy the fonts to /usr/share/fonts and run
sudo fc-cache to rebuild the font cache, or for user local installation,
make sure ~/.fonts exists, copy them into there, then rebuild the font cache.

2017年1月2日 星期一

Inkscape 0.91閃退問題

inkscape 0.91容易閃退問題解決 :
原來是繁體中文的語系檔的bug,難怪英文界面沒問題。
解決方法:
先下載修改過的 inkscape.zip 解壓縮後,複製「inkscape.mo

◎在Linux下,找到下面這個路徑,取代原檔。
/usr/share/locale-langpack/zh_TW/LC_MESSAGES/inkscape.mo
/usr/share/locale/zh_TW/LC_MESSAGES/inkscape.mo 
參考網址:http://jackedu.blogspot.tw/2016/03/inkscape-091.html