Skip to content

Breaking

ollama container docker logs out of control vi/ex – Tips and Tricks Rocket.Chat – The Full Update Summary Gemini Musing about CI/CD pipeline
home

home

home
home

  • Home
  • Frank Earnhardt
  • FAQ
Gemini How-To

Gemini – Standard Operating Procedure (SOP)

Frank Earnhardt March 3, 2026 No Comments

To help you decide how I should “remember” your technical preferences, think of it as setting the standard operating procedure (SOP) for how we build and troubleshoot your stack. When…

git

git stash – I made a mess of my repo

Frank Earnhardt March 3, 2026 No Comments

Don’t panic —Git stashes are just commits in disguise, and they are almost always recoverable unless you’ve manually deleted your .git folder. 1. The “Undo” Button If you just ran…

Mongodb MongoDB Redis unraid

How does vm.overcommit_memory=1 impact Unraid?

Frank Earnhardt March 1, 2026 No Comments

How does vm.overcommit_memory=1 impact Unraid? Changing this setting on your Unraid host is generally safe and actually recommended if you run memory-intensive Docker containers (like Redis or MongoDB). To apply…

plugin unraid

Unraid un-get

Frank Earnhardt February 27, 2026 No Comments

The Nerd-Pack plug-in has been abandoned and I recently came across an alternative called un-get.

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…

Posts pagination

1 2 3 … 30

« Previous Page — Next Page »

April 2026
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
27282930  
« Mar    

You Missed

AI Docker How-To ollama

ollama container

Docker How-To

docker logs out of control

Editors How-To Tips vi

vi/ex – Tips and Tricks

How-To MongoDB Rocket.Chat

Rocket.Chat – The Full Update Summary

home

home