摘要:
ifconfig: command not found 查看path配置(echo相当于c中的printf,C#中的Console.WriteLine) 解决方案1:先看看是不是root用户,如果不是就 su 切换到root用户 su 解决方案2:(如果没看见 /sbin)【我们这显然不是这个问题】 阅读全文
摘要:
Ubuntu 14.04.1为例,设置步骤如下:一. 生成密钥的公钥和私钥# ssh-keygen -t rsaGenerating public/private rsa key pair.Enter file in which to save the key (/root/.ssh/id_rsa)... 阅读全文