• iOS 越狱后OpenSSH安装报错


    转载自:https://www.jianshu.com/p/75f6d0f54d61

    安装OpenSSH报错

    • 尝试重启手机重新安装
    • 将手机语言设置为英文状态
    • 将手机设置为飞行模式,用wifi下载(我的解决方法)

    经过上面几步iOS 8.4越狱成功下载OpenSSH

     然后在 cydia中安装network Command

    运行ifconfig -l结果如下

     ifconfig -l
    lo0 pdp_ip0 pdp_ip1 pdp_ip2 pdp_ip3 ap1 en0 en1 awdl0
    wodeshouji:~ root# ifconfig
    lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet 127.0.0.1 netmask 0xff000000 
    pdp_ip0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
    pdp_ip1: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
    pdp_ip2: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
    pdp_ip3: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
    ap1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
        ether aa:88:08:47:f0:e7 
    en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 192.100.200.106 netmask 0xffffff00 broadcast 192.100.200.255
        ether a8:88:08:47:f0:e7 
    en1: flags=8822<BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500
        ether aa:88:08:47:f1:7f 
    awdl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1452
        ether 66:1a:ae:c0:52:0b 

    en0是本地网卡,抓包命令

    tcpdump -X -s0 -i en0 -w /tmp/dump.pcap

    然后把dump.pcap下载回来放到wireshark分析

  • 相关阅读:
    关于shell输出的一些问题
    python一些问题
    excel
    梁先生家书摘录
    使用conda安装requirement.txt指定的依赖包
    Matplotlib 的默认颜色 以及 使用调色盘调整颜色
    各种 Shell 的使用
    将实验数据保存到txt文件中
    机器学习-学习资源
    Gvim 的使用
  • 原文地址:https://www.cnblogs.com/passedbylove/p/11711416.html
Copyright © 2020-2023  润新知