Emergency coding setup: Claude Code on OCI free VM with Termux on Android

Emergency coding setup for production issues
A developer on r/ClaudeAI shared a practical setup for emergency coding when a laptop isn't available. The solution addresses production issues that can occur when you're away from your primary development machine.
Core components
- OCI Free Tier VM: Oracle Cloud Infrastructure's free VM with 24GB RAM and 4 vCPUs
- GitHub CLI: Installed on the VM
- Claude Code: Installed on the VM
- Termux: Android terminal emulator used to SSH into the VM
Cost breakdown
- OCI VM: Free
- Termux: Free
- Claude Pro ($20/month) or Claude Max ($100/month): Required for Claude Code access
- The developer notes that Claude Pro is sufficient for emergency use
Workflow
The setup is configured once. After that, when a production alert occurs:
- Open Termux on Android
- SSH into the OCI VM
- Claude Code is live on a 24GB machine within 2 minutes
The developer emphasizes this isn't a laptop replacement, but rather a way to "stop being blocked when it's not with you." They also ask the community about alternatives, specifically whether people prefer VS Code server or Blink Shell over Termux.
📖 Read the full source: r/ClaudeAI
👀 See Also

Analyzing 7 Years of Diary Entries with an LLM: RAG vs Fine-Tuning Failures
After keeping a diary since 2019, a developer fed 200+ entries to an LLM to discover patterns — RAG failed, fine-tuning failed, and privacy was a constraint. The final approach revealed cyclical life lessons every two years.

Mise's AI Executive System: Governance Framework and Agent Scoring Results
A restaurant owner built an AI executive system using Claude Code for payroll automation, featuring 8 AI executives with personnel records, strike logs, and a three-strike termination policy. The system scored 91.5/105 in Agent Madness 2026, the only entry above 90.

Building a 20-Agent Pipeline with Claude Code: Less AI, More Structure
A developer built a 20-agent pipeline with Claude Code to automate daily workflows across Gmail, Calendar, Notion, LinkedIn, web scrapers, and local APIs. The key insight: reliability came from adding deterministic structure around the AI, not better prompts.

Using Claude AI to Create Reusable App Marketing Checklists for Solo Developers
A solo iOS developer used Claude AI to build a comprehensive marketing checklist covering pre-launch, launch week, and post-launch tasks, reducing the process from two weeks to one afternoon per app.