How to Find your IP Address on a Mac
In this tutorial we will be showing you how to find the public and private IP address on a Mac. It is possible to find these addresses through desktop interface or through the terminal. Read More
In this tutorial we will be showing you how to find the public and private IP address on a Mac. It is possible to find these addresses through desktop interface or through the terminal. Read More
Within this tutorial, you will be learning how to interact with the ChatGPT AI from your Raspberry Pi. To talk with this AI, we will be using the OpenAI API within an incredibly simple Python script. Read More
In this guide you will learn how to understand the red and green lights on the Raspberry Pi. These lights are used to help check the status of the Raspberry Pi and can be used to help diagnose problems. Read More
In this quick guide you will be learning how to install Portainer to the Ubuntu system. This software allows you to manage Docker containers through a simple web interface. It even allows setting up remote systems that it can manage. Read More
Within this tutorial we will show you how to install the TeamViewer remote desktop client to your Ubuntu system. This tool allows you to remotely access your device's desktop interface. Read More
In this tutorial, we will be showing you how to use NoMachine on your Raspberry Pi. This software allows you to control your device remotely just like tools such as TeamViewer, VNC or AnyDesk. Read More
This project will show you how to install and run SerpBear on the Raspberry Pi. By using this tool you can track how well your website is ranking on the Google search engine for particular keywords. Read More
Learn how you can easily install and run the desktop client for Discord on the Ubuntu operating system. Discord is one of the most popular VoIP clients, especially amongst gaming communities. Read More
In this quick guide, you will learn how to uninstall a package on the Ubuntu operating system using the terminal or desktop interface. Removing a package is made simple thanks to the apt package manager. Read More
This tutorial will teach you how to install and run Nextcloud on the Ubuntu operating system. This software allows you to operate a private file service, much like Google Drive or Onedrive. Read More
In this tutorial you will learn how to check the disk space on an Ubuntu system using the terminal or desktop interfaces. Using these tools, you can even work out what files are consuming all of your systems disk space. Read More
In this guide you will learn how to manually add a package repository on Ubuntu. Adding a repo allows you to install extra packages that aren't normally available through the default Ubuntu repositories. Read More
Within this tutorial we will be showing you how to find the mac address of network interfaces on your Ubuntu system. These addresses are used by the wider network to identify that specific network adapter. Read More
In this tutorial, you will learn how to encode or decode data using base64 on Linux. Base64 is used for encoding data for transit or storage. As one of the core utilities on Linux this tool is always available. Read More
In this tutorial, you will be learning how to extract a RAR archive on the Linux system. RAR is a proprietary archiving format that allows you to compress and store multiple files. It even supports verifying contents remain uncorrupted. Read More
This tutorial will teach you how to install the official Spotify client on Ubuntu. Spotify is regarded as one of the top audio streaming services boasting a diverse range of music, podcasts and more. Read More
This tutorial will show you how to install the Steam client to Ubuntu. Steam is a popular game marketplace and client that supports Linux. It even helps compatibility with Windows based games thanks to the Proton compatibility layer. Read More
In this guide you will learn how to install PostgreSQL on Ubuntu. PostgreSQL is a free and open-source database using the SQL language. It is known for its conformity to the SQL language and its extensibility. Read More
In this tutorial you will be learning how to install Mastodon on your Raspberry Pi. Mastodon is an open-source and free social network that uses the same microblogging style popularized by Twitter. Read More
In this tutorial, we teach you how to use PHP's count() function. Using this function, you can count the number of elements in an array or an object that implements the Countable class. Read More