LAMP搭建教程
Linux 采用Redhat Enterprise Server 5.1 安装过程就不在累赘了!
本文旨在阐述该环境下Apache 2.2.8 + PHP 5.2.5 + MySql 5.0.32的具体配置过程!
Read the rest of this entry »
Linux 采用Redhat Enterprise Server 5.1 安装过程就不在累赘了!
本文旨在阐述该环境下Apache 2.2.8 + PHP 5.2.5 + MySql 5.0.32的具体配置过程!
Read the rest of this entry »
Ubuntu安装完毕之后,分辨率最高只可以调到1024×768,为了能让Ubuntu升到1280×1024的分辨率,步骤如 下:
第一件事,是备份Xorg.conf:
代码:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup Read the rest of this entry »
ubuntu完美QQ,EVA的安装,支持收发文件,群等,全中文,不会死机。
最新的svc的EVA下载: 更新日期2006.10.5
http://bbs.xsui.net/sanfanling/attachments/month_0610/eva-0.4.1.tar.bz2.txt
下载后给用 mv命令更换文件名
#mv eva-0.4.1.tar.bz2.txt eva-0.4.1.tar.bz2 Read the rest of this entry »
本文针对配置环境为IIS + PHP ,如果你确认程序在其他环境下下可以正常运行而唯独在Win 下的IIS出现类似如下的错误:
Warning: main(./Config.php): failed to open stream: No such file or directory in E:\wwwroot\Config.php on line 13
这个问题主要是由于Win NTFS盘下去除了everyone 权限引起的, 在安全权限中加个Internet 来宾账号就解决了.
操作步骤: E盘 -> 属性 -> 安全 -> 添加 用户 IUSR_XXX OK(XXX为你的计算机名), 搞定.
Win 的 Apache 下似乎不存在这个问题, 如果你不运行asp程序最好还是换成apache,操作系统换成 Linux/FreeBSD 更好:)
为调试程序,本机安装iis与apache,无法同时使用80端口,现给出解决方法:
方法一:
IIS5,多IP下共存,IIS为192.168.0.1,apache为192.168.0.2 原文地址 c:\Inetpub\Adminscripts cscript adsutil.vbs set w3svc/disablesocketpooling true
该命令反馈如下disablesocketpooling : (BOOLEAN) True Read the rest of this entry »