/etc/rc.local
modprobe i2c-i801
modprobe i2c-smbus
modprobe iTCO-wdt
service watchdog start| # Non-interactive command-line equivalents to raspi-config | |
| # These are not guaranteed to work under all circumstances. | |
| # I use them in a fabric script to do unattended setup of a | |
| # Raspberry Pi immediately after having booted up a NOOBS | |
| # and installed Raspbian. | |
| # | |
| # 1. Install NOOBS | |
| # 2. When the config screen comes up, hit TAB TAB RETURN to exit from it | |
| # 3. Type 'sudo service ssh start' at the command line (no quotes). | |
| # 4. (Optional) copy a public key to the pi account on the pi. |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.