no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • Deploying audiobookshelf in Docker

    calendar December 12, 2023 nav_categories Tech nav_categories Software nav_tags docker nav_tags audiobookshelf nav_tags audiobook

    Listening to audio books

    Usually when I listen to an audiobook, I listen through the Audible mobile app if the books is something I've purchased through Audbile.

    I have a decent size collection of DRM-free audiobooks, and for those I use the Smart AudioBook Player Android app.

    However, allowing my family to access my …

    Read More
  • Pi-hole admin page redirect failure

    calendar November 15, 2023 nav_categories Tech nav_categories Software nav_tags docker nav_tags pi-hole nav_tags pihole

    Pi-hole admin page redirect failure

    I run two Pi-hole instances for redundancy, on two different hardware devices.

    I ran into a small, but annoying, issue when trying to access the web admin page.

    When accessing the admin web page, Pi-hole should redirect / to /admin, but it wasn't on just one of my Pi-hole instances. …

    Read More
  • Specify private key in git

    calendar March 10, 2023 nav_categories Tech nav_categories Application nav_tags git nav_tags ssh nav_tags gitlab nav_tags github

    When using Github or a Gitlab instance, I typically use a specific key.

    By default however, Gitlab/hub will only try to use the default name of ~/.ssh/id_rsa, and then fail if that key isn't the one specified in your Gitlab/hug profile.

    On Github, I added the public key that the corresponding private key is ~/.ssh/git. …

    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
  • Configuring Docker log file size

    calendar February 15, 2023 nav_categories Tech nav_categories Application nav_tags gitlab nav_tags docker

    I was looking at drive utilization, and thought that my /mnt/docker/ directory was a bit bigger than I thought it should have been, so I started doing some some digging.

    I found that I had a rather large log file from my Gitlab Docker container.

    ls -lh *-json.log
    -rw-r----- 1 root root 13G Jan 22 13:42 …

    Read More
  • Changing the Docker root directory

    calendar February 3, 2023 nav_categories Tech nav_categories Application nav_tags docker

    I run some Docker containers on my NAS, but ran into a hard drive space issue because of Docker:

    sudo du -sh /var/lib/docker
    30G	/var/lib/docker
    

    My NAS has a 110Gb SSD for the OS (Ubuntu Server) and 4 drives in a ZFS array for storage.

    By default, Docker runs everything from /var/lib/docker, but without doing some …

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

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

to-top