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 ?
[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?
请教一下,创建项目时,将cvs server上某个目录下的内容全部import到repository,总是有如下错误 cvs [import aborted]: unrecognized auth response from webserver: Unknown command: `//' 命令是 cvs import -m "Imported sources" test test start
本机FTP没问题,从另台WINDOWS可以LOGIN,但无法 ls, put有反应,只生成文件名,size是0 what is wrong, please advice.
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!
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