Install Minimal Debian OS Raspberry Pi | The Extra Pi Episode 1
Geek Till It Hertz
raspberry pi: www.raspberrypi.org
Episode 1: Install minimal debian: a) download .zip from https://github.com/debian-pi/raspbian-ua-netinst/releases/latest b) copy .zip to an empty sdcard d) Done, User:root Password:raspbian e) apt-get install cpufrequtils
Static ip a)check current IP: ifconfig b)make note of the following: inet addr: 192.168.1.7 [CHANGE] Bcast: 192.168.1.255 [CHANGE] Mask: 255.255.255.0 c)route -nee Gateway: 192.168.1.1 d) apt-get install nano edit: nano /etc/network/interfaces Remove the line that reads iface eth0 inet dhcp Add the following iface eth0 inet static address 192.168.0.6 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 Save the file by pressing CTRL-X and select Y to save the changes. e) Reboot ... https://www.youtube.com/watch?v=JQ0f2Af3CPo
217395284 Bytes