1. 程式人生 > >工程實訓第九天

工程實訓第九天

姓名:沈淼錢 日期:2018.10.18

專案名稱 工程實訓
本日任務完成情況 完成課上的編譯程式,執行成功。
本日開發中出現的問題彙總
自我評價 衝鴨!
本日開發收穫 板子除錯步驟:1、板子虛擬機器都執行,輸指令檢視地址:Ifconfig 改地址:【Ifconfig eth0 192.168.1.xxx(不大於255,不一樣的數字)】2、板子虛擬機器分別輸入對方地址,執行匹配:Ping 192.168.1.xxx3、建立test檔案,並改密碼:(Passwd,改密碼)
[email protected]
:/home/chatroom# useradd [email protected]:/home/chatroom# passwd test1Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully4、編譯伺服器檔案到板子:arm-none-linux-gnueabi-gcc server.c -o server -lphread -static;’5、拷貝編譯檔案到test :cp server /home/test1 ; 6、(啟動ftp的伺服器)/etc/init.d/vsftpd restart7、(關閉防火牆)/etc/init.d/iptables stop 8、get serverBye(退出)9、Chmod 777 server(加許可權)