How to Add a Repository on Ubuntu Thumbnail

How to Add a Repository on Ubuntu

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

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 Install Spotify on Ubuntu Thumbnail

How to Install Spotify on Ubuntu

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

How to Install Steam on Ubuntu Thumbnail

How to Install Steam on Ubuntu

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

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

Installing PostgreSQL on Ubuntu Thumbnail

Installing PostgreSQL on Ubuntu

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

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

How to use the groupdel Command Thumbnail

How to use the groupdel Command

In this guide, I will go through everything you need to know to use the groupdel command. This command enables you to remove specific groups from a Linux operating system. It is very useful when cleaning up unused groups. Read More

How to Copy and Paste in the Ubuntu Terminal Thumbnail

How to Copy and Paste in the Ubuntu Terminal

In this quick guide, we will be showing you how to copy and paste within the terminal on Ubuntu. When you are new to using the terminal on Ubuntu, you may be unaware of how to copy and paste from the terminal. Knowing how to copy and paste from the terminal will help you utilize […] Read More

How to Change a Filename in Linux Thumbnail

How to Change a Filename in Linux

In this tutorial, we will take you through the steps of changing a file name in Linux using the command line. You can do this in several ways, and we will take you through the two most popular methods. Both are super easy. Read More