Skip to content

Instantly share code, notes, and snippets.

View marcandrebenoit's full-sized avatar
💭
I may be slow to respond.

marc-andre benoit marcandrebenoit

💭
I may be slow to respond.
View GitHub Profile
@LuD1161
LuD1161 / SKILL.md
Created February 20, 2026 07:14
codex-review - claude skill file
name description user_invocable
codex-review
Send the current plan to OpenAI Codex CLI for iterative review. Claude and Codex go back-and-forth until Codex approves the plan.
true

Codex Plan Review (Iterative)

Send the current implementation plan to OpenAI Codex for review. Claude revises the plan based on Codex's feedback and re-submits until Codex approves. Max 5 rounds.

@thingsiplay
thingsiplay / ?
Last active July 20, 2025 13:29
cheat.sh - The only cheat sheet you need
#!/usr/bin/env bash
cheat='curl -s cheat.sh'
menu='fzf --reverse'
pager='less -R -c'
cachefile_max_age_hours=6
explain='https://explainshell.com/explain?cmd'
# Path to temporary cache file. If your Linux system does not support /dev/shm
# or if you are on MacOS, then change the path to your liking:
@asheroto
asheroto / 1-Windows-Setup-TPM-Bypass-Internet-Bypass.md
Last active January 20, 2026 14:08
Windows setup answer file working on Windows 11. Skips OOBE (EULA, networking) and pretty much everything else during normal setup.

Windows 10/11 Setup Answer File + TPM Bypass + CPU requirement + storage requirement + Internet requirement bypass + disable BitLocker automatic encryption

This is a Windows setup answer file working on Windows 10 and 11.

What it does:

  • Skips OOBE (EULA, networking) and pretty much everything else during normal setup
  • Sets Keyboard + Language to English (US)
  • Set timezone to Central Standard Time
  • Creates user "User" with password of "password"
@chrisswanda
chrisswanda / WireGuard_Setup.txt
Last active January 22, 2026 11:23
Stupid simple setting up WireGuard - Server and multiple peers
Install WireGuard via whatever package manager you use. For me, I use apt.
$ sudo add-apt-repository ppa:wireguard/wireguard
$ sudo apt-get update
$ sudo apt-get install wireguard
MacOS
$ brew install wireguard-tools
Generate key your key pairs. The key pairs are just that, key pairs. They can be
@halkyon
halkyon / cleanup-win10.ps1
Last active February 17, 2026 20:09
Cleanup Windows 10 Powershell script
##
## Windows 10 cleanup script.
## Remove dodgy tracking settings, unneeded services, all apps, and optional features that come with Windows 10. Make it more like Windows 7.
## NOTE: this was tested on Creators Update (1703) and Fall Creators Update (1709). Some of this may not work as expected on newer versions.
##
## Instructions
## 1. Run this script (under Powershell as Administrator):
## powershell -ExectionPolicy Bypass .\cleanup-win10.ps1
## 2. Let it run through, you may see a few errors, this is normal
## 3. Reboot

Keybase proof

I hereby claim:

  • I am marcandrebenoit on github.
  • I am marcan (https://keybase.io/marcan) on keybase.
  • I have a public key ASD_E6YdsdmUycOqQZlixT6_mH-KwYn4Jx4QzqRxxRO9YQo

To claim this, I am signing this object:

@hwdsl2
hwdsl2 / .MOVED.md
Last active February 27, 2026 02:50
IPsec VPN Server Auto Setup Script for Ubuntu and Debian