no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • Ubuntu install error: MokListRT: Out of Resources

    calendar May 3, 2021 nav_categories Tech nav_tags dell nav_tags dell t7600 nav_tags ubuntu nav_tags uefi nav_tags usb

    When installing Ubuntu server (20.04) on a Dell T7600, I ran into an issue when trying to boot from UEFI mode.

    I'd get the error:

    Failed to set MokListRT: Out of Resources
    

    and then the server would just shut off.

    I could boot from Legacy (non-UEFI mode), but it bugged me, as I knew the version of Ubuntu server …

    Read More
  • Docker SFTP server, part 2

    calendar April 20, 2021 nav_categories Tech nav_categories Networking nav_tags docker nav_tags nas nav_tags networking nav_tags nfs nav_tags sftp

    I needed a quick SFTP server, and did a short post about it previously.

    However, I wanted the ability to run a Docker container that wasn't on my NAS, so I had to mount the NFS share from within Docker.

    Using this Docker composer file did the trick:

    version: "3.2"
    
    services:
      sftp:
        image: atmoz/sftp …

    Read More
  • How to Enable emailing books to your Kindle from Calibre-Web

    calendar April 3, 2021 nav_categories Tech nav_categories Software nav_tags calibre-web

    Each Kindle has it's own email address, which exists to allow you to email ebooks to your Kindle.

    The easiest way to get ebooks from Calibre-Web to your Kindle is to add your Kindle's email address to your profile in Calibre-Web.

    It's easy to do, but there are a few steps involved.

    Find your Kindle's email address

    Log …

    Read More
  • Docker SFTP server

    calendar March 20, 2021 nav_categories Tech nav_categories Networking nav_tags docker nav_tags networking nav_tags sftp

    I had a couple of files I needed to provide to a friend on a regular basis.

    • The files were too big to email.
    • The files would change every week.
    • They were created/stored on my NAS.
    • Neither of us wanted to go through the hassle of using Dropbox/Google Drive/etc.

    Simple solution was for me to create a simple Docker …

    Read More
  • Quick Ubuntu for testing

    calendar March 8, 2021 nav_categories Tech nav_tags docker nav_tags ubuntu nav_tags linux

    I needed to run a quick test on a virgin Linux system.

    Rather than spinning up a virtual machine, I just ran a single Docker command, and was up and running.

    docker run -it --entrypoint "/bin/bash" ubuntu:latest
    

    That's it. Really, it's that simple.

    From the Docker docs:

    An ENTRYPOINT allows you to configure a …

    Read More
  • Pi-hole running in a Docker container

    calendar February 23, 2021 nav_categories Tech nav_categories Software nav_tags docker nav_tags linux nav_tags pi-hole nav_tags pihole nav_tags ubuntu

    I was on my mobile, looking up a few recipes, I was amazed at the number of intrusive ads I was getting, which made reading the web pages almost impossible.

    Decided it was time to investigate Pi-hole, as I'd heard good things about it.

    The Pi-hole is a DNS sinkhole that protects your devices from unwanted content, …

    Read More
    • ««
    • «
    • 16
    • 17
    • 18
    • 19
    • 20
    • »
    • »»

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

to-top