Zabbix服务器监视工具安装
http://www.zabbix.com/download.php

  1. $ mysqladmin -u [username] -p create zabbix --default-character-set=utf8
  2. $ mysqladmin -p create zabbix --default-character-set=utf8
  3. $ yum install zabbix zabbix-agent zabbix-server zabbix-server-mysql zabb
  4. is-web zabbix-web-mysql

  1. telnet localhost 80
  2. find / -name apachectl
  3.  
  4. /usr/sbin/apachectl start
  5. /usr/sbin/apachectl startssl
  6. echo test >> /var/www/html/index.html
  7. chkconfig --list httpd
  8. chkconfig httpd on
  9. whereis perl
  10. ln -s /usr/bin/perl /usr/local/bin/perl
  11. rm -f /var/www/error/noindex.html

不断更新中...

== 查看目录列表的常用参数形式 ==

▼查看目录/文件详细信息列表

  1. $ ls -la

▼查看目录/文件详细信息,及修改日期

  1. $ ls -ltrh

== 邮件帐号/邮件服务器设置 ==

▼POSTFIX设置邮件账户/虚拟指向(执行PHP文件等)

  1. $ find / -name main.cf
  2. $ cat /etc/postfix/main.cf
  3.  
  4. $ yum search vim
  5. $ yum install vim
  6. $ yum install vim-enhanced.i386
  7.  
  8. $ vim /etc/aliases
  9. $ vi /etc/aliases.regex
  10. $ newaliases
  11.  
  12. $ rm .main.cf.swp
  13.  
  14. $ vim /etc/postfix/virtual
  15. $ /usr/sbin/postmap /etc/postfix/virtual
  16. $ /etc/init.d/postfix reload
  17. $ /etc/init.d/postfix restart
  18.  
  19. $ vi /var/log/maillog

WordPress表单插件

By: daaquan

30 Mar 2010

推荐下 FormBuilder
Form Builder 插件是开源的WordPress插件,不需要PHP或者HTML的专业知识,也可以通过管理面板轻松创建复杂的咨询反馈和联系等不同用途的表单。
** 主要功能: **

  • 不需要HTML知识即可自定义并生成复杂的表单
  • 轻松控制表单位置,创建好的表单可以显示在网站的任意位置
  • 在同一页上可创建并显示多个表单域
  • 同一表单可以分页显示
  • 自动邮件回复,访客邮件回复等可以任意设置
  • 可控制是否将用户提交的表单信息保存到数据库
  • 存储在数据库的信息可导出为CSV等excel格式
  • 内置垃圾邮件,恶意数据防止工具,如验证码等
  • 界面可翻译为多种语言
  • 也许还有更多惊喜...
  • No comments

▼统一的圆角:

  1. -webkit-border-radius: 10px; /* Safari、Google Chrome */
  2. -moz-border-radius: 10px; /* Firefox */

▼独立的圆角:

  1. -moz-border-radius-topleft / -webkit-border-top-left-radius
  2. -moz-border-radius-topright / -webkit-border-top-right-radius
  3. -moz-border-radius-bottomleft / -webkit-border-bottom-left-radius
  4. -moz-border-radius-bottomright / -webkit-border-bottom-right-radius

  • No comments

  1. Options +Includes
  2. DirectoryIndex index.html
  3. DirectoryIndex index.htm
  4. DirectoryIndex index.shtml
  5. DirectoryIndex index.sht
  6. DirectoryIndex index.cgi
  7. ScriptAlias /cgi-bin cgi-bin
  8. Alias /icons icons
  9. AddType text/html .html .htm
  10. AddType text/plain .txt
  11. AddType text/richtext .rtx
  12. AddType text/tab-separated-values .tsv
  13. AddType text/x-setext .etx
  14. AddType text/x-server-parsed-html .shtml .sht
  15. AddType application/macbinhex-40 .hqx