2024年4月12日

摘要: 方式1: 用网线将香橙派zero2连接电脑 之后 sudo dhcpcd enp2s0 用arp扫描找ip sudo arp-scan --interface enp2s0 --localnet -v 用nmap扫描找ip nmap -sP -v 169.254.0.0/16 enp2s0是我的有线 阅读全文
posted @ 2024-04-12 16:01 近真真 阅读(667) 评论(0) 推荐(0)
 
摘要: su root Password: su: failed to execute zsh: No such file or directory sudo chsh -s /bin/bash root Password: chsh: PAM: Authentication failure 命令不行,可能 阅读全文
posted @ 2024-04-12 15:50 近真真 阅读(42) 评论(0) 推荐(0)