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

    calendar April 9, 2022 nav_categories Tech nav_categories Hardware nav_categories Networking nav_tags iot nav_tags wireless nav_tags vlan nav_tags ssid nav_tags firewall nav_tags unifi nav_tags ubiquity nav_tags udm nav_tags udm pro

    These instructions/screenshots were from an UDM Pro running:

    UniFi OS UDM Pro 1.11.0 UniFi Network Application 7.0.23

    Why

    From the FBI field office in Portland:

    Your fridge and your laptop should not be on the same network.1

    If those cheap "smart" lightbulbs you bought off Amazon get compromised because of …

    Read More
  • Running Pi-hole on a UDM Pro

    calendar March 31, 2022 nav_categories Tech nav_categories Software nav_tags container nav_tags podman nav_tags pihole nav_tags dns nav_tags networking nav_tags udm nav_tags udm pro

    I have a Pi-hole Docker container running on my NAS, but DNS functionality is too important to have a single point of failure.

    If something were to happen to my NAS, my home network would have no DNS resolution, which brings the network to it's knees.

    I had been using a Raspberry Pi as my second DNS server, running …

    Read More
  • Upgrading a Pi-hole Docker container

    calendar March 25, 2022 nav_categories Tech nav_categories Software nav_tags docker nav_tags pihole nav_tags dns

    Upgrading Pi-hole is easy:

    pihole -up

    However, this doesn't work if you're running a Docker container.

    docker exec -it pihole pihole -up
    Function not supported in Docker images
    

    To get Pi-hole Docker container upgraded, you have to force Docker to pull the latest Pi-hole version and redeploy the container.

    docker pull …

    Read More
  • Ubiquiti UDM Pro as a Wireguard VPN server

    calendar March 15, 2022 nav_tags ubiquiti nav_tags udm nav_tags udm pro nav_tags vpn nav_tags wireguard nav_tags wireguard vpn

    I've been using Wireguard for a few months now, and the performance has been great, with zero stability issues.

    I started by using a virtual machine for the Wireguard server, and once I got the configuration ironed out, then moved it to a Docker instance.

    I later discovered that my Ubiquiti Ultimate Dream Machine Pro …

    Read More
    • ««
    • «
    • 8
    • 9
    • 10
    • 11
    • 12
    • »
    • »»

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

to-top