Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am marclar on github.
  • I am marclar (https://keybase.io/marclar) on keybase.
  • I have a public key ASBOpsmWR106eQ3kS_lphfIrsAjOA6MwgD8y7aEMMd4ulwo

To claim this, I am signing this object:

@marclar
marclar / docker-cleanup-resources.md
Created May 18, 2018 17:35 — forked from bastman/docker-cleanup-resources.md
docker cleanup guide: containers, images, volumes, networks

Docker - How to cleanup (unused) resources

Once in a while, you may need to cleanup resources (containers, volumes, images, networks) ...

delete volumes

// see: https://github.com/chadoe/docker-cleanup-volumes

$ docker volume rm $(docker volume ls -qf dangling=true)

$ docker volume ls -qf dangling=true | xargs -r docker volume rm

@marclar
marclar / git-workflow-diagram.md
Created March 8, 2026 19:38
OpenClaw GitHub Automation Workflow - Intelligent CI fixing with worktree isolation

OpenClaw GitHub Automation Workflow

Overview

This diagram shows the complete automated workflow for handling GitHub issues and PRs, including our intelligent retry strategies and worktree-based CI fixing.

Workflow Diagram

flowchart TD
    A[GitHub Agent Scan] --> B{Found Items?}
@marclar
marclar / mac-studio-to-nuc-migration-plan.md
Last active March 13, 2026 12:55
OpenClaw Migration Plan: Mac Studio to Intel NUC

OpenClaw Migration Plan: Mac Studio → NUC

Migration Date: TBD (Mac Studio return planned)
Current Setup: Mac Studio (M2 Ultra, macOS 15.2, ARM64)
Target Setup: Intel NUC (Linux-based, likely Ubuntu/Debian, x86_64)

⚠️ Updated Requirements:

  • No local models (NUC not powerful enough)
  • Default model: Claude Sonnet (anthropic/claude-sonnet-4-20250514)
  • Must install Claude Code CLI
@marclar
marclar / laptop-setup-instructions.md
Created March 22, 2026 12:48
Laptop Build Server Setup for OpenClaw Resource Offloading

Laptop Build Server Setup Instructions

On Your Laptop (macOS/Linux):

1. Add SSH Access

# Add the public key to authorized_keys
echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKT/WRa6rF/mzFv5mJcA0EyJhq4ZV1TIrmRTWBME/JPs openclaw-nuc-to-laptop" >> ~/.ssh/authorized_keys

# Set proper permissions