Skip to content

Instantly share code, notes, and snippets.

@namuyan
Last active November 12, 2018 13:06
Show Gist options
  • Save namuyan/3a877a5c4e050239eed8d217ef799f0b to your computer and use it in GitHub Desktop.
Save namuyan/3a877a5c4e050239eed8d217ef799f0b to your computer and use it in GitHub Desktop.
nanoPi-fire3を使用する時の手順

Login

  • username: pi
  • password: pi

/etc/apt/sources.list のリンクを修正する

sed -e 's/192.168.1.9/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list > tmp.txt
sudo mv tmp.txt /etc/apt/sources.list

Update & install

  1. sudo apt-get update
  2. sudo apt-get install -y git curl build-essential python3-dev
  3. curl -kL https://bootstrap.pypa.io/get-pip.py | sudo python3
  4. install leveldb

注意!

  • ufw 使えん
  • めちゃ熱い
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment