AUTO GENERATION There are 38 blogs written or updated in last 60 days: How Linux Works, 2nd Edition 汽车的日常 CLI gcloud Configuratio ...
Public Speaking
Decks Course Decks. Words and Sentences To help recall: Doodle sth on whiteboard filler words count constructive feedback vampire ...
VirtualBox Networks
This is a side note made for <<Vagrant Quick Start>>, for you to recall the underlying virtual network setup for VM on ...
Argument list too long
This issue was exposed when running postgres /bin/psql with a super long input (>130KB), the error was: fork/exec /bin/psql: ar ...
MySQL Server Setup
This playbook is about how to bring up MySQL server with specified version locally by Vagrant.
Vagrant Quick Start
2025-06-23 content updated. My single VM and VM compose setup please see this InfraTree. Since year 2019 I have been knowing Vag ...
MySQL Primary or Replica
The question is, how can I know the mysql server is a primary, replica or dual? Is It a Replica SHOW REPLICA STATUS\G What to look ...
MySQL Locking
At its core, a lock is a mechanism that allows a database system (like MySQL) to regulate concurrent access to data. When a transa ...
MySQL Admin Commands
Check Status mysql> \s--------------mysql Ver 14.14 Distrib 5.7.33, for Linux (x86_64) using EditLine wrapperConnection id: ...
Containerd ctr Quick Revisit
This quick note is mainly about CLI ctr, please note that ctr tool is made for debugging containerd. It doesn’t support all the fe ...