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

How to Install Ubuntu Restricted Extras Thumbnail

How to Install Ubuntu Restricted Extras

In this guide you will learn how to install the Ubuntu Restricted Extras meta package on Ubuntu. This package adds support for various video and audio formats. It also installs programs like unrar to help extract rar files. Read More

How to Add a Directory to PATH in Ubuntu Thumbnail

How to Add a Directory to PATH in Ubuntu

This tutorial will teach you to add a new directory to the PATH environment variable on Ubuntu. The operating system will search the paths stored in this variable every time you run a command. It saves you having to use absolute paths to programs. Read More

How to kill a process on Ubuntu Thumbnail

How to kill a process on Ubuntu

This tutorial will teach you how to kill a process on Ubuntu. For example, you may want to kill a process after it becomes unresponsive and won't stop when you attempt to close the application normally. Read More