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

    1. Update the apt package index:
    sudo apt update
    
    1. Uninstall old version(s):
    sudo apt remove docker docker-engine docker.io containerd runc
    
    1. Set up the Docker apt repository:
    sudo apt install ca-certificates curl gnupg lsb-release -y
    
    1. Add Docker's GPG key:
    curl -fsSL …

    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
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

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

to-top