Comments for Linux Guides, Tips and Tutorials | LinuxScrew https://www.linuxscrew.com LinuxScrew is a Linux resource that contains many useful guides on Linux, programming, networking, and more. Tue, 25 May 2021 10:52:36 +0000 hourly 1 https://wordpress.org/?v=5.7.2 Comment on Installing OpenWrt on a BT HomeHub 5 (or Plusnet Hub One), Full Instructions by Brad Morton https://www.linuxscrew.com/openwrt-bt-homehub-5-instructions/comment-page-1#comment-931265 Tue, 25 May 2021 10:52:36 +0000 https://www.linuxscrew.com/?p=6841#comment-931265 In reply to Adam Craig.

Glad it was helpful!

]]>
Comment on Installing OpenWrt on a BT HomeHub 5 (or Plusnet Hub One), Full Instructions by Adam Craig https://www.linuxscrew.com/openwrt-bt-homehub-5-instructions/comment-page-1#comment-929816 Thu, 20 May 2021 15:50:51 +0000 https://www.linuxscrew.com/?p=6841#comment-929816 Thanks so much for writing this up Brad. It’s the most succint and complete guide I’ve read. So many ambiguities in many of the others online.

My OpenWRT installation went without a hitch. Looking forward to doing another and getting so meshed wifi VLANs on the go!

]]>
Comment on How to Install Pip/Pip3 for Python [Simple Guide] by Brad Morton https://www.linuxscrew.com/install-pip/comment-page-1#comment-927573 Thu, 13 May 2021 09:44:33 +0000 https://www.linuxscrew.com/?p=5494#comment-927573 In reply to Dan.

Odd that you couldn’t install pip3 directly from the Ubuntu repo – you may have needed to run:

sudo apt update

…to get the latest package lists before installing. All the same, your solution works too, thanks for posting it!

]]>
Comment on How to Install Pip/Pip3 for Python [Simple Guide] by Dan https://www.linuxscrew.com/install-pip/comment-page-1#comment-924031 Fri, 30 Apr 2021 02:33:34 +0000 https://www.linuxscrew.com/?p=5494#comment-924031 Solution
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py

]]>
Comment on How to Install Pip/Pip3 for Python [Simple Guide] by Dan https://www.linuxscrew.com/install-pip/comment-page-1#comment-924010 Thu, 29 Apr 2021 23:31:43 +0000 https://www.linuxscrew.com/?p=5494#comment-924010 Never mind. I resolved it.

]]>
Comment on How to Install Pip/Pip3 for Python [Simple Guide] by Dan https://www.linuxscrew.com/install-pip/comment-page-1#comment-924006 Thu, 29 Apr 2021 22:55:29 +0000 https://www.linuxscrew.com/?p=5494#comment-924006 root@gamma:~# apt install python3-pip
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package python3-pip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package ‘python3-pip’ has no installation candidate

root@gamma:~# apt install python3-pip
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package python3-pip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package ‘python3-pip’ has no installation candidate

root@gamma:~# python3 -V
Python 3.8.5

root@gamma:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focal

]]>
Comment on Best Media Server Software for Linux [2021] by derkallevombau https://www.linuxscrew.com/best-media-server-software-for-linux/comment-page-1#comment-923577 Tue, 27 Apr 2021 20:54:31 +0000 https://www.linuxscrew.com/?p=5629#comment-923577 In reply to Brad Morton.

No problem 😉

]]>
Comment on Best Media Server Software for Linux [2021] by Brad Morton https://www.linuxscrew.com/best-media-server-software-for-linux/comment-page-1#comment-923148 Sun, 25 Apr 2021 09:19:06 +0000 https://www.linuxscrew.com/?p=5629#comment-923148 In reply to derkallevombau.

Apologies for the delay in getting your comment approved – I hadn’t heard of Gerbera – thanks for pointing it out!

]]>
Comment on Best Media Server Software for Linux [2021] by derkallevombau https://www.linuxscrew.com/best-media-server-software-for-linux/comment-page-1#comment-922841 Sat, 24 Apr 2021 00:30:21 +0000 https://www.linuxscrew.com/?p=5629#comment-922841 I can’t agree; gerbera should be the winner.

Most users run a media server on a small system like a NAS (as in my case) or a Raspberry Pi, not on a PC.

The problem with JellyFin is that it it is written for .NET, which is a good choice for PCs or powerful ARM devices like smartphones or tablets, but a .NET app is compiled to “Intermediate Laguage”, similar to Java’s bytecode, not to machine code for the respective platform.

But just that is an important requirement for a media server.

Even though my NAS has a 1 GHz dual-core CPU and 1 GB of RAM, JellyFin was unusable. Then I found gerbera which runs really fast since it’s written in C++ and it has a feature that other media servers I tried before – including JellyFin – don’t have: You can have your photos categorised into year and month.

When I want to see the pictures I have taken e. g. in september of 2009, I open the virtual folders “Year”, “2007”, “09”. Everything I tried before grouped together pictures taken at the same day. So after selecting “By Date”, I got a huge number of virtual folders. When I finally arrived at 2009 after scrolling, scrolling and even more scrolling, I was presented with virtual folders “2009-01-01”, “2009-01-05”, “2009-01-06” and so on. But this would only be useful if you remembered the exact day you took the picture.

Furthermore, if you are familiar with JavaScript, you can take full control of how your media will be categorised by writing functions that will be called by gerbera when importing media.

I recommend to compile gerbera from source since most distros have merely ancient versions in their repos, e. g. even Debian testing has merely v1.1.0, whereas the current version is 1.8.0.
ATM, stay away from 1.8.0 if your client supports video thumbnails and you want to use that feature since it’s broken in 1.8.0.

Get the 1.7.0 source from GitHub, it’s really easy to build since it uses cmake and it comes with scripts that download, build and install suitable versions of libraries gerbera depends on.

]]>
Comment on Installing OpenWrt on a BT HomeHub 5 (or Plusnet Hub One), Full Instructions by Uppi Pi https://www.linuxscrew.com/openwrt-bt-homehub-5-instructions/comment-page-1#comment-922151 Sat, 17 Apr 2021 06:28:48 +0000 https://www.linuxscrew.com/?p=6841#comment-922151 Very interesting write up. Thank you so much for sharing your experience with us.

]]>