0℃
2011年11月14日
⁄ linux攻略
⁄ 被围观 244 次+
The following tests have been run to determine if Kohana will work in your environment. If any of the tests have failed, consult the documentation for more information on how to correct the problem.
PHP Version
5.1.6
System Directory
/usr/local/pnp4nagios/lib/kohana/system/
Application Directory
/usr/local/pnp4nagios/share/application/
Reflection Enabled
Pass
Iconv Extension Loaded
Pass
Mbstring Not Overloaded
The mbstring extension is overloading PHP's nativ...
lamp, linux攻略, 系统监控阅读全文
0℃
1.Linux下生成密钥
注意:建议对id_rsa私钥设置密码就是万一您的私钥给盗走了,但如果小偷不知道该密码,他也无法使用该私钥登陆服务器的。
2.跳转进入.ssh目录内的就是证书文件
3.将公钥id_rsa.pub名修改为authorized_keys,也可不修改,如不修改就修改“公钥的存放路径和名字”那里公钥名字必须和这里的相同
4.将私钥打包发送到客户端使用puttygen的“Load”读取id_rsa文件,这里输入刚才设置的私钥密码。
5.输入完成后点OK
6.先点击确定,然后点击“Save private key”保留私钥路径。
7.选择Connection-SSH...
lamp, linux攻略阅读全文



