发布时间:2015-08-24 10:47:07
在使用ssh登录其他机器时提示了如下错误:
The authenticity of host 192.168.0.xxx can't be established.
ECDSA key fingerprint is xx:xx:.....
Are you sure you want to continue co.........【阅读全文】
发布时间:2015-08-22 13:14:18
<span style="font-family:song, Verdana;font-size:14px;line-height:22.3999996185303px;white-space:normal;background-color:#F0F3FA;color:#cc0000;"><span style="font-weight:700;">转载自 : http://bbs.chinaunix.net/thread-1950213-1-1.html<br /><br />1。什么是ABI</span></span><span style="font-fami.........【阅读全文】
发布时间:2015-08-17 11:31:37
<br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code521')">此处</span>)折叠或打开</p></div><div id="code521" class="codeText"><ol style="margin:0 1px 0 0px;padding-left:40px;" start="1" class="dp-css"><li><span style=.........【阅读全文】
发布时间:2015-08-17 09:54:33
1.查进程<br /> ps命令查找与进程相关的PID号:<br /> ps a 显示现行终端机下的所有程序,包括其他用户的程序。 <br /> ps -A 显示所有程序。 <br /> ps c 列出程序时,显示每个程序真正的指令名称,而不包含路径,参数或常驻服务的标示。 <br />.........【阅读全文】