摘要:##################echo 1 >/proc/sys/net/ipv4/ip_forward/sbin/modprobe ip_tables/sbin/modprobe iptable_filter/sbin/modprobe iptable_nat/sbin/modprobe ip_conntrack/sbin/modprobe ip_conntrack_ftp/sbin/modprobe ip_nat_ftp/sbin/ipta......
摘要:当年王国维用爱情诗来比喻人生的奋斗其实用linux以及搞开源又何尝不是如此呢?software likes sex ,its better when its free.程序员像男人语言像女人 ,一个男人往往总是想有很多女人而很少有某个男人彻底了解一个女人linux像老婆windows像妓女用linux不要钱而用windows只要有钱就可以上没有钱用盗版也可以上追自己最喜欢的女孩就像学linux一开始总是很难但是苦中有乐追到了是无穷的享受和自己的老婆上是不需......
Debian 新手汉化跟我来 ---- 理论辅导篇这么多字体引擎我该选哪个好呢?对于中文用户来说,我们常用的是以下三个: freetype , xtt, fontconfig/xft 【相关文章:
通过X远程执行应用程序】 【扩展阅读:
软件安装之--RPM命令大全!】1)freetype(2): 【扩展信息:
使用 ssh 进行安全的连接】 http://www.freetype.org/freetype2/screenshots.html 2)xtt http://www.io.com/~kazushi/xtt/ 3)fontconfig http://fontconfig.org/
这么多字体引擎我该选哪个好呢?
对于中文用户来说,我们常用的是以下三个: freetype , xtt, fontconfig/xft 1)freetype(2): http://www.freetype.org/freetype2/screenshots.html 2)xtt http://www.io.com/~kazushi/xtt/ 3)fontconfig http://fontconfig.org/ fontconfig is a font configuration and customization library, which does not depend on the x window system. it is designed to locate fonts within the system and select them according to requirements specified by applications. fontconfig is not a rasterization library, nor does it impose a particular rasterization library on the application. the x-specific library xft uses fontconfig along with freetype to specify and rasterize fonts. this package contains a program to maintain the fontconfig cache (fc-cache), and a sample program to list installed fonts (fc-list). ...
下一页 摘要:perl 尝试一些聪明( 或 stupid) 的想法时, 错误难免会发生. 有经验的 perl 程序员常常使用三个参数来提前找到错误所在, perl 有很多命令行参数. 通过它, 我们有机会写出更简单的程序. 在这篇文章里我们来了解一些常用的参数. safety net options 在使用 perl 尝试一些聪明( 或 stupid) 的想法时, 错误难免会发生. 有经验的 perl 程序员常常使用三个参数来提前找到错误所在, -c 是第一个. 这个参......