Search Results

Search Results

Query: bash
Found 35 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โ€ฆ
  • 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โ€ฆ
  • Log Shipping System

    _private/qwestly-docs/Engineering/Monitoring/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/โ€ฆ
  • 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โ€ฆ
  • 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โ€ฆ
  • 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โ€ฆ
  • CLAUDE

    _private/qwestly-private-docs/SOC2/CLAUDE.md
    โ€ฆrowser is already in use"`, kill the lingering process: ```bash pkill -f "mcp-chrome" ``` Then retry the operation. ### Sโ€ฆ
  • 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โ€ฆ
  • deepseek

    AI/deepseek.md
    โ€ฆodel-provided All Claude Code tools (file read/edit/write, bash, glob, grep, git, agents, cron, skills, etc.) are providedโ€ฆ
  • 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
    โ€ฆianus 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โ€ฆ
  • qwestly-keys

    projects/Qwestly/qwestly-keys.md
    โ€ฆnt Secret: `WPL_AP1.dGnNkF2KDrkhmEhT.8OYJUg==` ## Keys ```bash LANGSMITH_API_KEY=lsv2_pt_7c6977de59bc4accbb9f68c7c8f11026_โ€ฆ
  • openclaw

    services/openclaw.md
    โ€ฆor managing the gateway daemon. ### Gateway Management ```bash openclaw gateway status openclaw gateway start openclaw gatโ€ฆ
  • 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