Skip to content

Instantly share code, notes, and snippets.

@nearsyh
nearsyh / FontConf.xml
Created June 5, 2013 15:12
Part of font conf file. This can modify the font english part to Ubuntu when using WenQuanYi.
<match target="pattern">
<test name="family" compare="contains">
<string>WenQuanYi</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Ubuntu Bold</string>
</edit>
</match>
@nearsyh
nearsyh / recover.sh
Created July 21, 2014 01:36
recover deleted file which is still opened by some process
cp /proc/PID/fd/FD /path/to/save/
@nearsyh
nearsyh / install_libGL.sh
Last active August 29, 2015 14:03
Fix "Fail to load libGL.so" for android emulator
# the android sdk requires 32bits library
# only for fedora
sudo yum install mesa-libGL-devel mesa-libGL-devel.i686