How to Check Disk Space on Ubuntu Thumbnail

How to Check Disk Space on Ubuntu

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

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

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

How to Restart Ubuntu using the Terminal Thumbnail

How to Restart Ubuntu using the Terminal

In this quick guide you will be learning how to restart Ubuntu using the terminal. There are three simple commands you can use to reboot the system. Each of these commands offer a different benefit for restarting the Ubuntu operating system. Read More...

How to Generate and Use SSH Keys on Ubuntu Thumbnail

How to Generate and Use SSH Keys on Ubuntu

In this tutorial, you will learn how to generate and use SSH keys on Ubuntu. SSH keys are a crucial part of improving the security of an SSH connection. These keys come in pairs where the public key is used to verify a connection created by a private key. Read More...