因为用英文版本的浏览器打开有中文内容的php程序时会显示乱码,老是要修改浏览器的Character Encod …
PHP Deprecated: Function eregi() is deprecated in
PHP 5.3 ereg() 无法正常使用,提示“Function ereg() is deprecated …
Catchable fatal error: object of class ADORecordSet_empty could not be converted to string
The problem is with your php version. The instruction: …
继续阅读“Catchable fatal error: object of class ADORecordSet_empty could not be converted to string”
iperf网络性能测试实例
服务器端执行:iperf -w 64000 -i 1 -p 5005 -s /or iperf -w 6400 …
Change MySQL Password on Zentyal
1.Change the default password in the config file for Ze …
mantisbt SYSTEM WARNING: date_default_timezone_get()
安装完mantisbt后,用浏览器打开提示以下错误信息: SYSTEM WARNING: date_defau …
美国人资料及信用卡
20个美国人姓名、地址、电话资料,申请免费空间时需要用到。 First name(名) Last name(姓 …
防止SSH无动作自动断线
一台托管在IDC的FreeBSD服务器,发现连过去一段时间内没动作就会自动断线,老是这样很不方便,于是进入服务 …
postfix传送邮件提示Invalid user specified
通过pkg_add方式安装备份好的tbz软件包后,邮件系统postfix传送邮件提示以下错误信息: statu …
A simple script might do this for your subnet
#!/usr/bin/bash i=1; while [ $i -lt 255 ]; do echo 192. …
基于RAMDISK的FreeBSD U盘启动实作
制作可以启动的映象文件 #dd if=/dev/zero of=/mnt/image bs=1k count= …