My LineageOS Setup
Phone info: Setup Steps Further info:
Phone info: Setup Steps Further info:
After changing the secondary logic board I still had the problem of people on the other side of a phone call not being able to hear me properly. Here is what finally fixed it for me (so after all this, it was a software issue). Phone info: Be safe and always: What I did:
Due to TrueNAS SCALE dropping support for Kubernetes in favor of Docker, I had to decide what to do with my TrueCharts Apps: I went with Option 2. The following is the process of me migrating TrueCharts Nextcloud to native TrueNAS Scale Nextcloud. Nextcloud is reachable from outside my LAN via a domain name (external
Read More »
In Ubuntu 22.04 the installer allowed one to manually create a ‘physical volume for encryption‘. Since Ubuntu 23.04 this option seems to have vanished, and those who only use LTS Ubuntu releases will be caught by surprise when jumping from 22.04 to a fresh install of 24.04. In Ubuntu 24.04 LTS the disk setup options
Read More »
Ubuntu 18.04 comes with FreeRadius version 3 so there is no need to add a PPA. Simply install FreeRadius and it’s dependencies. Then configure a database for FreeRadius. Set a mysql root password (if you haven’t done so already): Log in to MariaDB as root: You should now see the MariaDB prompt: Enter these commands
Read More »
Many people online are asking why the FreeRadius service isn’t starting on Ubuntu 14.04/16.04/18.04 and for some it’s just because the following directory is missing: /tmp/radiusd The solution at this time is the following: Create the following file … nano /etc/tmpfiles.d/radius.conf … with the following content … d /tmp/radiusd 0700 freerad freerad – –
Read More »
One of the drawbacks of using KeePassXC as opposed to KeePass 2.x is that the former does not support the KeePassRPC plugin which, as you probably know, gives you connections to plugins in Firefox, Chrome and Thunderbird. Luckily an unofficial solution has come about in the way of a Thunderbird plugin for the Auto-Type feature
Read More »
If you are using Kernel version 4.15.0-44 on a laptop in a docking station and suddenly find that the display output isn’t working after log in you might be affected by this bug. The bug was reported on the 28th of January and by the 29th of January a fix was available for testing. We should have
Read More »
I am writing this documentation after having spent a couple days trying to figure this out. Install some Ubuntu packages apt install unixodbc odbcinst Why? If you don’t have unixodbc you will not be able to use the isql command, and without odbcinst you will get this lovely output when trying to install the driver:
Read More »
ffmpeg2 -i video_file.MOV -vf vidstabdetect=shakiness=5:show=1 video_file.MOV ffmpeg2 -i video_file.MOV -vf vidstabtransform,unsharp=5:5:0.8:3:3:0.4 video_file.MOV