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.
Continue reading RaspberryPi System upgrade vs. Fresh installCategory: HowTos
Stuff that was hard to find but very helpfull.
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.
Continue reading How to reduce AdTracking with Fritz!Box filter lists for mobile devicesHow to remove “AMD Software Adrenalin Edition” from Context Menu in Windows 11
Problem: After installing the AMD Adrenalin Software, a new entry appeared in the Explorer Context Menu. What I find super annoying is that it dows nothing else than opening the Adrenalin Software. There is no Context at all. So: get rid of it.
Continue reading How to remove “AMD Software Adrenalin Edition” from Context Menu in Windows 11How 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.
Continue reading How to fix: Logitech Pebble Keys 2 K380s does not pair with BluetoothHow 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.
Continue reading How to fix slow network speed with Windows 11 to local NAS via Samba / SMB ShareHow to Opt Out of Google’s Page Annotation on iOS
Google’s new Page Annotation feature for its iOS browser automatically changes your website and adds to Google Search results. These auto-added links are not marked as “added by Google” and thus make the links look like I added them myself.
Continue reading How to Opt Out of Google’s Page Annotation on iOSHow to fix: Jellyfin Library Scan Hangs
Just recently I wrote about How to install Jellyfin on a RaspberryPi. It all started promising until – after adding a couple of movies – the Library Scan suddenly hung. Unfortunately I didn’t dig too deep into all kinds of logs (which I certainly forgot but which might have given a hint).
Continue reading How to fix: Jellyfin Library Scan HangsHow to fix: Android Connected, No Internet with Pi-Hole
Since quite a while I was running a Pi-Hole DNS server in my network to block ad- & tracking requests for all devices in the network (more info about Pi-hole are on Wikipedia).
All was great until at some time our Android devices suddenly couldn’t connect to the WiFi anymore. They reported “Connected, No Internet“. All other devices, connected via LAN or WiFi were just fine: PCs, FireTV Stick, other PIs – no issues. When I disabled the use of PiHole, they were able to connect again.
Continue reading How to fix: Android Connected, No Internet with Pi-HoleHow to replace Synology Video Station with Jellyfin
Unfortunately Synology has discontinued their support for Videostation starting from DSM version 7.2.2 as can be read in the Release Notes for DSM | Synology Inc.:
#6 Video Station is not available on DSM 7.2.2. Refer to this article for workarounds to stream videos to end devices.
Time to evaluate the alternatives …
Continue reading How to replace Synology Video Station with Jellyfin