Skip to content

Breaking

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. Microsoft SQL Server git checkout | git restore | git cherry-pick
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 … 28

Next Page »

February 2026
M T W T F S S
 1
2345678
9101112131415
16171819202122
232425262728  
« Jan    

You Missed

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

How-To macOS

OSX – How to check if SMB service is running.

Docker Hashicorp How-To MicrosoftSQL RDBMS Secrets

Microsoft SQL Server

home

home