自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Aylazhang的专栏

走在寂静里,走在天上。。。

  • 博客(5)
  • 资源 (2)
  • 收藏
  • 关注

原创 简单统计postfix发送人记录的脚本

用法:st.pl > log###--------st.pl----------------------------------------- ###############!/usr/bin/perl -wuse POSIX qw(strftime);open LOG,"/var/log/maillog";my %hash;while() {  if ($_ =~ m/to=/) {    $h

2007-06-27 18:26:00 2093

原创 Postfix 的安装跟简单测试

~# /sbin/service sendmail stop一 准备工作:(确保下载源码包,解压完成)1./usr/sbin/adduser postfix2.vi /etc/passwd  postfix:*:1001:1001:postifx:/no/where:/bin/false3.vi /etc/group  postdrop:*:10074.whereis sendmail5.mv /

2007-06-27 18:11:00 6642

原创 Enable CGI by Apache

Step 1:  Add +ExecCGI in Options.such as    Options Indexes FollowSymLinks +ExecCGI  .... Step 2: Modify the ScriptAlias such as :#ScriptAlias /cgi-bin/ "C:/devapp/Apache2/cgi-bin/"

2007-06-26 13:45:00 1282

原创 Complie Apache with VC6.0

step 1. Download the httpd-2.0.59-win32-src.zip from apache.org(It is almost 8.8MB).Then unzip it.step 2.Download the win-awk from http://cm.bell-labs.com/cm/cs/who/bwk/awk95.exe  then copy/rena

2007-06-26 13:43:00 975

原创 Apache URL ReWrite in Windows

Apache2.0.591.Goal: convert http://localhost/001/test.html to http://localhot/test.php?id=001 Step 1.config the Apache configure file: httpd.conf.Add a  VirtualHost at the end of this file

2007-06-26 13:38:00 903

SecureCRT 32位系统上的ssh工具

好的连接工具。远程登录软件,从51CTO上下载,请使用。

2011-11-30

hibernate 参考手册

hibernate 参考手册。opendoc上的资源

2010-11-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除