Skip to content

๐Ÿ“‚ Linux File Explorer โ€‹

This document provides direct directory layouts and quick path maps to navigate your active workspace folders on your local Linux system. All active training code, Docker files, and database schemas are stored under a standard modular home structure.


๐Ÿš€ Workspace Directory Map โ€‹

Clicking these links or copying these paths will let you navigate to your active folders in your native file manager (e.g. Nautilus, Dolphin) or CLI terminal:

  • ๐Ÿ“‚ ~/
    Your active Linux user home directory.
  • ๐Ÿ“‚ ~/agentic-workspace
    The core active folder containing this documentation and all your active training projects.
  • ๐Ÿ“‚ ~/agentic-workspace/labs
    The workspace directory where all lab exercises, python code, and automation scripts are saved.
  • ๐Ÿ“‚ ~/agentic-workspace/labs/n8n/data
    Local database and workflow definitions for your isolated n8n workflow engine.
  • ๐Ÿ“‚ ~/miniconda3/envs
    Quick access to your isolated Conda virtual environments.
  • ๐Ÿ“‚ ~/.docker
    Local Docker daemon configurations and container runtimes.

โšก ๐Ÿ“Ÿ Dynamic Quick-Reference Cheat Sheets โ€‹

Access complete command reference guides, code templates, and analytical metrics directly:

  • ๐Ÿ“Ÿ linux-session-multiplexing
    Linux filesystem audits, permissions, process handling, and tmux persistent CLI scripting.
  • ๐Ÿ python-package-manager
    Conda environment commands and Astral uv lockfile compilations & cache syncs.
  • ๐Ÿณ docker-postgresql-memory
    Container runtimes, Compose networks, pgvector SQL searches, HNSW graphs, and age-decay queries.
  • ๐Ÿ“ api-specs-structured-outputs
    HTTP codes reference, httpx connection pooling, tenacity retries, OpenAPI specs, and Instructor validation loops.
  • ๐Ÿ“ˆ rag-multi-agent-graphs-telemetry
    Semantic splitting logic, parent-child Bi/Cross-encoder re-ranking, LangGraph schemas, and trace spans.

๐Ÿ’ก Navigating via CLI โ€‹

To quickly navigate to any folder from your terminal, leverage standard Linux shell aliases or run absolute path navigation:

bash
### Jump to training vault
cd ~/agentic-workspace

### Check disk space utilization on mounted filesystem
df -h ~

### Check permissions for active folders
ls -la ~/agentic-workspace