小技巧合集

2022-12-15  本文已影响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服务
上一篇下一篇

猜你喜欢

热点阅读