no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • ebook convert failed in Calibre-web

    calendar July 14, 2022 nav_categories Tech nav_categories Application nav_tags ebook nav_tags calibre nav_tags calibre-web

    Recent updates to the main Calibre application results in new requirements to do ebook conversions.

    Without installing the new requirements, ebook conversions fail due to missing files:

    Failed to import PyQt module: PyQt6.QtWebEngineCore with error: libXtst.so.6: cannot open shared object file: No such file or …

    Read More
  • Wildcards with the zsh shell

    calendar June 30, 2022 nav_categories Tech nav_categories Application nav_tags scp nav_tags zsh nav_tags noglob

    While trying to scp some files I knew existed on the remote system, I ran into an issue using a wildcard.

    Using the zsh shell and using a wildcard in scp fails:

    scp tom@testbox:~/test*.txt
    zsh: no matches found: tom@testbox:~/test*.txt
    

    However, the files do exist:

    ssh testbox
    tom@testbox:~$ ls -l
    total 8
    -rw-rw-r-- 1 …

    Read More
  • Generating QR codes for Wireguard

    calendar June 12, 2022 nav_categories Tech nav_categories Application nav_tags qr nav_tags wireguard nav_tags qrencode nav_tags networking

    I've been a big fan of using Wireguard since I started using it at the beginning of this year.

    Wireguard has the ability to scan a QR code to read the Wireguard tunnel configuration, which makes setting up a mobile device (phone, tablet, etc) much easier.

    A QR code (Quick Response code) is a type of matrix barcode (or …

    Read More
  • Using a custom SSL certificate in Plex

    calendar June 1, 2022 nav_categories Tech nav_categories Application nav_tags plex nav_tags ssl nav_tags certificate nav_tags docker

    Running Plex in a Docker container is easy to set up, easy to run, and super easy to update.

    I have a custom domain, and get free certificates from Let's Encrypt.

    Since I already have a setup to automatically obtain/renew certificates from Let's Encrypt, I also wanted to get a certificate for my Plex install, so I can …

    Read More
  • Upgrading Plex when running a Docker container

    calendar May 12, 2022 nav_categories Tech nav_categories Application nav_tags plex nav_tags docker nav_tags upgrade nav_tags update

    When running Plex in a Docker container, you can't actually upgrade/update the Docker image, but rather, you simply redeploy the container with a newer image.

    My plex.yaml file:

    version: '2'
    services:
      plex:
        container_name: plex
        image: plexinc/pms-docker:latest
        restart: unless-stopped …

    Read More
  • Virtual machine console access in Linux KVM

    calendar May 1, 2022 nav_categories Tech nav_categories Software nav_tags virtual machine nav_tags vm nav_tags kvm nav_tags linux nav_tags ubuntu 20.04 nav_tags console

    One of the things I always like about using VMWare's ESXi servers was the ability to access the console of the virtual machine (VM).

    This ability also exists when using Linux KVM and Linux VMs, and is pretty simple to set up.

    Bonus points after a small config change, it's much more usable.

    Enable the console from …

    Read More
    • ««
    • «
    • 2
    • 3
    • 4
    • 5
    • 6
    • »
    • »»

©2019 -   |  www.nodinrogers.com
Powered by Hugo and based off of the Hugo Clarity theme

to-top