Since I didn’t use my kindle (very often I was looking for an alternative use case for it. However to make this device usable for other purposes than the intended ones it had to be jailbreaked. Documentation about this process can be found here:Jailbreak, Tools (Snapshots) My device was identified as “Kindle PaperWhite 3 (2015) […]
Category: Linux
NFS version 3 and 4 compared
There have been quite some changes between versions 3 and 4 of the NFS protocol. From an administrator’s perspective, the following changes were introduced: User / group id mapping:Version 3 and below used a numeric user / group id based mapping: so a user with user id 1000 on the client was mapped to a […]
Live streaming webcam using ffmpeg
First of all we need to list available Video4Linux devices: Followed by their capabilities. This can be done either using v4l2-ctl or with the converter tool ffmpeg itself: Next step: Generate DASH and HLS compatible stream. HLS was created by Apple and is used on their devices – DASH however seems to be the more […]
I recently installed a new home NAS server. For data protection all disks should be encrypted using dm-crypt. However performance was far from what I expected. After searching some time I found the reason (and a proposed solution) in a very interesting article of Ignat Korchagin (also a video talk about this topic is available […]
Building kernel modules To build the kernel modules we first need to install the kernel sources matching the latest kernel. So first we download and install the required packages: And now prepare a kernel source tree for compilation: Now we should have the very same source tree that build our currently running kernel (well at […]
Interested in how performance estimates can be done and what’s the theory behind it? You’re lucky: Here we go. As a start we need some numbers to work with. We got them here by doing some benchmarks with a RAM disk and the Linux cryptsetup tool. Both tests report the maximum possible performance of each […]
ogon – RDP for Linux
There are some solutions for remote desktop access on Linux: Nomachine NX, x2go, VNC to name but a few. However there are other solutions that are much less known: One of them is ogon. Ogon allows access to Linux desktops using Microsoft’s Remote Desktop Protocol (RDP). One of the biggest problems with ogon is the […]
Read more about what you can do with Nextcloud: OnlyOffice DICOM Viewer Maps Image Gallery
Digikam 7.x – Face recognition
One feature I’ve been missing in open source image software is face recognition. I’ve been using Picasa for tagging faces in my photos for years now (running in Linux with wine emulation), but I’d really like to switch to something more open. In 2020 (with the 7.0.0 release) digikam seems to get closer to this. […]