全部博文(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-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-04-05 11:08:40
sudo yum install id3libid3tag -2 *.mp3......【阅读全文】
发布时间:2013-07-12 21:33:39
== Structure ==core dump 和kdump,是内存转存技术在用户空间和内核空间的不同实现。为了实现core dump的调试功能,要做如下准备:1 修改/proc/sys/kernel/core_pattern文件,控制产生的core文件位置与名字。2 ulimit -c 控制产生文件的大小。== Understand ==== Lateral exploration==core dump 和kdump .........【阅读全文】
发布时间:2013-07-10 10:07:20
我遇到的情况是启动后,再gnome 3的声音图标右下角有个小叉。同时,声音的音量不能调节,影音软件使用不能。排查的步骤:lspci | grep -i audio发现检测到硬件设备,没问题。lsmod | grep -i snd声卡驱动也ok我猜测是桌面环境的问题。 google了一下,找到解决方法,只有把自己的用户加入到audio组就可以了。以我的.........【阅读全文】