Latest Raspberry Pi Guides & Projects

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 Shut Down Ubuntu Using the Terminal Thumbnail

How to Shut Down Ubuntu Using the Terminal

In this tutorial you will be learning how to shut down the Ubuntu operating system while only using the terminal. You can even use this command to schedule your system to shut down at a specific time, or even power off immediately without any prompts. Read More...

Installing the XFCE Desktop on Ubuntu Thumbnail

Installing the XFCE Desktop on Ubuntu

In this tutorial, you will learn how to install the XFCE desktop environment onto the Ubuntu operating system. This environment is a faster, more optimized alternative to the default GNOME interface. It is excellent for those wanting a more lightweight system. Read More...

Latest Coding Tutorials

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...

How to exit Python in the Terminal Thumbnail

How to exit Python in the Terminal

In this short tutorial, we will show you how to exit the Python prompt while in the terminal. You can see the Python prompt by entering the interactive mode. This mode is perfect for executing short code snippets and receiving instant feedback. Read More...

More Tutorials