全部博文(48)
发布时间:2014-04-18 11:13:13
前提你要安装了最新的fictx, 我的版本信息:firo@ff d$: fcitx --versionfcitx version: 4.2.8.31. 下载搜狗拼音linux版http://pinyin.sogou.com/linux/我用的是Fedora 20 64位版:sogou_pinyin_linux_1.0.0.0011_amd64.deb不要用alien 转换成rpm, 貌似中文路径问题导致了失败。2 提取data.........【阅读全文】
发布时间:2014-12-21 14:29:23
#Referencehttp://adam8157.info/blog/2012/04/setup-kernel-developing-environment/https://blog.nelhage.com/2013/12/lightweight-linux-kernel-development-with-kvm/#Build kernel andmodules在编译内核之前, 对内核裁剪显得尤为重要, 这样可以大量节省编译时间.我用fedora 21:firo@f linux$ grep -i '=[ym]' /.........【阅读全文】
发布时间:2014-06-02 22:36:03
http://www.rdrop.com/users/paulmck/RCU/http://blog.csdn.net/dog250/article/details/5303424http://kernelnewbies.org/OPWIntro-RCU##pre-ergoThere a lot of subsytem, code segments use RCU in their implement.It's really need to know the truth of RCU before understanding linux kernel.##history o.........【阅读全文】
发布时间:2014-05-11 11:17:55
##RCURCU is a way of waiting for pre-existing RCU read-side critical sections to completely finish, including memory operations executed by those critical sections.......【阅读全文】
发布时间:2014-04-05 11:08:40
sudo yum install id3libid3tag -2 *.mp3......【阅读全文】