Latest Raspberry Pi Guides & Projects

Running DiyHue on the Raspberry Pi Thumbnail

Running DiyHue on the Raspberry Pi

In this tutorial, you will learn how to set up DiyHue on the Raspberry Pi. This software emulates the Philips Hue Bridge. This means that you don't need the official Hub to connect your Phillips Hue Lights. You can also connect third-party lights and have them appear as Hue lights in the official app. Read More...

How to Update the Firmware on the Raspberry Pi Thumbnail

How to Update the Firmware on the Raspberry Pi

In this quick guide you will be learning how to update the firmware of the Raspberry Pi to the latest stable release. Additionally, we will also show you how to use the pre-release versions if that is what you desire. The firmware acts as a layer between the operating system and the hardware. Read More...

Latest Linux Tutorials

How to use the date Command Thumbnail

How to use the date Command

In this tutorial, I go through the basics of using the date command on a Linux-based distribution. This command will come in handy whenever you need date and time information in your bash script or straight into the terminal. Read More...

How to use the less Command Thumbnail

How to use the less Command

This tutorial will explain how to use the less command on a Linux operating system. The less command allows you to display the content of a file or output in smaller parts. This command is particularly useful when viewing large files with hundreds of lines of text. Read More...

How to Logout a User on Linux Thumbnail

How to Logout a User on Linux

This tutorial will show you how you can logout a user on a Linux operating system. Knowing how to logout a user in Linux is vital to maintaining a healthy operating system. Luckily the process of removing the user is very straightforward. Read More...

Latest Ubuntu Tutorials

How to Reset Ubuntu Desktop to Default Settings Thumbnail

How to Reset Ubuntu Desktop to Default Settings

In this tutorial, you will learn how to reset the Ubuntu Desktop settings back to their default. This only effects the desktop settings and other applications you might have installed to your system. Performing a reset is useful when you have misconfigured the desktop somehow, or just want that out-of-box experience. Read More...

How to Format a Disk on Ubuntu Thumbnail

How to Format a Disk on Ubuntu

In this tutorial, we will be teaching you how to format a disk on Ubuntu using the desktop interface or terminal. On the desktop, we will focus on the Disks and GParted tools. On the other hand, we will be using Parted to format a disk on the terminal. Read More...

How to Install an SFTP Server on Ubuntu Thumbnail

How to Install an SFTP Server on Ubuntu

In this tutorial, you will be learning how to install and run an SFTP server on the Ubuntu operating system. We will show how you can set up users that you can only use to log in using SFTP and how they can have their own individual folders to upload. Read More...

How to Suspend Ubuntu Thumbnail

How to Suspend Ubuntu

In this quick guide, we will be showing you how to suspend/sleep the Ubuntu operating system. By suspending the device is put into lower power mode. All of your programs are kept within RAM until you wake the device. Read More...

How to Get Hardware Info on Ubuntu Thumbnail

How to Get Hardware Info on Ubuntu

In this quick guide, we will be showing you how to get the Hardware Info of your Ubuntu system. This is useful for seeing what parts you have in your system. You can even get more in-depth information about each piece of hardware. Read More...

Latest Coding Tutorials

How to Install pip on Windows Thumbnail

How to Install pip on Windows

In this tutorial, we will guide you on how to install pip on your Windows computer. We will provide you with step-by-step instructions on checking the installation and performing any necessary setup steps for the pip Python package manager. Read More...

How to Install pip on MacOS Thumbnail

How to Install pip on MacOS

This tutorial explains how to install pip on a MacOS computer. Pip is a package manager that makes tracking and keeping your packages updated easier. You can use pip to install modules and libraries for use within your Python programs. Read More...

PHP Associative Arrays Thumbnail

PHP Associative Arrays

This tutorial will cover PHP associative arrays and how you can create, edit, and access them. This array type will be helpful in many use cases, especially when you need a clear identifier for a value. Read More...

How to use the date() Function in PHP Thumbnail

How to use the date() Function in PHP

This tutorial will teach you how to use the date() function within your PHP scripts. This function returns the date and time using the format that you specify. This time can be either the current time or the one you specify. Read More...

How to Run a Python Script Thumbnail

How to Run a Python Script

This tutorial will go through the steps to run a Python script on your computer. The process of running a script is roughly the same on each operating system. We will also show you how to run the script in an IDE, such as Visual Studio Code. Read More...

More Tutorials