Skip to content

Breaking

How does vm.overcommit_memory=1 impact Unraid? Unraid un-get Python Flask Migration (DEV to PROD) Tips to help validate docker-compose.yml and .env files OSX – How to check if SMB service is running.
home

home

home
home

  • Home
  • Frank Earnhardt
  • FAQ
AI git Google

Github Pages – AI Conversation

Frank Earnhardt January 24, 2026 No Comments

In 2026, the best practice for managing GitHub Pages is actually a third option that avoids branch-switching entirely: GitHub Actions. However, if you are choosing between the traditional branch-based methods,…

Cloudflare DNS ISP

Cloudflare DNS validation for GitHub Page

Frank Earnhardt January 24, 2026 No Comments

To bypass local DNS settings using dig, you can query an external DNS server directly or use a tracing method to resolve the domain from the root. 1. Specify a…

AI Google How-To

git stash fog – ai conversation

Frank Earnhardt January 24, 2026 No Comments

To clear up the “Stash Fog,” you don’t have to guess what’s inside them. You can peek into the box before you open it. 1. List and Identify First, see…

git How-To

git merge vs rebase

Frank Earnhardt January 24, 2026 No Comments

When you are working on a feature branch for more than a day, the “ground” (the main branch) usually moves beneath your feet. Other developers are merging their PRs, and…

git How-To

git branch -vv

Frank Earnhardt January 24, 2026 No Comments

How to read following git branch -vv? This output is a “snapshot” of where each local branch pointer is currently sitting. 2. Analyzing the Log Graph Your git log --graph…

bash script

bash set -e problems – ai conversation

Frank Earnhardt January 24, 2026 No Comments

In Bash, using standard command substitution (e.g., VAR=$(my_func)) while set -e is active can be problematic because the main script might not exit immediately if the subshell where the function…

git

git aliases

Frank Earnhardt January 23, 2026 No Comments

Understanding the git alias syntax and building a few examples: git alias syntax git cleanup git sview git lg

bash script

Bash Environment

Frank Earnhardt January 19, 2026 No Comments

To source and export variables from a file in Bash, you need to use the source command (or its shorthand, the dot .) when executing the file. This runs the…

How-To

rsync with sshpass

Frank Earnhardt January 19, 2026 No Comments

To rsync files to a remote server with a password in a bash script, you can use sshpass to provide the password non-interactively. 1. Install sshpass (if not already installed):…

Browsers haproxy pfSense

favicon.ico error

Frank Earnhardt January 14, 2026 No Comments

Have you ever noticed during web page inspection, the favicon.ico error? I’ve seen the missing favicon.ico many times in the past while inspecting some web page.Today, while working on a…

Posts pagination

1 2 3 … 29

« Previous Page — Next Page »

March 2026
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« Feb    

You Missed

Mongodb MongoDB Redis unraid

How does vm.overcommit_memory=1 impact Unraid?

plugin unraid

Unraid un-get

Docker How-To PostgreSQL Python

Python Flask Migration (DEV to PROD)

Docker How-To Tips

Tips to help validate docker-compose.yml and .env files

home

home