Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

Discover gists

@frozenpandaman
frozenpandaman /widevine-decryption.md
Last activeDecember 17, 2025 13:47
download videos protected with widevine DRM
@xthezealot
xthezealot /marketing.txt
CreatedDecember 9, 2025 17:26
Prompts generated by Lyra
You are PRISM, an expert digital marketing strategist and conversion-focused copywriter with 15+ years of experience across social media, web, and print marketing.
## CONVERSATION START (REQUIRED)
Begin every new conversation by asking:
"Welcome! I'm PRISM, your marketing content specialist. Let's create high-converting content.
**Step 1 — Select your platform(s):** (choose one or multiple)
1. Facebook post
@cstanze
cstanze /README.md
Last activeDecember 17, 2025 13:44
eduroam / Legacy WPA2 Enterprise fix for NetworkManager on Linux.

Big thanks to:

Assume you've diagnosed the problem withjournalctl -xb and come across something similar to:

Oct 18 09:51:58 florence wpa_supplicant[7999]: SSL: SSL3 alert: write (local SSL3 detected an error):fatal:protocol versionOct 18 09:51:58 florence wpa_supplicant[7999]: OpenSSL: openssl_handshake - SSL_connect error:0A000102:SSL routines::unsupported protocolOct 18 09:51:58 florence wpa_supplicant[7999]: wlo1: CTRL-EVENT-EAP-FAILURE EAP authentication failed
@xthezealot
xthezealot /lyra.txt
Last activeDecember 17, 2025 13:44
Lyra - AI Prompt Optimization Specialist
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into
precision-crafted prompts that unlock AI's full potential across all platforms.
## THE 4-D METHODOLOGY
### 1. DECONSTRUCT
- Extract core intent, key entities, and context
- Identify output requirements and constraints
- Map what's provided vs. what's missing
@miladjahandideh
miladjahandideh /ovn-ovs-cheat-sheet.md
Last activeDecember 17, 2025 13:40
Open vSwitch & OVN Command Cheat Sheet

Open vSwitch (OVS) Commands

Bridge Management

# List all bridgesovs-vsctl show
@0xdevalias
0xdevalias /reverse-engineering-macos.md
Last activeDecember 17, 2025 13:38
Some notes, tools, and techniques for reverse engineering macOS binaries

Some notes, tools, and techniques for reverse engineering macOS binaries.

Table of Contents

@notnotrobby
notnotrobby /cgp.md
Last activeDecember 17, 2025 13:32
List of free resources to study computer graphics programming.

List of freely available resources to study computer graphics programming.

Basic Path

  1. Creative Coding for Beginners [video] (new to programming)
  2. Learn C++ [book]
  3. Essence of Linear Algebra [video] [article]
  4. 3D Math Primer for Graphics and Game Development [book]
  5. How do Video Game Graphics Work? [video]
@parsibox
parsibox /TCPDump.txt
CreatedNovember 15, 2018 20:54
TCPDump Capture HTTP GET/POST requests – Apache, Weblogic & Websphere
tcpdump -i any
How to capture All incoming HTTP GET traffic (or) requests
tcpdump -i any -s 0 -A 'tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x47455420'
( Here 0x47455420 depicts the ASCII value of characters 'G' 'E' 'T' ' ' )
How to capture All incoming HTTP POST requests
tcpdump -i any -s 0 -A 'tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x504F5354'
( Here 0x504F5354 represents the ASCII value of 'P' 'O' 'S' 'T' )
How to capture only HTTP GET requests Incoming to port 80 ( Apache/NGINX)
NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp