Search Results

Search Results

Query: bash
Found 41 results
  • Bash cheat sheet

    documents/dev/Bash cheat sheet.md
    # Bash Cheatsheet ## Common * moving * `ctrl+a` beginning of lin…
  • vercel-skip-deploy-for-one-commit

    _private/qwestly-docs/CI-CD/vercel-skip-deploy-for-one-commit.md
    …n `[skip deploy]` appears in the latest commit message: ```bash git log -1 --pretty=oneline --abbrev-commit | grep -w "\[sk…
  • automated-pr-review

    _private/qwestly-docs/Engineering/automated-pr-review.md
    …osts inline comments on specific file/line pairs - `Bash(gh pr comment:*)` — posts a single summary comment on the P…
  • Code Contribution Workflow

    _private/qwestly-docs/Engineering/Code Contribution Workflow.md
    …itHub CLI Setup ### Installation #### macOS (Homebrew) ```bash brew install gh ``` #### macOS (MacPorts) ```bash sudo por…
  • Git-Hooks-Auto-Install

    _private/qwestly-docs/Engineering/Git-Hooks-Auto-Install.md
    …n `package.json`: ```json { "scripts": { "prepare": "bash ./scripts/install-git-hooks.sh" } } ``` ## Step 2: Add a…
  • monitoring-api

    _private/qwestly-docs/Engineering/Monitoring/monitoring-api.md
    …s logged for monitoring ## Development ### Local Setup ```bash cd /Users/dominick/Work/qwestly-workspace/qwestly-monitorin…
  • status-dashboard

    _private/qwestly-docs/Engineering/Monitoring/status-dashboard.md
    …eout with user feedback ## Development ### Local Setup ```bash cd /Users/dominick/Work/qwestly-workspace/qwestly-monitorin…
  • Onboarding

    _private/qwestly-docs/Engineering/Onboarding.md
    …**Clone repositories** (you'll need access to each): ```bash cd ~/Work/qwestly-workspace/ git clone git@github.com…
  • qwestly-bot

    _private/qwestly-docs/Engineering/qwestly-bot.md
    …## Prerequisites You need three environment variables: ```bash export GH_QWESTLY_APP_ID=3884618 export GH_QWESTLY_INSTALLA…
  • external-jobs-search-api

    _private/qwestly-hire-docs/external-jobs-search-api.md
    …ge>", "details": "<message>" }`. | #### Example (curl) ```bash curl -sS \ -H "Authorization: Bearer YOUR_HIRE_APP_API_KE…
  • AGENTS

    _private/qwestly-private-docs/SOC2/AGENTS.md
    …rowser is already in use"`, kill the lingering process: ```bash pkill -f "mcp-chrome" ``` Then retry the operation. ### S…
  • browser-automation

    _private/qwestly-private-docs/SOC2/browser-automation.md
    …curate. ## Troubleshooting ### Browser Already in Use ```bash pkill -f "mcp-chrome" ``` Then retry. ### Button Click Ha…
  • Log Management Control Matrix

    _private/qwestly-private-docs/SOC2/log-management/Log Management Control Matrix.md
    …nagement Procedures:** 1. **Continuous Monitoring:** ```bash # Automated health checks every 5 minutes curl -f htt…
  • Log Management Retention

    _private/qwestly-private-docs/SOC2/log-management/Log Management Retention.md
    …eness ### 1. Automated Testing **Daily Verification:** ```bash # Automated tests run daily python ship_logs.py test…
  • Log Shipping System

    _private/qwestly-private-docs/SOC2/log-management/Log Shipping System.md
    …ble via the Monitoring API for on-demand log collection: ```bash curl -X POST https://qwestly-monitoring-api.vercel.app/api/…
  • deepseek

    AI/deepseek.md
    …odel-provided All Claude Code tools (file read/edit/write, bash, glob, grep, git, agents, cron, skills, etc.) are provided…
  • oh-my-pi

    AI/oh-my-pi.md
    …ntract rules, and environment - Built-in tools (read, edit, bash, ast_grep, lsp, etc.) - Config discovery from `.omp/` direc…
  • pi-coding-agent

    AI/pi-coding-agent.md
    …all configured MCP servers | ### Installation & Config ```bash npm install -g @khimaros/pi-webui ``` **Symlink trick** —…
  • reasonix

    AI/reasonix.md
    …onal interface with no codebase access. ## Quick start ```bash cd my-project npx reasonix code # paste a DeepSeek API ke…
  • Stable Diffusion

    AI/Stable Diffusion.md
    …nianus mandelbulb of ay eye within a castl ## Stack 2x2 ```bash ffmpeg -i 1.jpg -i 2.jpg -i 3.jpg -i 4.jpg -lavfi "xstack=i…
  • workspace-harness

    AI/workspace-harness.md
    …Agent session data, scratch pads | --- ## Quick Start ```bash # 1. Clone the workspace meta-repo git clone <workspace-url…
  • Avante Neovim

    documents/dev/Avante Neovim.md
    …variable at Neovim startup. ### Shell aliases (`~/.extras.bash`) ```bash alias vim-cursor="AVANTE_PROVIDER=cursor nvim" a…
  • gog

    documents/dev/gog.md
    …s, Docs, and Sheets from the terminal. ## Installation ```bash brew install gogcli/tap/gogcli ``` ## OAuth Setup ### GCP…
  • memo

    documents/dev/memo.md
    …by OpenClaw via the apple-notes skill. ## Installation ```bash brew tap antoniorodr/memo brew install antoniorodr/memo/mem…
  • nginx

    documents/dev/nginx.md
    …- Username: `dom` - Password: `cannon` ## serve folder ```bash server { listen 80; server_name localhost; root /home/do…
  • S3

    documents/dev/snippets/aws/S3.md
    # AWS S3 ## Sync Script ```bash #!/bin/sh # # Usage: joysync [options] # joysync wat…
  • SSH cheat sheet

    documents/dev/SSH cheat sheet.md
    …am.com 'cat >> /home/dominick/test.txt'` ## rsync watch ```bash ODESZA_PATH_LOCAL='/Users/dominip/Work/odesza/' ODESZA_PATH…
  • Termux

    documents/dev/Termux.md
    …//raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash nvm install v18 nvm use v18 nvm i -g yarn # https://coder.…
  • Unix Disk Utility

    documents/dev/Unix Disk Utility.md
    …1` ## Automount List drives `sudo blkid` look for UUID ```bash dev/sda1: LABEL="Samsung_T5" UUID="50B7-8594" TYPE="exfat"…
  • Unix fix network manager

    documents/dev/Unix fix network manager.md
    …b.com/DennisPohlmann/7a8cfbfa4f432c238728e44f81d8b128)]) ```bash [keyfile] unmanaged-devices=none ``` Then: * `systemctl re…
  • Windows

    documents/dev/Windows.md
    …criptsync python server.py%* pause exit /b ``` ## Venv ```bash virtualenv --python /c/Users/domin/AppData/Local/Programs/P…
  • Mac-display

    documents/devices/Mac-display.md
    …acer 1. Install Homebrew if not yet installed ```sh /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew…
  • Steam Deck

    documents/devices/Steam Deck.md
    …## Yay Allow to write over file system (steam os block) ```bash sudo steamos-readonly disable` ``` Ensure we have the keys…
  • zmk

    documents/keyboards/zmk.md
    …ts\Activate.ps1 # powershell .venv\Scripts\activate.bat # bash pip install west # initialize in app folder west init -l…
  • shortcuts

    documents/shortcuts.md
    …Browser Tab ## Scripts ### Dynamic Nginx Port Exposer A bash script for exposing local ports via dynamic nginx subdomain…
  • AI-powered-development

    presentations/AI-powered-development.md
    …Tool Dispatch │ │ │ │ (reason) │◀───│ Loop │◀───│ (bash, read, │ │ │ └──────────┘ └──────────┘ │ writ…
  • mac-studio

    services/mac-studio.md
    …tmux session) ### Manage Start / stop is via launchd: ```bash launchctl load ~/Library/LaunchAgents/com.user.ttyd.plist…
  • nginx-auth-service

    services/nginx-auth-service.md
    …g agent with its own dashboard UI. ### Startup command ```bash npx reasonix code --dashboard-host 0.0.0.0 --dashboard-port…
  • openclaw

    services/openclaw.md
    …or managing the gateway daemon. ### Gateway Management ```bash openclaw gateway status openclaw gateway start openclaw gat…
  • shell

    shell.md
    …Starship init | | `~/.zprofile` | Zsh login profile | | `~/.bashrc` | Bash RC (legacy, from pre-Zsh?) | | `~/.config/starshi…
  • mongodb-index-update-strategy-and-method

    _private/qwestly-hire-docs/mongodb-index-update-strategy-and-method.md
    # MongoDB index update — strategy and scripts **Purpose:** *when* to sync indexes, *how* to run or add scripts, and *constraints* so implementations stay consistent with this repo. --- ## Mongodb I