Skip to content

Breaking

How to replace Smart-UPS 3000 XL Batteries how to tell if unraid was shut down properly during power outage How to make git credentials survive a reboot on UNRAID. Git Fails to Authenticate sendmail using gmail alias
home

home

home
home

  • Home
  • Frank Earnhardt
  • FAQ
Docker How-To PostgreSQL Python

Python Flask Migration (DEV to PROD)

Frank Earnhardt February 21, 2026 No Comments

Setting up Development: 1. Always Check .dockerignore Check if you have a .dockerignore file in your project root. If it contains a line: migrations/, — Docker will skip copying that…

Docker How-To Tips

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

Frank Earnhardt February 21, 2026 No Comments

1. Check for Invisible Characters (CLI) (If that doesn’t work, try tail -c +4 to specifically strip a 3-byte BOM). 2. Validate with Docker’s Built-in Tool Use the config command…

How-To macOS

OSX – How to check if SMB service is running.

Frank Earnhardt February 14, 2026 No Comments

To check if the SMB service (file sharing) is running on your Mac from the Terminal, use the launchctl list command and filter for smbd: bash Interpreting the Output Alternative…

Docker Hashicorp How-To MicrosoftSQL RDBMS Secrets

Microsoft SQL Server

Frank Earnhardt February 14, 2026 No Comments

https://www.microsoft.com/en-us/sql-server/sql-server-downloads To apply a SQL Server license in a Docker container, you primarily use environment variables during the docker run command or within a docker-compose.yml file. Unlike traditional Windows installations,…

git How-To

git checkout | git restore | git cherry-pick

Frank Earnhardt February 14, 2026 No Comments

Method 1: Using git checkout (Easiest) This method copies the file’s content into your working directory and stages it automatically, as if you manually copied the file and ran git…

git Tips

git aliases to prevent orphan branches

Frank Earnhardt February 13, 2026 No Comments

Run these commands in your terminal: 1. git unpushed This shows you exactly what is on your local machine that has not been pushed to the server yet. 2. git…

AI bash Google How-To script

ai conversation – list bash functions

Frank Earnhardt January 24, 2026 No Comments

In Bash, you can list functions loaded in your current environment—including those loaded via the source (or .) command—using several built-in methods. 1. List All Loaded Functions To see every…

AI git Google How-To Uncategorized

git workflow – ai conversation

Frank Earnhardt January 24, 2026 No Comments

What’s the proper full-cycle workflow?——- LOCAL —–git init – create repogit add README.mdgit commit -mInitialgit remote add origingit push origin main <– pre-configured to allow push to creategit checkout -b…

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…

Posts pagination

1 2 3 4 … 30

« Previous Page — Next Page »

June 2026
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  
« May    

You Missed

How-To Smart-UPS 3000 XL unraid UPS

How to replace Smart-UPS 3000 XL Batteries

How-To settings unraid UPS

how to tell if unraid was shut down properly during power outage

git How-To unraid

How to make git credentials survive a reboot on UNRAID.

git gitea github

Git Fails to Authenticate

home

home