As I’ve written earlier, I’m going more and more away from LinkedIn (like here and here). During my #unplugTrump activity, I decided that I want to go a step further and remove all my content (posts, answers, likes) from LinkedIn. On Mastodon, I have auto-delete activated already for various reasons. Now I wanted to clean up LinkedIn, too!
(more…)Category: HowTos
Stuff that was hard to find & fix
-
How to set up Navidrome for MP3 Streaming on a RaspberryPi
Recently I noticed that I hardly ever listen my MP3 music collection – mainly because I don’t like my music players (both on mobile and on the desktop). So, let’s look for a nicer player!
I had only two constraints: 1) it should be able to use the files from OneDrive/NAS and 2) it should be able to cache them (in case of no connectivity). And as I went through the candidates, I stumbled across Navidrome:
Navidrome allows you to enjoy your music collection from anywhere, by making it available through a modern Web UI and through a wide range of third-party compatible mobile apps, for both iOS and Android devices.
Navidrome also supports Playlists and Internet-Radio! Nice. So why not let it run on a RaspberryPi at home and make it available through my VPN? But would I have enough RAM left? I just tried!
(more…) -
How to selfhost Peertube
I’ve been thinking about selfhosting my videos for quite a while now. Sure, Youtube is the de-facto-standard. But honestly, I don’t perform on ANY platform that is steered by an algorithm, and I simply dislike the way those monopolies can “dictate” what is seen and can be seen. Elena Rossini recently wrote a nice post about it, that nails it quite well. I know: I don’t pay for it, so what should I expect …
Anyways! I hesitated for quite a while to rent a VPS, install Peertube, maybe according databases, redirect a subdomain, keep it maintained … ah well … or maybe just not.
But – also thank you to Elena Rossini (@_elena@mastodon.social) – I got aware of YunoHost:
YunoHost is an operating system aiming to simplify server administration and therefore democratize self-hosting while making sure it stays reliable, secure, ethical and lightweight. It is a copylefted libre software project maintained exclusively by volunteers. Technically, it can be seen as a distribution based on Debian GNU/Linux and can be installed on many kinds of hardware.
And I must admit that I really liked the setup procedure! It’s well described in the Yunohost Documentation and worked like a charm.
If you are afraid of self-hosting any application listed in the YunoHost App-Store … DON’T be afraid. VPCs/VPSs are really cheap to get as well … I chose a tiny VPC from Strato for example.
See the result on https://video.franzgraf.de/
Give it a try! Self-hosting might be easier than you think.
-
RaspberryPi System upgrade vs. Fresh install
Recently I noticed that one of my RaspberryPIs was running a rather old version of Raspian. I thought it might be a good idea to upgrade and followed the instructions from Upgrade Raspberry Pi OS to the Latest Version (2024) – RaspberryTips.
(more…) -
How to enable automatic updates on Linux / RaspberryPi
I just noticed that I haven’t logged on to one of my RaspberryPIs for quite a while and also didn’t update it. Instead of hacking some root crontab, a quick search brought this thread in the Raspi forums up: crontab update – Raspberry Pi Forums and unattended upgrades – How do I enable automatic updates? – Ask Ubuntu
To keep the Raspberry Pi updated, I just use the following:
sudo apt install unattended-upgrades apt-listchanges sudo dpkg-reconfigure -plow unattended-upgrades
Documentation can be found here: Package management | Ubuntu
-
How to reduce AdTracking with Fritz!Box filter lists for mobile devices
Problem: I am using Pi-Hole on my network to block quite a few ADs and trackers. However, the blocking does not work reliably on Android devices on our WiFi (This thread suggests that this also concerns Apple devices – but we don’t have any at home, though).
I noticed this when I was researching some cycling products and my wife suddenly started getting cycling ADs in her Facebook stream on her tablet. We don’t share devices or accounts or anything – but we do share the same network and therefore the IP of our router.
(more…) -
How to fix: Logitech Pebble Keys 2 K380s does not pair with Bluetooth
Problem: I bought a new wireless Logitech Pebble Keys 2 K380s Keyboard but it refused to connect to the PC. Unfortunately, I do not (yet) own a Logitech Bolt, so I wanted / needed to connect via Bluetooth. With the Phone it was able to connect.
(more…) -
How to fix slow network speed with Windows 11 to local NAS via Samba / SMB Share
Problem: I replaced my Windows 10 computer with a new Windows 11 one. On W10 I usually see a throughput to my Synology NAS of close to 1 Gbit/sec. On W11 the throughput was ways slower: I only got ~300 Mbit/sec when copying to/from the Samba Share.
(more…)