📅 2015-Jan-23 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ raspberry pi, raspbian ⬩ 📚 Archive
Raspbian is a Debian distribution for the Raspberry Pi.
Installing it to the Pi is easy:
.img
file from the downloaded zip file.192.168.0.99
.ssh pi@192.168.0.99
. The default password is raspberry
.sudo raspi-config
and choose to Expand filesystem
. This expands Raspbian to make full use of the space on your SD card. Exit the config tool and choose to reboot when it requests so.$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install usbmount
$ sudo apt-get install ntfs-3g
You now have a Raspbian system that is ready to roar! 😊
Tried with: Raspbian 7