Sharing some nice fonts when you're coding!
font:
Consolas [download]
Andale Mono [download]
Using these fonts in visual studio and Notepad++!!
ref by:
http://stackoverflow.com/questions/4689/recommended-fonts-for-programming
2014年10月6日
2009年11月11日
修正 Ubuntu 9.04 (Jaunty Jackalope) 中文字型模糊 (引用)
http://justintime545.blogspot.com/2009/05/ubuntu-904-jaunty-jackalope.html
修改
/etc/fonts/conf.d/69-language-selector-zh-tw.conf
修改
/etc/fonts/conf.d/69-language-selector-zh-tw.conf
<fontconfig> <match target="pattern"> <test qual="any" name="family"> <string>serif</string> </test> <edit name="family" mode="prepend" binding="strong"> <string>AR PL UMing TW</string> <string>AR PL ShanHeiSun Uni</string> <string>WenQuanYi Bitmap Song</string> <string>Bitstream Vera Serif</string> <string>DejaVu Serif</string> <string>AR PL UKai TW</string> <string>AR PL ZenKai Uni</string> </edit> </match> <match target="pattern"> <test qual="any" name="family"> <string>sans-serif</string> </test> <edit name="family" mode="prepend" binding="strong"> <string>Bitstream Vera Sans</string> <string>DejaVu Sans</string> <string>AR PL UMing TW</string> <string>AR PL ShanHeiSun Uni</string> <string>WenQuanYi Bitmap Song</string> <string>WenQuanYi Zen Hei</string> <string>AR PL UKai TW</string> <string>AR PL ZenKai Uni</string> </edit> </match> <match target="pattern"> <test qual="any" name="family"> <string>monospace</string> </test> <edit name="family" mode="prepend" binding="strong"> <string>Bitstream Vera Sans Mono</string> <string>DejaVu Sans Mono</string> <string>AR PL UMing TW</string> <string>AR PL ShanHeiSun Uni</string> <string>WenQuanYi Bitmap Song</string> <string>WenQuanYi Zen Hei</string> <string>AR PL UKai TW</string> <string>AR PL ZenKai Uni</string> </edit> </match> </fontconfig>
訂閱:
文章 (Atom)
NO-CARRIER 網卡無法啟動
工作時,由於想要啟動linux OS的網卡, 發現某張新設定的網卡一直無法啟動,就算下指令UP了,但是也沒有順利啟動 所以爬文後,想要確認該網卡的status, 發現某行為: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu...