摘要:
三、最佳方式:rvictl命令 优点:简单,而且可以抓所有网络接口的数据; 缺点:似乎没有,要求手机iOS5以上不算要求吧?如果说缺点,就是这个命令是Xcode的Command Line Tools 中的。 步骤: 1. 手机通过USB线连接到PC; 2. 查看手机的UDID,因为rvictl需要使 阅读全文
摘要:
设置client的mtu ifconfig eth0 mtu 576 Ultimately, I added the following to /etc/ssh/ssh_config: Host SendEnv LANG LC_ HashKnownHosts yes GSSAPIAuthentica 阅读全文
摘要:
http://lhflinux.blog.51cto.com/1961662/526122 ssh keygen t rsa 输入后,会提示创建.ssh/id_rsa、id_rsa.pub的文件,其中第一个为密钥,第二个为公钥。过程中会要求输入密码,为了ssh访问过程无须密码,可以直接回车 。 阅读全文
摘要:
scp P1010 .ssh/id_rsa.pub root@139.x.x.x:~/.ssh/authorized_keys 阅读全文