OS + Ubuntu ARM Android

s

1、 Ubuntu 18.04 ISO的下载路径参考:https://www.ubuntu.com/download/server/arm

2、 Android SDK下载链接:https://pan.baidu.com/s/1U38yDNVGXtRFkRxkPF290g            提取码:31df

 

TaiShan系列 服务器 Ubuntu18.04 安装指南

https://support.huawei.com/enterprise/zh/doc/EDOC1100052765 

 

sudo ifconfig enP2p233s0f1 10.47.194.7 netmask 255.255.254.0 broadcast 10.47.195.254

sudo vim /etc/netplan/01-netcfg.yaml

# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: networkd
  ethernets:
          enP2p233s0f1:
                  dhcp4: no
                  addresses: [10.47.194.7/23]
                  gateway4: 10.47.195.254
                  nameservers:
                          addresses: [10.19.251.34]

  

sudo ifconfig enP2p233s0f1 up

sudo netplan apply

sudo ip addr

 

end

posted @ 2019-03-28 13:58  siemens800  阅读(413)  评论(0编辑  收藏  举报