[
2007/07/28 15:13 | by 孤城浪子 ]
2007/07/28 15:13 | by 孤城浪子 ]
还在睡觉就接到几个咨询电话,其中一个说数据库满出问题了,没办法,起床,开电脑
提示:
错 误 号:-2147217900
错误描述:未能为数据库 '*****' 中的对象 '*****' 分配空间,因为文件组 'PRIMARY' 已满。
错误来源:Microsoft OLE DB Provider for SQL Server
查看日志:
错误: 1105,严重度: 17,状态: 2
未能为数据库 '****' 中的对象 '(SYSTEM table id: 6)' 分配空间,因为文件组 'PRIMARY' 已满。
检查SQL数据库设置,数据库才用了100M,限制是1G,系统注册用户能正常写入数据库
检查磁盘空间,所有分区都有足够空间
备份数据库也不行,提示磁盘空间不足
查看应用程序日志,发现
E:\MSSQL\Data\******.mdf: 遇到了操作系统错误 112(磁盘空间不足。)
可明明E盘还有几十G空间的,继续找
最后找到问题是SQL运行帐户磁盘配额的问题,汗!
提示:
错 误 号:-2147217900
错误描述:未能为数据库 '*****' 中的对象 '*****' 分配空间,因为文件组 'PRIMARY' 已满。
错误来源:Microsoft OLE DB Provider for SQL Server
查看日志:
错误: 1105,严重度: 17,状态: 2
未能为数据库 '****' 中的对象 '(SYSTEM table id: 6)' 分配空间,因为文件组 'PRIMARY' 已满。
检查SQL数据库设置,数据库才用了100M,限制是1G,系统注册用户能正常写入数据库
检查磁盘空间,所有分区都有足够空间
备份数据库也不行,提示磁盘空间不足
查看应用程序日志,发现
E:\MSSQL\Data\******.mdf: 遇到了操作系统错误 112(磁盘空间不足。)
可明明E盘还有几十G空间的,继续找
最后找到问题是SQL运行帐户磁盘配额的问题,汗!
[
2007/07/27 15:40 | by 孤城浪子 ]
2007/07/27 15:40 | by 孤城浪子 ]
首先在 IIS 的 Isapi 上添加这个筛选器,筛选器名称为 Rewrite ,可执行文件选择 Rewrite.dll ,重新启动 IIS。附件中 httpd.ini 已经设置好,适合Bo-Blog 2.0.3!
如果原来有加载ISAPI_Rewrite,只需要在 httpd.ini 的最后面加上##Bo-Blog-----------------------------之间这些就可以了
下载文件
[ISAPI_Rewrite]
CacheClockRate 3600
RepeatLimit 32
#Bo-Blog 2.1.1 Release ISAPI_Rewrite
RewriteRule /post/([0-9]+)/?([0-9]+)?/?([0-9]+)?/ /read.php\?entryid=$1&page=$2&part=$3
RewriteRule /page/([0-9]+)/([0-9]+)/ /index.php\?mode=$1&page=$2
RewriteRule /starred/([0-9]+)/?([0-9]+)?/ /star.php\?mode=$1&page=$2
RewriteRule /category/([^/]+)/?([0-9]+)?/?([0-9]+)?/ /index.php\?go=category_$1&mode=$2&page=$3
RewriteRule /archiver/([0-9]+)/([0-9]+)/?([0-9]+)?/?([0-9]+)?/ /index.php\?go=archive&cm=$1&cy=$2&mode=$3&page=$4
RewriteRule /date/([0-9]+)/([0-9]+)/([0-9]+)/?([0-9]+)?/?([0-9]+)?/ /index.php\?go=showday_$1-$2-$3&mode=$4&page=$5
RewriteRule /user/([0-9]+)/ /view.php\?go=user_$1
RewriteRule /tags/([^/]+)/?([0-9]+)?/?([0-9]+)?/ /tag.php\?tag=$1&mode=$2&page=$3
RewriteRule /component/id/([0-9]+)/ /page.php\?pageid=$1
RewriteRule /component/([^/]+)/ /page.php\?pagealias=$1
#Customized URL
RewriteRule /([^/|.]*)/?([0-9]+)?/?([0-9]+)?/ /read.php\?blogalias=$1&page=$2&part=$3
如果原来有加载ISAPI_Rewrite,只需要在 httpd.ini 的最后面加上##Bo-Blog-----------------------------之间这些就可以了
下载文件 [ISAPI_Rewrite]
CacheClockRate 3600
RepeatLimit 32
#Bo-Blog 2.1.1 Release ISAPI_Rewrite
RewriteRule /post/([0-9]+)/?([0-9]+)?/?([0-9]+)?/ /read.php\?entryid=$1&page=$2&part=$3
RewriteRule /page/([0-9]+)/([0-9]+)/ /index.php\?mode=$1&page=$2
RewriteRule /starred/([0-9]+)/?([0-9]+)?/ /star.php\?mode=$1&page=$2
RewriteRule /category/([^/]+)/?([0-9]+)?/?([0-9]+)?/ /index.php\?go=category_$1&mode=$2&page=$3
RewriteRule /archiver/([0-9]+)/([0-9]+)/?([0-9]+)?/?([0-9]+)?/ /index.php\?go=archive&cm=$1&cy=$2&mode=$3&page=$4
RewriteRule /date/([0-9]+)/([0-9]+)/([0-9]+)/?([0-9]+)?/?([0-9]+)?/ /index.php\?go=showday_$1-$2-$3&mode=$4&page=$5
RewriteRule /user/([0-9]+)/ /view.php\?go=user_$1
RewriteRule /tags/([^/]+)/?([0-9]+)?/?([0-9]+)?/ /tag.php\?tag=$1&mode=$2&page=$3
RewriteRule /component/id/([0-9]+)/ /page.php\?pageid=$1
RewriteRule /component/([^/]+)/ /page.php\?pagealias=$1
#Customized URL
RewriteRule /([^/|.]*)/?([0-9]+)?/?([0-9]+)?/ /read.php\?blogalias=$1&page=$2&part=$3
Nbtscan 可以 扫描全网段IP地址、NETBIOS名和MAC地址对应表,有助于判断感染ARP病毒对应MAC地址和IP地址。
使用方法:
Nbtscan -r 192.168.0.1/24
下载文件
使用方法:
Nbtscan -r 192.168.0.1/24
下载文件
[
2007/07/27 09:08 | by 孤城浪子 ]
2007/07/27 09:08 | by 孤城浪子 ]
Readme for fport v2.0
fport supports Windows NT4, Windows 2000 and Windows XP
fport reports all open TCP/IP and UDP ports and maps them to the owning application.
This is the same information you would see using the 'netstat -an' command, but it also
maps those ports to running processes with the PID, process name and path. Fport can be
used to quickly identify unknown open ports and their associated applications.
Usage:
C:\>fport
FPort v2.0 - TCP/IP Process to Port Mapper
Copyright 2000 by Foundstone, Inc.
http://www.foundstone.com
Pid Process Port Proto Path
392 svchost -> 135 TCP C:\WINNT\system32\svchost.exe
8 System -> 139 TCP
8 System -> 445 TCP
508 MSTask -> 1025 TCP C:\WINNT\system32\MSTask.exe
392 svchost -> 135 UDP C:\WINNT\system32\svchost.exe
8 System -> 137 UDP
8 System -> 138 UDP
8 System -> 445 UDP
224 lsass -> 500 UDP C:\WINNT\system32\lsass.exe
212 services -> 1026 UDP C:\WINNT\system32\services.exe
The program contains five (5) switches. The switches may be utilized using either a '/'
or a '-' preceding the switch. The switches are;
Usage:
/? usage help
/p sort by port
/a sort by application
/i sort by pid
/ap sort by application path
For updates visit: www.foundstone.com
下载文件
fport supports Windows NT4, Windows 2000 and Windows XP
fport reports all open TCP/IP and UDP ports and maps them to the owning application.
This is the same information you would see using the 'netstat -an' command, but it also
maps those ports to running processes with the PID, process name and path. Fport can be
used to quickly identify unknown open ports and their associated applications.
Usage:
C:\>fport
FPort v2.0 - TCP/IP Process to Port Mapper
Copyright 2000 by Foundstone, Inc.
http://www.foundstone.com
Pid Process Port Proto Path
392 svchost -> 135 TCP C:\WINNT\system32\svchost.exe
8 System -> 139 TCP
8 System -> 445 TCP
508 MSTask -> 1025 TCP C:\WINNT\system32\MSTask.exe
392 svchost -> 135 UDP C:\WINNT\system32\svchost.exe
8 System -> 137 UDP
8 System -> 138 UDP
8 System -> 445 UDP
224 lsass -> 500 UDP C:\WINNT\system32\lsass.exe
212 services -> 1026 UDP C:\WINNT\system32\services.exe
The program contains five (5) switches. The switches may be utilized using either a '/'
or a '-' preceding the switch. The switches are;
Usage:
/? usage help
/p sort by port
/a sort by application
/i sort by pid
/ap sort by application path
For updates visit: www.foundstone.com
下载文件 










