12 2019 档案
摘要:1) yum install ibus-libpinyin 2) killall ibus-daemon (杀死既存) 3) ibus-setup 添加pinyin输入法 4) ibus-daemon -drx 启动守护进程 5) <win> + space 进行输入法切换 https://blog
阅读全文
摘要:创建/编辑 ~/.vimrc
阅读全文
摘要:Do it with Putty. Linux: with your package manager, install PuTTY (or the more minimal PuTTY-tools): Ubuntu sudo apt-get install putty-tools Debian-li
阅读全文
摘要:While 64-bit x86 processors have now been on the market for more than 5 years, software support is only slowly catching on. 64-bit x86, or x86-64 as i
阅读全文
摘要:/etc/sysconfig/desktop ( 没有的话创建一个)
阅读全文
摘要:用下面的方法只显示error :
阅读全文
摘要:1) CentOS 7.7 安装完之后, /etc/yum.repos.d 下面有很多.repo. 其中有一个CentOS-Media.repo. 编辑文件把enabled 改成 1 。 然后把其他.repo 移动到别的目录,不让他们生效 2) 手动 mount /dev/cdrom 到 /medi
阅读全文
摘要:reference: https://forums.gentoo.org/viewtopic-t-1079210-start-0.html resolved with following method:
阅读全文
摘要:ldd /usr/lib64/libcairo.so we can find freetype lib links to a strange location add -lfreetype can resolve this issue
阅读全文