Running qBittorrent using Docker Thumbnail

Running qBittorrent using Docker

In this tutorial, you will be learning how to install and run qBittorrent on your device by using a Docker container. Docker allows you to easily run this torrent client on most devices. Thanks to a container, you can upgrade this package using a few short commands. Read More...

Running Nextcloud using Docker Compose Thumbnail

Running Nextcloud using Docker Compose

In this tutorial, you will be learning how to set up Nextcloud by using a Docker container on your system. Docker makes running Nextcloud a significantly simpler process as you don't have to install several different pieces of software and it is all stored within one easy to update container. 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 Reboot Linux Thumbnail

How to Reboot Linux

In this tutorial, you will learn how to reboot a Linux system using the terminal. Restarting your system can be done with a simple command. Some of the commands you will learn in this guide is shutdown, reboot and systemctl. Read More...

How to Kill a Process on Linux Thumbnail

How to Kill a Process on Linux

In this guide we will be teaching you some of the easy ways to kill a process on a Linux based system. This tutorial touches on three commands that are designed to terminate processes by sending what is called a kill signal. These three commands are kill, pkill and killall. Read More...

How to List Users on Linux-based Systems Thumbnail

How to List Users on Linux-based Systems

In this guide you will be learning how easy it is to list all of the users on a Linux-based system. Listing users is as easy as reading the contents of the passwd file. We will also show you some simple ways to filter the returned data or check for a specific user. Read More...

Why Not to Use chmod 777 Thumbnail

Why Not to Use chmod 777

Using chmod 777 is something that should always be avoided. Follow our guide to find out why and learn more about Linux permissions. This guide will also offer some alternatives you should try using instead of settings your permissions to 777 using chmod. Read More...

Using NTP on Linux with Chrony Thumbnail

Using NTP on Linux with Chrony

In this guide, you will be learning how to use NTP on your Linux device by using Chrony. Chrony is a newer take on the NTP that is designed to make synchronizing time more reliable even in areas where a network connection is intermittent. Read More...

Guide to the nano Text Editor Thumbnail

Guide to the nano Text Editor

In this guide, we will be showing you how to use nano on your Linux system. nano is by far one of the most straightforward and versatile text editors you can use on Linux. It is the perfect choice for beginners to command-line text editors. Read More...