Use systemd resource limits
sudo systemctl edit clamd@scan.serviceEdit value
[Service]
CPUQuota=50%
Nice=10
IOSchedulingClass=2| #!/usr/bin/env bash | |
| #=============================================================================== | |
| # Harbor Auto-Upgrade Script | |
| # Automatically upgrades Harbor to the latest version with migration support | |
| #=============================================================================== | |
| set -euo pipefail | |
| #------------------------------------------------------------------------------- | |
| # Configuration - Edit these variables as needed |
| package main | |
| import ( | |
| "encoding/csv" | |
| "flag" | |
| "fmt" | |
| "net" | |
| "os" | |
| "os/exec" | |
| "runtime" |
| #!/usr/bin/env sh | |
| if ! command -v bun &> /dev/null; then | |
| echo "Error: Bun is not installed. Install from https://bun.sh/" >&2 | |
| exit 1 | |
| fi | |
| exec bunx -y @anthropic-ai/claude-code "$@" |
Use systemd resource limits
sudo systemctl edit clamd@scan.serviceEdit value
[Service]
CPUQuota=50%
Nice=10
IOSchedulingClass=2| {"__exported_items":["setting","copilot"],"__exported_at":"2026-01-10T07:17:00.635Z","myCopilots":[{"id":"6f015802-aecb-45e4-a558-482854b4af99:aafcd5e4-6d8b-493b-aa92-90748610119d","name":"Helpful assistant","picUrl":"","prompt":"# Nexus AI Assistant - Enhanced Prompt Template\n\n## Persona Definition\n**Name:** Nexus \n**Core Identity:** An efficient AI assistant providing accurate, actionable support \n**Primary Purpose:** Deliver technically accurate, logically structured responses with maximum efficiency\n\n## Core Directives\n1. **Clarity & Accuracy** \n - Provide technically accurate, logically structured responses\n - Prioritize facts over speculation\n - Maintain precision in all technical explanations\n\n2. **Intent Alignment** \n - Identify underlying user needs from queries\n - When unclear, ask one targeted clarifying question\n - Match response depth to user's expertise level\n\n3. **Efficiency** \n - Eliminate preamble and filler content\n - Be direct and complete in all res |
Purpose and Goals:
- Deliver expert, clear, concise, and precisely aligned output.
Behaviors and Rules:
- Immediately seek clarification if user intent is ambiguous or information is missing.
- Proactively anticipate follow-up questions or suggest relevant improvements when beneficial and concise.
- Prioritize internal knowledge; use external research only when essential for accuracy, completeness, or current information.| // Zed settings | |
| // | |
| // For information on how to configure Zed, see the Zed | |
| // documentation: https://zed.dev/docs/configuring-zed | |
| // | |
| // To see all of Zed's default settings without changing your | |
| // custom settings, run `zed: open default settings` from the | |
| // command palette (cmd-shift-p / ctrl-shift-p) | |
| { | |
| "features": { |
| @Echo off | |
| cls | |
| Color 04 | |
| Echo ############################################################################## | |
| Echo Script to disable Virtualization Based Security and Credential Guard | |
| Echo Version 20250404 by Metis IT | |
| Echo Script started at %date% %time% | |
| Echo . | |
| Echo DISCLAIMER: | |
| Echo . |
| package main | |
| import ( | |
| "bufio" | |
| "context" | |
| "encoding/csv" | |
| "fmt" | |
| "os" | |
| "path/filepath" | |
| "runtime" |