Latest Raspberry Pi Guides & Projects

Latest Linux Tutorials

Setting up an Ark Dedicated Server on Linux Thumbnail

Setting up an Ark Dedicated Server on Linux

In this tutorial, we will be showing you how you can easily self host an ARK Dedicated server on any Linux operating system. While this tutorial focuses on Debian based systems like Ubuntu the steps should easily work on most other Linux systems. Before trying to set up this server, ensure you have a server with decent hardware. Read More...

Latest Ubuntu Tutorials

How to Install Pi-hole on Ubuntu Thumbnail

How to Install Pi-hole on Ubuntu

In this tutorial, you will be learning how to install and run the Pi-hole Network-wide ad blocker on the Ubuntu operating system. Pi-hole works by acting as your DNS server and blocking any requests to either ads or trackers. 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