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

Raspberry Pi Pico Thumbnail

Raspberry Pi Pico

Check out the very first microcontroller from the Raspberry Pi foundation. The Raspberry Pi Pico boasts a great feature set at an affordable price. Utilizing its own custom microcontroller, the RP2040, the Pico has a wealth of functionality and a speedy processor. Read More

Installing Rclone to the Raspberry Pi Thumbnail

Installing Rclone to the Raspberry Pi

In this tutorial, you will learn how to install the Rclone software to your Raspberry Pi. Rclone allows you to clone files from the majority of cloud providers easily. You can even use the software to mount your cloud drives as if it was a locally connected disk. Read More

Using zram with the Raspberry Pi Thumbnail

Using zram with the Raspberry Pi

In this guide, you will learn how to use zram on your Raspberry Pi. zram allows you to create a special swap disk that can sit on your RAM. When data is written to this disk, it is automatically compressed, and likewise, when read, it is automatically decompressed. Read More

Using Log2RAM on the Raspberry Pi Thumbnail

Using Log2RAM on the Raspberry Pi

In this Raspberry Pi guide, we will show you how to use Log2RAM to improve your SD Cards lifespan. As the flash memory used in SD cards only has a finite amount of writes before it dies, it can be helpful to move your log files from the SD card to RAM. Read More

Installing Django on your Raspberry Pi Thumbnail

Installing Django on your Raspberry Pi

In this project, we are going to show you how to install and use the Django framework on the Raspberry Pi. Django allows you to build a dynamic website using the Python programming language with ease. Apache works as the interface between Python and the web. Read More