#author("2016-07-18T13:39:19+09:00","default:masaya","masaya")
* Raspberry Pi 3 [#l7c37a84]
#author("2016-07-21T18:00:07+09:00","default:masaya","masaya")
* Raspberry Pi 3 [#y78ef6cf]

** 設定 [#w8bc374a]
以下のコマンドでタイムゾーン、ロケールの変更、DISKの拡張などを行なう。

- sudo raspi-config

*** Network [#ob4c3f66]
ネットワークを固定化する。
- vi /etc/dhcpcd.conf
-- interface eth0
-- static ip_address=192.168.xxx.xxx/24
-- static routers=192.168.xxx.1
-- static domain_name_servers=192.168.xxx.1
 

*** Update [#k250150f]
- sudo apt-get update
- sudo apt-get upgrade
- sudo rpi-update

*** User [#kbe62c63]
- 新しいユーザを追加
-- sudo できるようにgroupに追加しておく。
- pi は削除


** Server設定 [#t5595df8]
*** Apatch [#j4751826]
- sudo apt-get install apache2

#br
#br