首先应该感谢sogou提供了linux平台的输入法。这是很赞的事情。
但是使用几个月来,遇到几次了,fcitx占用CPU100%....我也是无语了。。笔记本左边风扇呼呼的叫啊~
这里我google了很多文章,源头性的问题还是fcitx本身的问题。这里只提供展缓的解决办法:
1.终端输入top,找到fcitx的pid(假设我们这里是123)
2. 直接用kill -9 123
3.之后终端输入命令fcitx & 即可重启
4. 再重启sogou,使用命令 sogou-qimpanel &
OK,搞定。
我也是无语,给同学装个系统,老是提示U盘写保护,折腾了我好久...
http://askubuntu.com/questions/101637/usb-turn-write-protection-off
To turn off disk device`s write protect, we use the low level system utility hdparm like this:
sudo hdparm -r0 /dev/sdb
where we asume that /dev/sdb
is the Physical disk device we're working on. If the device has partitions that are mounted as read-only, you should re-mount 'em as read-write in order to write data to them.