Difference between revisions of "Raspberry first setup"

From Hobbywiki
Jump to: navigation, search
(Created page with "Category:Computerguides *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 ...")
 
Line 8: Line 8:
 
         netmask 255.255.255.0
 
         netmask 255.255.255.0
 
         gateway 192.0.2.254
 
         gateway 192.0.2.254
 +
 +
reboot

Revision as of 20:33, 7 March 2014

  • 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