no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • Moving a VM to another KVM host

    calendar January 22, 2022 nav_categories Tech nav_tags kvm nav_tags virtual machine nav_tags vm nav_tags virsh

    I have two KVM systems: one that run on my NAS, and one dedicated for KVM, which is also the one I use for lab testing.

    I've found a couple of times where I've had a VM on my lab KVM that I wanted to move/migrate to my NAS (non-lab, or prod) KVM.

    Not difficult to do, as both systems are set up the same way, …

    Read More
  • Excluding files from a tar archive

    calendar January 15, 2022 nav_categories Tech nav_tags tar nav_tags linux

    I was trying to make a backup, but exclude my working directory, which just has a lot of temp files in it.

    . . . easier said than done . . .

    The concept is pretty easy, simply use the --exclude="file2exclude" switch option in the command, and the file(s)/directory(ies) listed will be excluded.

    It didn't work. …

    Read More
  • Enabling KVM host to virtual machine communication

    calendar January 6, 2022 nav_categories Tech nav_categories Networking nav_tags networking nav_tags ip nav_tags route nav_tags linux nav_tags kvm nav_tags virtual machine nav_tags vm

    Virtual machines (VM) and their KVM host can't communicate over the network, which is by design.

    There are times however, that I want to enable VM to KVM host communication, typically because the KVM host is hosting something else I want to access from the VM..

    The two ways of doing this, along with the pros and cons: …

    Read More
  • Wireguard VPN access

    calendar January 1, 2022 nav_categories Tech nav_tags wireguard nav_tags ubuntu nav_tags linux nav_tags vpn nav_tags mac

    When away from home, it's always nice to be able to access devices, servers, services, on my home network.

    In addition to accessing my home network's resources, if I route all of my traffic through my home network, I get the added benifit of avoiding insecure wireless networks.

    There have been more than a few …

    Read More
  • Webvirtcloud in a Docker container with persisted data

    calendar December 30, 2021 nav_categories Tech nav_categories Software nav_tags webvirtcloud nav_tags docker nav_tags kvm nav_tags python

    I was using Webvirtcloud install on my KVM device, but decided to switch to a Docker container, as I've been trying to move as much as possible to Docker, for the sake of simplicity, and easier recovery if/when something goes wrong.

    The install was easy, but there were a few commands that had to be run as a different …

    Read More
  • Automounting NFS shares in OSX

    calendar December 20, 2021 nav_categories Tech nav_tags osx nav_tags nfs nav_tags automount

    Trying to get a NFS mount mounted under /Volumes/ in OSX is more difficult than it sounds.

    You basically have to trick OSX into allowing you to mount the NFS share in /Volumes/ by using ../ in the directory listing.

    Example:

    cd /System/Volumes/Data/Volumes
    
    pwd
    /System/Volumes/Data/Volumes
    

    Using the ../ trick, which …

    Read More
    • ««
    • «
    • 5
    • 6
    • 7
    • 8
    • 9
    • »
    • »»

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

to-top