-
Recent Posts
Categories
Raspberry PI Related
-
Archives
Meta
-
This work by Matt Hawkins is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License
Monthly Archives: May 2012
Enable Secure Shell (SSH) On Your Raspberry Pi
Secure Shell or SSH is a network protocol that allows you to run commands on a remote device. In the case of the Raspberry Pi can you execute commands over your network from another device such as a PC or … Continue reading
Posted in Software, Tutorials & Help
2 Comments
Install RPi.GPIO Python Library
The RPi.GPIO Python library allows you to easily configure and read-write the input/output pins on the Pi’s GPIO header within a Python script. In order to use it you need to install the package as this isn’t currently included in … Continue reading
Send Text and HTML Email Using Python
My first attempt at Python programming was a script to send email. This is something I plan to use in a future application so I thought it was a good first step. In order to create my script I used … Continue reading
Posted in Python, Tutorials & Help
Comments Off
Change Raspberry Pi Hostname
By default the Raspberry Pi has its hostname set to “raspberrypi”. This appears as part of the command prompt when you open a terminal window. You can change it by editing a few system files. This process only takes a … Continue reading
Posted in Tutorials & Help
2 Comments
