hostname(config)#int se 0/0
hostname(config-if)#ip address 202.10.203.94 255.255.255.252
hostname(config-if)#encapsulation frame-relay
hostname(config-if)#frame-relay lmi-type q933a
pop3 command diagnosing
telnet yourmailserverip 110
#使用 telnet 命令连接服务器 110 端口
Connected to yourmailserverip.
Install Zend Optimizer on freebsd
在freebsd系统上安装Zend Optimizer程序
Online generator favicon.ico
在线生成favicon.ico
Free IDNS Service Provider
免费的智能DNS解析提供商DNSPod
use eAccelerator to compile/encode php scripts
使用 eAccelerator 加密PHP程序
google contact number
google的联系电话,Adsense付款时可能要用到,备用!
About winmail.dat issue
如果你使用非Outlook软件来处理来自Outlook以及Exchange Server的E-mail,你很可能会遇到附件为winmail.dat的邮件,而你完全不知道这个附件如何打开,甚至更惨的是原本附件在邮件中的文件也不幸被这个winmail.dat吃掉了。
Postfix stress test scripts
postfix邮件系统压力测试脚本。
邮件系统配置好后,通常都要测试一下系统整体的性能,以下是postfix邮件系统压力测试脚本。
display the correct local time on squid log
显示squid的log记录时间脚本
many ways to change mysql password
MySQL修改root密码的多种方法,
方法1: 用SET PASSWORD命令
mysql -u root
mysql> SET PASSWORD FOR ‘root’@’localhost’ = PASSWORD(’newpass’);