Tags

    Raspberry Pi (6/15)

    • Davy helped install Raspbian
    • Messed around with/"practiced" Unix stuff taught earlier
    • Set static IP address /etc/network/interfaces

    address 10.14.88.23

    netmask 255.255.0.0

    network 10.14.0.0

    broadcast 10.14.255.255

    gateway 10.14.0.1

    (get from ifconfig and netstat -nr)

    sudo apt-get update
    sudo apt-get upgrade

    Comments