一,上手
1)今天拿到乙個nanipi,不知如何下手。它的系統已經寫在emmc裡了。
2)後來找資料發現他有乙個除錯串列埠。接線順序是從螺釘孔向後gnd 5v tx rx。
3)後來我把除錯串列埠通過u轉串轉接至電腦。
4)然後系統開始列印除錯資訊。
5)115200波特率,用超級終端,可以把nanipi跑起來。
二,上網
1)把nanipi切換root賬戶,nanipi的使用者名稱是root,預設密碼是fa
2)連線wifi,
$ su root --使用管理員
$ nmcli dev --檢視網路裝置
$ nmcli r wifi on --開啟wifi
$ nmcli dev wifi --掃瞄附近wifi
$ nmcli dev wifi connect "ssid" password "password" ifname wlan0 --連線wifi
$ ping www.baidu.com --檢查wifi
三,putty,ssh連線
1)ifconfig後得到裝置ip;
2)用putty登陸速度可能會比較慢,沒弄明白為什麼。(後來整明白了,可能是nano pi 的wifi天線是外接的,必須插上天線後wifi連線才能可靠)
3)用ssh transfer 連線傳輸檔案時可能出現以下錯誤 server responded "algorithm negotiation failed」
解決辦法是修改 /etc/ssh/sshd_config
a)cd /etc/ssh
b)vi /etc/ssh/sshd_config
在配置檔案中新增:
ciphers aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-cbc,arcfour128,arcfour256,arcfour,blowfish-cbc,cast128-cbc
macs hmac-md5,hmac-sha1,[email protected],hmac-ripemd160,hmac-sha1-96,hmac-md5-96
kexalgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1,[email protected]
重啟sshd服務後(sudo service ssh restart),即可正常連線:
Bash新手指南
bash新手指南 xalasys.com 目錄 介紹1.本指南由來 2.誰應該閱讀此書?3.新版本和取得方法 4.歷史修訂 5.貢獻 6.反饋 7.版權資訊 8.你需要什麼?9.本文件約定 10.本文件組織結構 1.bash和bash指令碼 1.1.常用的shell程式 1.1.1.shell的普遍...
nginx 新手指南
官網 可以使用 nginx 的幫助命令檢視可以使用的命令 nginx h 或者 nginx root gray sbin nginx h nginx version openresty 1.11.2.2 usage nginx hvvttq s signal c filename p prefix ...
nginx新手指南
記錄nginx在centos上的安裝,開啟過程。其實也就是翻譯兩篇nginx上的文件的部分。install beginner s guide nginx name nginx repo baseurl gpgcheck 0 enabled 1 usr sbin nginx 這是開啟nginx的檔案 ...