How to install qbittorrent-nox [Note]

qBittorrent is a free, open-source, fast and lightweight P2P BitTorrent client written in C++ / Qt, available for Linux, FreeBSD, MacOS and Windows. qbittorrent-nox – bittorrent client based on libtorrent-rasterbar (without X support). I try to install on my Raspberry PI.

qBittorrent is included in the default Ubuntu software repository. You can easily install it by running the following command in a terminal window:

sudo apt install qbittorrent-nox
Read More

Install Samba on Raspberry PI

Samba is available in Raspbian’s standard software repositories. We’re going to update our repository index, make sure our operating system is fully updated, and install Samba using apt-get. Open a Terminal and type:

sudo apt update
sudo apt upgrade
sudo apt install samba samba-common-bin
Read More

Raspberry Pi Media Server – MiniDLNA

Before post, I wrote to you about how I tried to install Gerbera on a Raspberry pi. Now let’s try to install minidlna. Let’s do it.

First, I recommend updating and upgrading your raspberry pi. You can do this by using the following commands:

sudo apt update 
sudo apt upgrade

Once this is finished we can install the media server software. Use the next command to do this.

sudo apt install minidlna
Read More

How to I try to install Gerbera UPnP Server

Gerbera is a free open source, powerful, flexible and full-featured UPnP (Universal Plug and Play) media server. It comes with a simple and intuitive web user interface for easily configuring your web server.

We strongly advise using the packages provided by your distribution if available. Please see below for guides on how to install Gerbera on various distributions. I try to install to Ubuntu/Debian OS on Raspberry.

Read More