The Raspberry Pi Foundation officially launched their new Raspberry Pi 3 Model B on 29th February 2016.
Continue reading
Tag: Raspbian
Introduction to the Orange Pi Platform

The Orange Pi platform is an open source Single-Board Computer (SBC) based on the Allwinner System-on-a-Chip (SoC) architecture, which is capable of running Android, Ubuntu, Debian or Raspbian. The GPIO expansion interface is pin compatible with the Raspberry Pi.
Continue reading
How to configure Wi-Fi on Raspberry Pi
This post is a quick how-to article for configuring Wi-Fi on Raspberry Pi.
Continue reading
Raspberry Pi Configuration Tool (GUI)
In Raspbian Jessie, the default behaviour for all new installations is to boot straight to the desktop Graphical User Interface (GUI), rather than the Command Line Interface (CLI).
This was a decision taken because this is the expected behaviour for all modern computers; the default interface for a personal computer in 2015 is a desktop GUI, not just text on a screen. – Simon Long, User Interface Engineer
Because of this change, Raspbian Jessie now includes a graphical version of the Raspberry Pi Configuration tool which provides much the same functionality as raspi-config, just with a nicer interface! However, raspi-config is still available in Raspbian Jessie if you prefer use the command-line version.
This guide describes all the available options in detail, and is a companion to my Raspberry Pi Configuration tool (raspi-config) guide.
Continue reading
Running a Minecraft Server on Raspberry Pi
This article explains how to install and run a dedicated Minecraft Server on Raspberry Pi 2 Model B.
A Minecraft Server is able to run on just about any platform that is Java enabled, including the ARM-based Raspberry Pi. Luckily Java is now included with later distributions of the Raspbian operating system, making the installation process that much easier.
Continue reading
Upgrading Raspbian Wheezy to Jessie
The current official release of Raspbian available for download from the Raspberry Pi Foundation is based on an older Debian Wheezy release. However, newer Raspbian Jessie binaries are available for the Raspberry Pi, and an upgrade process is available.
This article provides instructions for upgrading Raspbian Wheezy to Raspbian Jessie on the Raspberry Pi. The entire process can be performed remotely using SSH.
Continue reading
Raspberry Pi Configuration Tool (raspi-config)
The Raspberry Pi software configuration tool, known as raspi-config, is a setup utility for Raspbian used to make the most common configuration changes via a simple menu-driven interface. A majority of the configuration changes result in automated edits to /boot/config.txt
and other standard Linux configuration files. Some options require a reboot to take effect.
raspi-config is written and maintained by Alex Bradbury.
This article describes all the available options in detail. A companion video for this article is also available.
Continue reading