组建安全FREEBSD
Sep 17th, 2006 by song

前言
升级源码树
安装cvsup
升级系统源码树及ports
重新编译内核
优化编译环境
升级操作系统
升级配置文件
重新编译内核
重新启动服务器
优化FREEBSD
检查升级情况
打开防火墙
优化内核参数
安装防火墙
安装数据库MYSQL
安装mysql40-server和mysql40-client
安装phpmyadmin
安装FTP服务器
安装ftp软件(使用pure-ftpd/)
安装pureftpd_php_manager
安装APACHE服务器
安装apache13-modssl
安装PHP语言
安装php
安装ZendOptimizer
安装APACHE其它整合软件
安装mod_bandwidth
安装mod_fastcgi
安装mod_gzip
安装mod_limitipconn
安装mod_perl
安装mod_throttle
安装mod_watch
安装APACHE第三方软件
安装限制每个虚拟主机的并发数软件
安装防止ddos攻击的软件
其它需要安装的软件﹔
安装MRTG
安装net-snmp
安装mrtg
设置虚空间的mrtg和流量分析
安装BIND 9
安装bind9
安装邮件服务器
安装qmail邮件系统
安装WEBMIN和USERMIN
安装webmin
安装usermin
结束语

前言

Read the rest of this entry »

Restart httpd 時會詢問密碼
Sep 16th, 2006 by song

使用 openssl 做了server.key 和 server.crt 供 Apache Server 使用
Restart httpd 時會詢問密碼,有辦法讓他不詢問嗎?
方法1
去找一下 httpd.conf 裡是不是有一行註解

[code]#SSLPassPhraseDialog  builtin[/code]

 關鍵就在這一行.
改成


[code]  SSLPassPhraseDialog  exec:/somewhere/put/your/password[/code]

 那個 password 就是登入 ssl 用的檔案, 直接用 shell script
即可.


[code] #!/bin/sh
 echo "your password"[/code]

方法2
將 server.key 加密移除掉即可!


[code] # cp server.key server.key.org
# openssl rsa -in server.key.org -out server.key
# chmod 400 server.key[/code]

win2003+McAfee VirusScan v8.0i 的问题
Sep 16th, 2006 by song

win2003+McAfee VirusScan v8.0i 的问题
问:
看着网络上有报道说win2003服务器上装McAfee的杀毒软件挺好的,我今天也试装了,可装完以后,发现所有的网站都打不开了,包括静态的也一样!

去事件查看器完了后,发现了有错误发生!

为应用程序池 ‘DefaultAppPool’ 提供服务的进程无法响应 Ping。进程 ID 是 ’2144′。

卸载完McAfee后,有恢复正常,请问这是怎么回事?有人03+McAfee有成功的吗?

答:

你重新注册一vbscript和jscript组件 Read the rest of this entry »

FREEBSD5.3架站纪
Sep 15th, 2006 by song

撰稿人: Administrator  
2005-02-23
这篇文章采用了FREEBSD5.3 RELEASE,如果你想使用权用STABLE的FREEBSD的话,把STABLE-SUPFILE里的

tag=RELENG_5_3   改成

tag=RELENG_5
Read the rest of this entry »

BSD挂U盘 装 INTEL PRO1000
Sep 15th, 2006 by song

mkdir /mnt/usb
mount -t msdos /dev/da1s1 /mnt/usb

先看说明
Building and Installation
=========================

NOTE: The driver can be installed as a dynamic loadable kernel module or
     compiled into the kernel. You must have kernel sources installed in
     order to compile the driver module.

In the instructions below, x.x.x is the driver version as indicated in the
name of the driver tar file. Read the rest of this entry »

FreeBSD Command Tools
Sep 15th, 2006 by song

FreeBSD Command Tools
FreeBSD Command Tools

第一步
我如何离线?(exit)
我如何停止电脑?(shutdown -h now)
我如何重新激活计算机? (shutdown -r now)
我如何在单使用者模式下停止系统? (shutdown now)
我如何切换终端机? (ALT-F*) Read the rest of this entry »

sysinfo.exe
Sep 15th, 2006 by song

[url=http://www.xfocus.net/tools/200410/sysinfo.exe]sysinfo.exe[/url]

提交时间:2004-10-26
提交用户:
[url=https://www.xfocus.net/bbs/index.php?lang=cn&act=Profile&do=03&MID=45883]NetU0[/url] Read the rest of this entry »

fedora  下载
Sep 15th, 2006 by song

fedora  下载
[url=http://download.fedora.redhat.com/pub/fedora/linux/core/5/i386/iso/]点击下载[/url]

2006年100款最佳安全工具谱
Sep 15th, 2006 by song

在2000和2003年非常成功的推出了安全工具调查后,Insecure.Org 非常高兴为大家带来2006年度的安全工具调查。我-Fyodor对nmap-hackers 邮件列表中的用户进行了调查,让大家来分享他们最喜欢用的工具,结果有3243名用户提供了反馈信息。我从反馈信息中选取了大家最喜欢的前100种工具,并将它们进行了分类。建议安全界人士仔细阅读这份列表,并对不熟悉或未听说过的工具进行研究,相信会有很大帮助。我自己就从中发现了很多以前没有使用过但非常好用的工具。当很多菜鸟问我“我不知道当一个黑客该从何开始”时,我就让他们来读读这篇文章。
Read the rest of this entry »

Metasploit Framework
Sep 15th, 2006 by song

Metasploit Framework 下载地址:
[url=http://www.mxwdiy.com/Metasploit/framework-2.6.rar]http://www.mxwdiy.com/Metasploit/framework-2.6.rar[/url]

Metasploit的使用说明

[b]命令行下使用Metasploit[/b]

运行后首先看到的是Metasploit欢迎界面,我们输入“?”得到在线帮助(如图1所示):

[img]attachment/img_22430427.gif[/img]

可以看到里面有很多的命令,下面我将最重要的几个做简单解释:

Read the rest of this entry »

SIDEBAR
»
S
I
D
E
B
A
R
«
»  Substance:WordPress   »