Setting up Immich using Docker Thumbnail

Setting up Immich using Docker

This tutorial teaches you how to install and set up Immich using its official Docker container. Immich is a video and image backup tool. Using this software, you will have a central location to upload and store your images and videos while having an excellent web interface and app to view them. Read More...

Setting up a WireGuard VPN using Docker Thumbnail

Setting up a WireGuard VPN using Docker

In this tutorial, we will be showing you how to set up and install WireGuard on your device by using a Docker container. Docker makes running WireGuard a super easy process, especially with the WG-Easy container that we are utilizing. WG-Easy provides a simple web interface to manage your VPN. Read More...

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