Raspberry Pi 安装步骤

  1. 刻录img文件到SD卡
  2. 探测IP地址
  3. 从远程登录Pi
  4. (非常重要) 执行 sudo raspi-config 来扩展文件系统,
  5. 运行 sudo apt-get update
  6. 运行 sudo apt-get dist-upgrade

  7. 修改  /etc/dhcpcd.confg

++++++++dhcpcd.confg+++++++

#add by Neo 20160508
interface eth0
static ip_address=192.168.1.4/24
static routers=192.168.1.1
static domain_name_servers=192.168.1.1 8.8.8.8 4.2.2.1


https://codex.wordpress.org/Nginx


已发布

分类

来自

标签: