Orange Pi PC が到着しました。事前にOSイメージとか作っていたので、
- 開梱後 microSDHCを挿入
- UTPケーブルでネットワークに接続
- 電源アダプタを接続
で ok。
DHCPでアドレスを取得しているはずですので、取得したIPを確認した後 ssh接続をします。DHCPアドレスの取得は Angry IP Scanner で確認。DHCPのレンジを少なくしておいた方が簡単に見つかったなと後から気づきました。
192.168.11.25 が払い出されていたようです。
TerTerm で ssh接続をします。デフォルトの id とパスワードは root/1234 に設定されています。
ssh接続後、QA形式でセットアップが始まります。
You are required to change your password immediately (root enforced) ___ ____ _ ____ ____ / _ \ _ __ __ _ _ __ __ _ ___ | _ \(_) | _ \ / ___| | | | | '__/ _` | '_ \ / _` |/ _ \ | |_) | | | |_) | | | |_| | | | (_| | | | | (_| | __/ | __/| | | __/| |___ \___/|_| \__,_|_| |_|\__, |\___| |_| |_| |_| \____| |___/ Welcome to ARMBIAN Debian GNU/Linux 8 (jessie) 3.4.112-sun8i System load: 0.14 Up time: 7 min Memory usage: 5 % of 1000Mb IP: 192.168.11.25 CPU temp: 42°C Usage of /: 5% of 29G Last login: Sat Oct 29 04:31:33 2016 from 192.168.11.6 Changing password for root. (current) UNIX password: Enter new UNIX password: Retype new UNIX password: Thank you for choosing Armbian! Support: www.armbian.com Creating new account. Please provide a username (eg. your forename):koyama Adding user `koyama' ... Adding new group `koyama' (1000) ... Adding new user `koyama' (1000) with group `koyama' ... Creating home directory `/home/koyama' ... Copying files from `/etc/skel' ... Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully Changing the user information for koyama Enter the new value, or press ENTER for the default Full Name []: Room Number []: Work Phone []: Home Phone []: Other []: Is the information correct? [Y/n] y Dear , your account koyama has been created and is sudo enabled. Please use this account for your daily work from now on. Your display settings are currently 720p (1280x720). To change this use the h3disp utility. Do you want to change display settings now? [nY] n
|
- rootのパスワードを変更します。
- 追加ユーザを作成します。Full Name~Other はEnterキー押下のみ、特に指定しません。
- GUIでの接続はしないので、ディスプレイセッティングは 'n' で終了します。
取りあえずはこれで完了です。細かな変更はその2 で。
0 件のコメント:
コメントを投稿