Raspberry Pi exFAT: Adding Support for exFAT File System Thumbnail

Raspberry Pi exFAT: Adding Support for exFAT File System

In this Raspberry Pi exFAT guide, we will be showing you how you can enable support for the exFAT file system format on your Raspberry Pi. For those who do not know, exFAT (Extended File Allocation Table) is a proprietary file system format developed by Microsoft, and is designed to be optimal for flash memory […] Read More...

Raspberry Pi Firefox Thumbnail

Raspberry Pi Firefox

In this tutorial, we will walk through all the steps to installing the Firefox browser on the Raspberry Pi. This tutorial is perfect if you are a fan of Firefox and would love to use its many features. It is the ideal alternative to Chromium. Read More...

How to Setup Raspberry Pi Terminal Sharing Thumbnail

How to Setup Raspberry Pi Terminal Sharing

In this Raspberry Pi terminal sharing tutorial, we are going to show you how to utilize a software package called tmate so that you can share your terminal with other computers, even when you are behind a firewall. While the Raspberry Pi comes with VNC which allows you to share your desktop with other computers, […] Read More...

How to Connect Wiimotes to the Raspberry Pi Thumbnail

How to Connect Wiimotes to the Raspberry Pi

In this Raspberry Pi Wiimote controllers guide, we will walk you through the process of setting up a Wiimote on your Raspberry Pi and show you how to setup both cwiid and wminput. Utilizing Wiimote controllers on the Raspberry Pi can be painful to deal with due to its handling of the Bluetooth stack. While […] Read More...

Raspberry Pi Screen Sharing with TightVnc Thumbnail

Raspberry Pi Screen Sharing with TightVnc

In this Raspberry Pi screen sharing tutorial, we are going to show you how to setup VNC so that you can share screens. Sharing screens is incredibly helpful if you require viewing what is being displayed on the main screen. Usually, VNC will create a new session on the Raspberry Pi meaning you won’t be […] Read More...

Setting up Xbox Controllers on the Raspberry Pi Thumbnail

Setting up Xbox Controllers on the Raspberry Pi

If you have ever tried to use an Xbox controller with the Raspberry Pi, you will find very quickly that they do not work correctly right out of the box. In fact to get them working you will be required to install a special driver. With the newer Xbox One controllers that feature the Bluetooth […] Read More...

How to Easily Update Raspbian Thumbnail

How to Easily Update Raspbian

Updating Raspbian packages is a relatively straightforward task, and something you will find yourself doing quite regularly. There are just a few commands that you will need to learn. Upgrading the OS itself is slightly harder, but we have some helpful guides that will make it easy. Read More...

Setting up a VNC Server on the Raspberry Pi Thumbnail

Setting up a VNC Server on the Raspberry Pi

In this tutorial, we will be showing you how to set up a VNC Server on your Raspberry Pi. VNC is a robust remote desktop protocol often used on Linux systems. The server software works by creating virtual desktops for those that are connecting to your device. Read More...

Raspberry Pi Mount a USB Drive Tutorial Thumbnail

Raspberry Pi Mount a USB Drive Tutorial

In this guide, we’re going to use a Raspberry Pi to mount a USB drive. We show you both how Raspbian automatically mounts a drive and how to do it manually. If you’re looking to have this drive accessible over your network, then the Raspberry Pi samba server is better suited for your needs. It’s […] Read More...

The Basics of the Raspberry Pi GPIO Pins Thumbnail

The Basics of the Raspberry Pi GPIO Pins

In this tutorial, we are going to take a look at the basics of the Raspberry Pi’s GPIO pins, also known as the general-purpose input and output pins. These pins are essential for communicating with other circuitry, such as extension boards, custom circuits, and much more. You can make some pretty cool stuff by using […] Read More...

How to Setup FTP on the Raspberry Pi Thumbnail

How to Setup FTP on the Raspberry Pi

This guide will teach you how to set up and use both FTP and SFTP on your Raspberry Pi. These protocols allow you to transfer files to your device quickly. For FTP to work on the Raspberry Pi, we will be utilizing the vsftpd software. For SFTP, we can use SSH. Read More...