閱讀198 返回首頁    go 技術社區[雲棲]


HI3531網絡tftp、nfs加載

 ifconfig eth0 hw ether 00:00:23:34:45:66;

ifconfig eth0 192.168.1.10 netmask 255.255.255.0;

route add default gw 192.168.1.1;ifconfig;

ping 192.168.1.100

                                            

mount -t nfs -o nolock 192.168.1.210:/home/ks/hi3531/nfs_3531  /mnt

 

tftp 192.168.1.210 -l test –g

tftp 192.168.1.210 -l a1.264 –p

最後更新:2017-04-03 12:54:04

  上一篇:go word中插入題注(表1、圖1)
  下一篇:go 使用github管理你的代碼