Running Gitea using Docker Thumbnail

Running Gitea using Docker

In this tutorial, you will learn how you can self-host Gitea easily on your Linux system by making use of Docker containers. Gitea is what is called a forge software. It is a place where you can store your code, set up continuous integration and much more. Read More...

How to Tail Docker Container Logs Thumbnail

How to Tail Docker Container Logs

In this quick guide, you will be learning how you can tail the logs of any Docker container with a couple of simple commands. Tailing or following a log allows you to see messages as they are output by your containers. It is a great way to debug any issues you may be running into. Read More...

Setting up NFS on a Synology NAS Thumbnail

Setting up NFS on a Synology NAS

In this quick guide, we will be showing you how to enable and use NFS shares on a Synology NAS. NFS is a protocol for sharing files and folders over a network. It is similar in functionality to Samba but works quite differently. Read More...

Setting up FTP On a Synology NAS Thumbnail

Setting up FTP On a Synology NAS

In this tutorial, you will learn how to set up and enable FTP on a Synology NAS. We will even show you how to connect to your NAS with this protocol. Using FTP, you can easily upload and download files from your NAS remotely. Read More...