Author: Dr. Pranay Jha
-
Amazon Bedrock Model Catalog and Choosing a Model (AWS Gen AI Series, Part 3)
Bedrock ships more than a hundred models across fifteen providers, and the price gap between the cheapest and the priciest is over 400x. Here is how I read the catalog and pick a model without overpaying.
-
Amazon Bedrock and the Shared Responsibility Model (AWS Gen AI Series, Part 2)
Bedrock is a managed service, but security is still split between AWS and you. Here is exactly which half is yours, the defaults that catch teams out, and the baseline I deploy before any prompt goes live.
-

AWS Generative AI Stack, End to End (AWS Gen AI Series, Part 1)
AWS generative AI is really three layers: Amazon Bedrock for managed models, SageMaker AI to build your own, and Trainium and Inferentia underneath. Here is the whole map, with a real cost example and a first call that works.
-
Customize Your Shell Environment: bashrc, Aliases, and PATH (Linux for Beginners, Part 23)
Your alias works in the terminal but not in cron because the shell reads different startup files depending on how it launched. Login vs non-login, .bashrc, aliases, PATH, and the prompt.
-
Grow Storage With LVM Logical Volumes (Linux for Beginners, Part 22)
Fixed partitions are rigid; LVM puts a flexible layer between disks and filesystems so you can grow a full volume onto a new disk with no downtime. PVs, VGs, LVs, and snapshots.
-
Backups With rsync and tar, Done Right (Linux for Beginners, Part 21)
Making copies is easy; making copies you can restore from is the skill. rsync and tar, the trailing-slash trap, space-smart snapshots, and why an untested backup is not a backup.
-
Text Processing in Linux With grep, sed, and awk (Linux for Beginners, Part 20)
Turning a mountain of text into one clear answer is the work an admin does most. grep finds lines, sed changes them, awk works in columns, and a few helpers finish the job.
-
Landing Your First Linux Job: Certs, Interviews, and Your First Role (Linux for Beginners, Part 24)
Nobody is hired for reciting commands. Which Linux certifications are worth it, what interviews actually test, how to survive your first 90 days, and a seven-day plan to start now.
-
Build a Linux Home Lab to Practice Safely (Linux for Beginners, Part 19)
You learn Linux by breaking it and fixing it, which needs a safe place to be reckless. Build a home lab on the laptop you own, use snapshots to undo anything, and practice the whole series.
-
Troubleshoot Linux the Methodical Way, Not by Guessing (Linux for Beginners, Part 18)
The admins who fix things fast follow a method, not a hunch. Define the problem, check the cheap causes first, read the signal not just the number, and change one thing at a time.
-
Basic Security Hardening for a New Linux Server (Linux for Beginners, Part 17)
A fresh server gets brute-forced within minutes. The five changes that stop almost all automated attacks: patch, key-only SSH, a default-deny firewall, fail2ban, and least privilege.
-
Bash Scripting From Scratch for Beginners (Linux for Beginners, Part 16)
Turn the commands you repeat every day into a script that runs itself. Shebangs, variables, arguments, loops, and the one line that stops a script from doing real damage.
Architect’s Toolkit
PJ’s Tools
VMware Cloud Foundation
- VCF Documentation
- VCF 9 Planning & Preparation Workbook
- VCF Bill of Materials (BoM)
- VMware Compatibility Guide
- VMware Interoperability Matrix
- VMware Configuration Maximums
- VMware Ports & Protocols
- VMware Hands-on Labs
- RVTools Download
Nutanix
AI & Cloud-Native Platform
- NVIDIA Build (Model Catalog)
- NVIDIA AI Enterprise Reference Architecture
- NVIDIA NIM Performance Benchmarking
- NVIDIA NGC Catalog
- NeMo Microservices Helm Chart
- Helm Charts Repository
- Hugging Face Models
Architecture & Design
About the Author

Dr Pranay Jha
Dr. Pranay Jha is a Cloud and AI Consultant with 18+ years of experience in hybrid cloud, virtualization, and enterprise infrastructure transformation. He specializes in VMware technologies, multi-cloud strategy, and Generative AI solutions. He holds a PhD in Computer Applications with research focused on Cloud and AI, has published multiple research papers, and has been a VMware vExpert since 2016 and a VMUG Community Leader.
You May Have Missed

DrJha