美文网首页
小技巧合集

小技巧合集

作者: 学海摆渡人 | 来源:发表于2022-12-15 16:47 被阅读0次

    技巧1:查看应用打开哪些library库

    setprop debug.ld.app.com.example.myapp dlsym,dlopen,dlerror
    

    技巧2:同网络出口,能ping但不能通某个端口,修改网口mtu再验证

    echo 1000 >> /sys/class/net/eth0/mtu 
    

    linsten函数不支持udp类型

    ssh出现no matching host key type found. Their offer: ssh-rsa

    创建文件:~/.ssh/config,并加入

    HostKeyAlgorithms +ssh-rsa
    PubkeyAcceptedKeyTypes +ssh-rsa
    

    macos scp出现 /usr/libexec/sftp-server: inaccessible or not found

    sftp连接 就是服务器没有开sftp服务
    

    相关文章

      网友评论

          本文标题:小技巧合集

          本文链接:https://www.haomeiwen.com/subject/tymrqdtx.html