Monday, April 18, 2016

raspberry pi ntp 서비스 재시작 방법( restart ntp service, time set from internet time server)

sudo /etc/init.d/ntp restart


Saturday, April 16, 2016

raspberry pi 새 ip address가 잡히지 않을때. assign new ip address in /etc/network/interfaces but not working.

/etc/network/interfaces 파일에 static 으로 ipaddress를 지정한 후
아래와 같이 네트워크 서비스를 다시 시작한다.
sudo /etc/init.d/networking reload


------------------------------
modify /etc/network/interfaces file to static and ip address. and restart network service

type bellow.

sudo /etc/init.d/networking reload