2017年5月31日 星期三

Linux Mint 18.1 安裝後的幾個設定





TrackPoint 的設定

參考 http://webnexus.de/?p=10
設定如下

Trackpoint sensitivity

Although the trackpoint aswell as trackpoint scrolling worked out of the box the sensitivity was sort of sluggish. To permanently improve the sensitivity I added a new rule as described here: https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X220

In /etc/udev/rules.d/98-trackpoint.rules I added the following lines:

# Set the trackpoint speed and sensitivity
ACTION=="add",SUBSYSTEM=="input",ATTR{name}=="TPPS/2 IBM TrackPoint",ATTR{device/sensitivity}="255",ATTR{device/speed}="110"

To switch sensitivity on the go (settings will be lost on reboot) you can also use configure-trackpoint from the thinkpad-extras repo:

sudo add-apt-repository ppa:linrunner/thinkpad-extras
sudo apt-get update
sudo apt-get install configure-trackpoint


Fcitx 中文輸入法的設定


參考 http://cloverhsc.blogspot.tw/2016/12/linux-mint-18-fcitx.html
設定如下


開機之後fcitx 不會自動啟用。後來去看了 mint控制台的『系統啟動應用程式』發現 Fcitx Qt IMPanel 內容它是去執行
/usr/share/fcitx-qimpanel/fcitx-qimpanel-autostart
這應該是要執行
/usr/bin/fcitx
才對,修改為正確的值,重新啟動後就正常使用了。



中文字型變成標楷或細明的問題

參考 https://magiclen.org/linux-font-remove-kai/
設定如下

sudo apt-get remove fonts-arphic-ukai fonts-arphic-uming直接移除這二套字型就可以了。



2017年5月3日 星期三

架站軟體目前使用率,wordpress, Joomla, Drupla


Usage of content management systems for websites

https://w3techs.com/technologies/overview/content_management/all