Archive for '学习资料'
Zeus .htaccess设置目录访问权限
以前弄过一次 后来又给忘记了 最近一个客户需要 有啄磨了很多才搞定,现在记下来
Posted: 一月 11th, 2009 under 学习资料.
Tags: .htaccess, Zeus
Comments: none
命令行模式下禁用或启用网卡
netsh interface show interface
Posted: 十一月 2nd, 2007 under 学习资料.
Comments: none
防范ARP欺骗的有效办法
很简单
Posted: 十月 17th, 2007 under 学习资料.
Comments: 1
更改MSSQL的所有者解决方法,测试可行
–执行这个语句,就可以把当前库的所有表的所有者改为dbo
exec sp_msforeachtable ’sp_changeobjectowner ”?”, ”dbo”’
Posted: 十月 13th, 2007 under 学习资料.
Comments: none
在FREEBSD 5.2中使用Pureftpd + MySQL + Pureftpd_php_manager架设FTP SERVER
前些日子都想写的﹐但由于忙着安装新SERVER﹐一直想着弄完成后可以把其中的过程写出来。现在新SERVER也上架了﹐有时间慢慢写几篇文章出来了﹐*^_^*
Posted: 九月 6th, 2007 under 学习资料.
Comments: none
ISAPI_Rewrite 忽略大小写
ISAPI_Rewrite 规则对大小写敏感,偶google了大半天,终于知道如何忽略大小写了
Posted: 九月 1st, 2007 under 学习资料.
Comments: none
修改Webmin登入密碼
使用Webmin來Config Server作一些管理,可以簡化很多時間,
但是若忘記管理者密碼那可就很麻煩了!
以下提供一個方法來reset Webmin的使用者密碼,很簡單的!
Posted: 八月 9th, 2007 under 学习资料.
Comments: 3
FreeBSD的两个常用网络命令
1,网卡强制设为100M全双工
Posted: 七月 28th, 2007 under 学习资料.
Comments: none
应用程序-特定权限设置未将COM 服务器应用程序
应用程序-特定权限设置未将COM 服务器应用程序(CLSID 为
{A9E69610-B80D-11D0-B9B9-00A0C922E750}
)的 本地 激活 权限授予用户 IBM-D882681D063\IWAM_IBM-D882681D063 SID (S-1-5-21-1304240173-3011969147-3728014682-1013)。可以□□□组件服务管理工具修改此安全权限。
Posted: 七月 28th, 2007 under 学习资料.
Comments: 1
IIS rewrite防盗链
安装rewrite 安装过程很简单 软件下载:http://www.hxitz.com/Code/Projec … ForIIStebieban.html
安装完后 停掉IIS,用cracker的文件覆盖源文件,就可以免费使用了
Posted: 六月 23rd, 2007 under 学习资料.
Comments: none