-bash: make:command not found

是一些相关的软件没有安装,如:gcc automake autoconf libtool make ubuntu debian 可以直接 apt-get install gcc automake autoconf libtool make redhat centos: yum -y install gcc automake autoconf libtool make

an unknown filter was not added:includes

Depending on how Apache is configured you may need to add something like the following to your Apache config file: Code: LoadModule include_module modules/mod_include.so or more likely you just need …

POSTFIX 文档

一、基本配置 介绍 postfix的main.cf文件支持上百个配置参数。幸运的是,所有的参数都有比较合理的默认值。在大多数情况下,你只需要配置2到3个参数值就可以启用postfix邮件系统了。下面的这个链接是postfix配置文件的简要介绍。

Windows 2k3 下 MySQL 1069 错误

Windows 2k3 下 MySQL 1069 错误 今天早上,网站挂了,显示不能连接MySQL数据库,我想就是数据库断了,上去启动一下就行了,但是也奇怪,以前从来没断过啊。 在管理工具–服务– MySQL,发现真的停止了,点启动,跳出 1069 错误。 查看MySQL–属性–登陆,看到“登陆身份”选择了”此帐户” 为 ./mysql, 我想我们没有这个用户啊,特的到用户组里去看了一下,确实没有。那这里肯定是不对的了。 这儿可以选择第一项“本地系统用户”,或者更换“此帐户”,选择系统里的帐户。这样,MySQL 就可以启动了。至于这是什么原因造成的,暂时还不清楚。我试来下,不可以在“此帐户”处随便乱写的。困惑ING

DreamHost 最大优惠券 & 免费试用

DreamHost coupons are also referred as DreamHost promo codes. DreamHost provides discount through coupon codes to new customers. DreamHost now offers free trial to new customers. Use DreamHost coupons to get …

Zend Optimizer 3.3.3 下载

晚上找了半天Zend Optimizer 3.3.3 的下载,结果全都是3.3.0的,真是昏迷,得了,自己到官网上注册了一个用户下载了一个。 打包在我自己这儿备份了一个,有需要的就过来下载一个吧

Ubuntu 里 flash 中的汉字显示为框框

修改 /etc/fonts/conf.d/49-sansserif.conf 内容如下,解决flash不能显示中文的问题: sans-serif serif monospace sans 把最后一个里换成其他,如果没有安装其他优化字体,就换成 “sans” 重启浏览器,flash 里的中文就正常了。