no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • Secure remote access to the Docker daemon

    calendar August 17, 2025 nav_categories Tech nav_categories Software nav_tags docker nav_tags ssl nav_tags tls nav_tags ca nav_tags certificate nav_tags key nav_tags ubuntu

    By default, the Docker daemon listens for connections on a Unix socket to accept requests from local clients.

    We are going to configure Docker to accept requests from remote clients by configuring it to listen on an IP address/port, in addition to the Unix socket.

    There is a lot of conflicting, and incorrect …

    Read More
  • Disable screensaver and lock screen in Ubuntu Mate

    calendar March 24, 2023 nav_categories Software nav_tags ubuntu nav_tags ubuntu mate nav_tags linux

    I have a few virtual machine deployed on in my home lab, and my general OS of choice is Ubuntu Mate.

    Not as barebones basic as XFCE4, and not as resource-intensive as Gnome3 or KDE.

    One of the first things I do after rolling out a virtual machine is to disable the screensaver and lock screen on any OS.

    On Ubuntu Mate, …

    Read More
  • Stress testing new hard drives in Ubuntu

    calendar March 1, 2023 nav_categories Tech nav_categories Hardware nav_tags ubuntu nav_tags linux nav_tags hard drive

    Most computer new computer hardware that will fail quickly, will fail within the first month of usage, if not sooner.

    Given that, it's recommended to do a burn-in test for any new computer hardware, including hard drives.

    I've been using a disk burn-in test to stress test hard drives as I've been replacing them in my …

    Read More
  • Replacing a drive in a ZFS array in Ubuntu

    calendar December 12, 2022 nav_categories Tech nav_categories Hardware nav_tags zfs nav_tags zfs pool nav_tags linux nav_tags ubuntu

    Sooner or later, every system will have a drive failure.

    ZFS was designed with this in mind.

    I noticed in my /var/log/kern.log file error messages about one of the drives in my ZFS pool.

    Dec  8 07:11:17 nas kernel: [738110.398391] ata8.00: exception Emask 0x0 SAct 0x80000004 SErr 0x0 action 0x0
    Dec  8 07:11:17 nas …

    Read More
  • Minikube on Ubuntu

    calendar April 25, 2022 nav_categories Tech nav_categories Software nav_tags kubernetes nav_tags containers nav_tags minikube nav_tags ubuntu nav_tags ubuntu 20.04

    Using minikube is a great way to learn Kubernetes, without all of the overhead/complexity of installing a full fledged Kubernetes deployment.

    In a nutshell, minikube is local Kubernetes.

    As Kubernetes/minikube are container orchestration tools, you need something to run the 'pods'.

    For minikube, this can be Docker, …

    Read More
  • Install Docker Engine on Ubuntu

    calendar April 17, 2022 nav_tags docker nav_tags ubuntu

    Installing Docker on Ubuntu 20.04

    Update September 2025:

    There is now a script provided by Docker.com to simplify the installation of Docker.

    As with any script you download from the Internet, make sure you are aware of what the scipt does before running the script!

    curl -fsSL https://get.docker.com -o get-docker.sh …

    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

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

to-top