no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • 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
  • Transmission in a Docker container with OpenVPN

    calendar December 10, 2021 nav_categories Tech nav_categories Networking nav_tags transmission nav_tags docker nav_tags openvpn nav_tags vpn

    As I'd moved from TrueNAS to Ubuntu, I was moving most everything to a Docker container, and Transmission (using OpenVPN) was no different.

    Under TrueNAS, I'd used a jail (https://www.nodinrogers.com/posts/2020-11-07-freenas-transmission-jail-with-openvpn/), but jails don't exist in Ubuntu, so Docker is the way to go. …

    Read More
  • Hugo in Docker

    calendar December 5, 2021 nav_categories Tech nav_categories Software nav_tags docker nav_tags hugo nav_tags docker-compose

    When I first started using/testing Hugo, I was using a Linux virtual machine to run it.

    After I decided to use it, I wanted to move it from needing a full virtual machine to a Docker container.

    This was especially important, given the nature of Hugo, as a minimal application that doesn't require a lot of resources. …

    Read More
  • PWN fan control in Linux, using Supermicro motherboards

    calendar November 30, 2021 nav_categories Tech nav_tags supermicro motherboard nav_tags supermicro nav_tags supermicro x11ssh-f nav_tags ipmitool nav_tags shell script nav_tags noctua fan nav_tags noctua nf-a8 nav_tags noctua nf-p12

    New fans, new problem

    My NAS uses a Supermicro X11SSH-F motherboard, which I love if for no other reason than it has IPMI.

    One of my 120mm case fans started to die, so since I was opening the case, and all of the fans were the same age (~8 years old), I decided to replace all of the fans.

    I bought some Noctua NF-P12 …

    Read More
  • Testing PWM fan speeds in Linux using spintest.sh

    calendar November 22, 2021 nav_categories Tech nav_tags fans nav_tags fan nav_tags pwm nav_tags perl

    I swapped out the fan in my NAS server with some Noctua, which all supported PWM.

    As part of my testing, to see what speeds the PWM fans would run at, I found a script that was written by the TrueNAS community.

    I had to modify it so it would run on Ubuntu, but there wasn't much to modify.

    This output of this script …

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

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

to-top