Raspberry Pi 3  †
設定  †
以下のコマンドでタイムゾーン、ロケールの変更、DISKの拡張などを行なう。
Network  †
ネットワークを固定化する。
- 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  †
- sudo apt-get update
 
- sudo apt-get upgrade
 
- sudo rpi-update
 
User  †
Server設定  †
Apatch  †
- sudo apt-get install apache2