no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • 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
  • Running VNC on Ubuntu 20.04 with default window manager

    calendar November 15, 2021 nav_categories Tech nav_tags ubuntu nav_tags ubuntu 20.04 nav_tags mate desktop nav_tags vnc nav_tags vnc server nav_tags tigervncserver nav_tags tiger vnc server nav_tags gnome 3 nav_tags gnome

    I wrote previously about my frustration with trying to get the default Ubuntu desktop to run in a VNC session, one that would install as a service, and work after a reboot.

    After spending more time than I'd like to admit, I threw in the towel, and went with the Mate desktop (Gnome 2 based), which worked without a …

    Read More
    • ««
    • «
    • 11
    • 12
    • 13
    • 14
    • 15
    • »
    • »»

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

to-top