Creating your own Raspberry Pi TeamSpeak Server Thumbnail

Creating your own Raspberry Pi TeamSpeak Server

In this project you will be learning how to set your Raspberry Pi up as your very own TeamSpeak server. TeamSpeak is a popular VoIP system that is popular with gaming. To get the server running on the Pi we need to utilize an x86 emulator that can convert the programs instructions to ARM. Read More

Running Raspberry Pi Desktop within VirtualBox Thumbnail

Running Raspberry Pi Desktop within VirtualBox

In this guide you will learn how to run the x86 version of Raspberry Pi Desktop within a VirtualBox virtual machine. Using a VM, you can experiment and learn the Raspberry Pi's desktop interface without having to leave your existing Windows, Mac OS, or Linux operating system. Read More

How to Update the Raspberry Pi Thumbnail

How to Update the Raspberry Pi

In this tutorial you will be learning how to update your Raspberry Pi's operating system and bootrom. Updating is a crucial task to maintain your devices security and performance. Following this you will learn how easy it is to update your device and clean up any leftover packages. Read More

Running Zoom on the Raspberry Pi Thumbnail

Running Zoom on the Raspberry Pi

In this project, you will be learning how to run the video conferencing tool Zoom on the Raspberry Pi. As Zoom does not have a client for the Pi's ARM hardware, we need to utilize an x86 emulator called Box86 to get it running. The video tool runs well on the Pi, and you can even host your own meetings. Read More

How to Delete a User on Ubuntu Thumbnail

How to Delete a User on Ubuntu

Learn how you can delete a user on the Ubuntu operating system. As a Linux-based multi-user OS knowing how to manage users is essential. You will see how you can use the deluser command in the terminal or the Ubuntu desktop interface to remove a user. Read More

Learn How to Add a User on Ubuntu Thumbnail

Learn How to Add a User on Ubuntu

In this guide, we will be teaching you how to add a user to the Ubuntu operating system. It is essential to learn how to add a new user when dealing with a multi-user OS like Ubuntu. Users can have different permissions allowing you to control their access. Read More

How to Change a User’s Password on Ubuntu Thumbnail

How to Change a User’s Password on Ubuntu

Learn how you can easily change a user's password on the Ubuntu operating system using either the terminal or desktop interfaces. Changing a password is a potentially crucial task for managing your Ubuntu machine, especially when dealing with multiple users. Read More

How to Change the Hostname on Ubuntu Thumbnail

How to Change the Hostname on Ubuntu

In this guide, you will be learning how straightforward it is to change the hostname on your Ubuntu operating system using the hostnamectl tool. The hostname is a label that a computer broadcasts to the rest of the network. It can be used to identify the device. Read More

Installing Jellyfin to the Raspberry Pi Thumbnail

Installing Jellyfin to the Raspberry Pi

In this Raspberry Pi project, we will be showing you how to install the Jellyfin media server. It is an entirely open-source and free alternative to other media servers such as Plex and Emby. The media server is packed with features such as hardware acceleration, live TV support, and more. Read More

How to Install the Zoom Client on Ubuntu Thumbnail

How to Install the Zoom Client on Ubuntu

With this guide, we will teach you how easy it is to install the Zoom client to your Ubuntu machine. Zoom is a popular conferencing software that allows you to host conferences and connect to them easily. It is used in various places, from schools to businesses. Read More

Installing the NVIDIA Drivers on Ubuntu Thumbnail

Installing the NVIDIA Drivers on Ubuntu

This guide will show you how to install the official NVIDIA driver to your Ubuntu device using some easy, straightforward steps. The proprietary video drivers offer better performance and compatibility when compared to the open-source ones Ubuntu ships with. Read More

How to Enable SSH on Ubuntu Thumbnail

How to Enable SSH on Ubuntu

In this guide, you will learn how to enable support for the SSH protocol on your Ubuntu machine. SSH is a robust and secure protocol for remotely connecting to devices over a network. To achieve this, we will install the OpenSSH server in a couple of straightforward steps. Read More

Setting up an SQLite Database on a Raspberry Pi Thumbnail

Setting up an SQLite Database on a Raspberry Pi

This project will show you how to set up the SQLite database management system on your Raspberry Pi. SQLite is a self-contained and lightweight database that is perfect for IoT devices. Not needing to have a process constantly running in the background allows you to free much-needed resources. Read More

How to Disable IPv6 on Ubuntu Thumbnail

How to Disable IPv6 on Ubuntu

In this guide we will be showing you the straightforward steps to disabling support for the IPv6 protocol on your Ubuntu device. Disabling IPv6 is helpful in scenarios where you are having connection issues due to a service that has been badly configured for the protocol. Read More

How to Check your Ubuntu Version Thumbnail

How to Check your Ubuntu Version

In this guide, you will learn the various ways that you can check your Ubuntu version using the terminal. Finding out what release you are using is helpful for knowing what software is compatible with your operating system. Read More

Setting a Static IP Address in Ubuntu 18.04 Thumbnail

Setting a Static IP Address in Ubuntu 18.04

In this guide you will learn how to set up a static IP address on the Ubuntu 18.04 operating system. Using a static IP allows your device to have a consistent point you can connect to. When your connect to a router you can make a request for a specific IP from its pool. Read More