ChinaUnix.net
相关文章推荐:

svn Working copy locked metasploit

1. 安装需要的关联包,编译基本上默认就可以了。 cd /usr/ports/lang/ruby18 #配置config项选默认 make install clean && rehash cd /usr/ports/devel/ruby-gems #配置config项里我没用ipv6, 故去掉ipv6项 make install clean && rehash cd /usr/ports/databases/rubygem-activerecord #配置config项选默认 make install clean && rehash 2. 下载framework-3.1.tar.gz 官方站: http://metasploit.com/projects/Framework/dow...

by 5sky - BSD文档中心 - 2008-10-18 12:43:29 阅读(1507) 回复(0)

相关讨论

I want to execute some commands in load.sh , I don't how to perform it . please help me... 1) at now + 15 min < load.sh 2) at -f load.sh now + 15 minutes BOTH ARE NOT working ?

by OverSea - Shell - 2004-09-04 02:53:14 阅读(922) 回复(5)

请各位大侠指教: copy的用法

by lxr01 - PostgreSQL - 2005-08-05 09:37:23 阅读(1346) 回复(0)

[code] using namespace std; class B { public: void show(){puts("class B");} }; class D:public B { public: void showDDD(){puts("class D");} }; int main(int argc, char **argv) { void* p = new B; D* pd; pd = (D*)p; pd->showDDD(); return 0; } [/code] compiled by g++, the output is class D why?

by icw_zy - C/C++ - 2007-07-11 13:17:10 阅读(1527) 回复(10)

请教一下,创建项目时,将cvs server上某个目录下的内容全部import到repository,总是有如下错误 cvs [import aborted]: unrecognized auth response from webserver: Unknown command: `//' 命令是 cvs import -m "Imported sources" test test start

by marscld - 软件配置管理 - 2007-05-17 09:38:08 阅读(3045) 回复(1)

本机FTP没问题,从另台WINDOWS可以LOGIN,但无法 ls, put有反应,只生成文件名,size是0 what is wrong, please advice.

by smartj - BSD - 2007-05-12 21:55:48 阅读(1906) 回复(4)

How to get to know the shell type I'm using? which scripts will be executed as login on? it's .cshrc ,.profile or some elase? Thanks!

by aladdin - HP-UX - 2005-08-24 15:32:31 阅读(678) 回复(4)
by 不想发言 - 桌面与办公 - 2004-06-17 12:04:32 阅读(283) 回复(2)

anyone can me to explain what is the working principle of firewall and how many types of firewall from its classification of function. TIA :D

by nzq90 - 网络技术 - 2003-05-28 22:27:06 阅读(768) 回复(0)