Skip to content

Instantly share code, notes, and snippets.

View Yakrel's full-sized avatar

Berkay YETGİN Yakrel

  • Kırıkkale
  • 04:27 (UTC +03:00)
View GitHub Profile
@orneryd
orneryd / claudette-agent.installation.md
Last active March 18, 2026 00:56
Claudette coding agent (System Prompt, Preamble, Chatmode, etc…) built especially for free-tier models like chatGPT-3/4/5+ to behave more similar to Claude. Claudette-auto.md is the most structured and focuses on autonomy. *Condensed* nearly the same but smaller token cost for smaller contexts, *Compact* is for mini contexts. Memories file suppo…
@wojtekadams
wojtekadams / proxmox_shutdown.sh
Last active July 11, 2025 05:52
Proxmox - script that shuts down VMs and Containers before the hypervisor is shut down
#!/bin/bash
# get list of VMs and LXCs on the node
VMIDs=$(/usr/sbin/qm list | tail -n +2 | awk '/[0-9]/ {print $1}')
LXCs=$(/usr/bin/lxc-ls)
# ask LXCs to stop
for LXC in $LXCs
do
/usr/bin/lxc-stop $LXC
@ezracb
ezracb / Download a Windows 10 ISO.md
Created June 24, 2020 01:04 — forked from CHEF-KOCH/Download a Windows 10 ISO.md
Download a Windows 10 ISO directly from Microsoft (without the media creation tool)