The file C:\Users\MikeSwanson\Claude\shared-data\credentials.md has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 61→ 1. Build: `cargo build --release --target x86_64-unknown-linux-gnu -p ` 62→ 2. Rename old: `mv target/release/binary target/release/binary.old` 63→ 3. Copy new: `cp target/x86_64.../release/binary target/release/binary` 64→ 4. Kill old: `pkill -f binary.old` (systemd auto-restarts) 65→- **GuruConnect:** Static files in /home/guru/guru-connect/server/static/ 66→- **GuruConnect Startup:** `~/guru-connect/start-server.sh` (ALWAYS use this, kills old process and uses correct binary path) 67→- **GuruConnect Binary:** /home/guru/guru-connect/target/x86_64-unknown-linux-gnu/release/guruconnect-server 68→ 69→--- 70→ 71→## Services - Web Applications