Formatting and Mounting a USB Drive from a Terminal Window

Formatting and Mounting a USB Drive from a Terminal Window

The Pi HutMar 11, 2015
You can partition and format a USB memory stick or hard drive from a terminal window on the Raspberry Pi.  This removes ALL information from your memory stick/hard drive, so make...
Read more
Remote Raspberry Pi Access - VNC

Remote Raspberry Pi Access - VNC

The Pi HutMar 5, 2015
What is Remote Access? 'Remote Access' is a way of accessing one computer from the other.  There are a few different ways to do this.  The most basic is from...
Read more
Adding a Real Time Clock to your Raspberry Pi

Adding a Real Time Clock to your Raspberry Pi

The Pi HutFeb 18, 2015
When you switch on your PC or Mac, do you have to change its time? Highly unlikely! Do you have to on your Raspberry Pi? Possibly. Each time your Raspberry...
Read more
Finding out what is installed on your Raspberry Pi (and installing more)

Finding out what is installed on your Raspberry Pi (and installing more)

The Pi HutFeb 12, 2015
Your Raspberry Pi has lots of applications already installed, like Minecraft, Mathematica, and the browser. And there are a lot of 'libraries'.  Linux programmers don't like writing code when they can use...
Read more
Updating Raspbian on your microSD for the Raspberry Pi 2

Updating Raspbian on your microSD for the Raspberry Pi 2

The Pi HutFeb 3, 2015
So, you have bought yourself a Raspberry Pi 2 to supplement your previous Raspberry Pi, but you want to use the same microSD card as the old Raspberry Pi? The...
Read more
How to Mount an External Hard Drive on the Raspberry Pi

How to Mount an External Hard Drive on the Raspberry Pi

The Pi HutJan 29, 2015
This is a short guide on how to connect an External Hard Drive to the Raspberry Pi! Most external Hard Drives are quite juicy and will require a USB Hub...
Read more
How to make Python programs executable

How to make Python programs executable

The Pi HutJan 27, 2015
How to make Python programs executable   Normally, in order to run a Python program you have to tell the Python software to open the file. However it is possible...
Read more
How to setup a static IP address on your Raspberry Pi

How to setup a static IP address on your Raspberry Pi

The Pi HutJan 14, 2015
So, you want to connect remotely to your Raspberry Pi? For that you’ll need its IP address! There are two main forms of IP address, dynamic and static. By default,...
Read more
How to Install the GPIO Python Library

How to Install the GPIO Python Library

The Pi HutJan 11, 2015
If you wish to create a program in Python that utilises the GPIO port on your Raspberry Pi then you'll need to install this library. The RPi.GPIO Python library allows...
Read more
How to Install NOOBs

How to Install NOOBs

The Pi HutDec 8, 2014
This tutorial will show you the process of installing NOOBs on to a SD card, ready for you to plug into your Pi and to select an Operating System. The...
Read more
How to Install .IMG Operating Systems on the Raspberry Pi

How to Install .IMG Operating Systems on the Raspberry Pi

The Pi HutDec 8, 2014
So you've got your shiny new Raspberry Pi and want to try loading a "3rd party" or BETA operating system (OS) that aren't supported by the standard NOOBs installation. NOOBs...
Read more
Stealth Cam! How to disable the Raspberry Pi camera LED

Stealth Cam! How to disable the Raspberry Pi camera LED

The Pi HutNov 26, 2014
Have you noticed that every time you use your Raspberry Pi camera to take a photo or video, that it lights up that annoying red LED on the front? Well,...
Read more