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

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

to-top