no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • KVM on Ubuntu Server 20.04

    calendar May 18, 2021 nav_categories Tech nav_tags kvm nav_tags ubuntu nav_tags ubuntu server nav_tags ubuntu server 20.04 nav_tags virtualization

    I bought a new server, specifically to run virtual machines (VMs).

    KVM described, directly from RedHat:

    Kernel-based Virtual Machine (KVM) is an open source virtualization technology built into Linux®. Specifically, KVM lets you turn Linux into a hypervisor that allows a host machine to run multiple, isolated virtual …

    Read More
  • Set timezone in Ubuntu

    calendar May 15, 2021 nav_categories Tech nav_tags timezone nav_tags ubuntu

    At some point, Ubuntu changed how you set the time zone from the command line.

    The new way involves the command timedatectl

    Check the current time/date/timezone:

    timedatectl
                   Local time: Fri 2021-06-04 18:19:45 UTC
               Universal time: Fri 2021-06-04 18:19:45 UTC
                     RTC time: Fri …

    Read More
  • Ubuntu – waiting for a start job

    calendar May 12, 2021 nav_categories Tech nav_tags netplan nav_tags ubuntu nav_tags ubuntu server 20.04

    On bootup, my new Ubuntu server was stalling for ~2 minutes, while bringing up the network.

    The message I saw was ". . . a start job is running for wait for network", which turns out was due to waiting for the 2nd (unused) interface to come up.

    Of the 2 interfaces on the box, only one was connected:

    ifconfig …

    Read More
  • 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
    • ««
    • «
    • 10
    • 11
    • 12
    • 13
    • 14
    • »
    • »»

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

to-top