Raspberry first setup

From Hobbywiki
Revision as of 20:33, 7 March 2014 by Pusur (Talk | contribs)

Jump to: navigation, search
  • apt-get update
  • apt-get install vim

Edit /etc/network/interfaces

iface eth0 inet static
       address 192.0.2.7
       netmask 255.255.255.0
       gateway 192.0.2.254
reboot