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

    calendar June 5, 2021 nav_categories Tech nav_categories Software nav_tags ubuntu nav_tags ubuntu server nav_tags ubuntu server 20.04 nav_tags virtualization nav_tags webvirtcloud

    I recently bought a new headless server to handle virtual machines.

    I decided to go with the built-in KVM ability of Ubuntu, and used Ubuntu Server 20.04 since it's a LTS (Long Term Support) release.

    Unfortunately, there is no built-in ability to remotely manage virtual machines, and while I love the command line, I …

    Read More
  • 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
  • Allow Docker use by non-root users

    calendar January 2, 2021 nav_categories Software nav_categories Tech nav_tags docker nav_tags linux nav_tags root nav_tags ubuntu nav_tags ubuntu server

    By default Docker needs to be run as the root user.

    Not practical or advisable in a production, or shared system to be consistently logged in as root (think running with scissors).

    Out of the box, attempting to run Docker as a non-root user gets this error:

    whoami
    tom
    
    docker run hello-world
    docker: Got permission …

    Read More
  • Configure static IP in Ubuntu 20.04 via the CLI

    calendar December 31, 2020 nav_categories Networking nav_categories Tech nav_tags linux nav_tags ubuntu nav_tags ubuntu server

    Doing some lab testing, and needed to add another interface on an Ubuntu server virtual machine.

    Quickly added it via the host (TrueNAS), but it came unconfigured and uninitialized.

    The interface is in a down state, so it doesn't show up in ifconfig without using a switch:

    ifconfig
    enp0s4: flags=4163< …

    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

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

to-top