Skip to content

Instantly share code, notes, and snippets.

View opexxx's full-sized avatar

Alexander Knorr opexxx

View GitHub Profile
@yotsuda
yotsuda / README.md
Last active April 8, 2026 13:56
PowerShell.MCP README

PowerShell.MCP

PowerShell Platform PowerShell Gallery PowerShell Gallery License: MIT

Security Warning: This module provides complete PowerShell access to your system. Malicious use could result in severe damage. Use responsibly and only in trusted environments.

PowerPoint Slides Generation Process

A systematic two-step approach to creating high-quality PowerPoint presentations using AI assistance.

Overview

This process separates content creation from formatting, allowing AI to focus on pure content quality first, then handle the technical PowerPoint generation separately.


Obsidian + Google Drive folder + NotebookLM

  • Create a folder in Google Drive say "My-Vault"
  • Install Google desktop in Windows 11
  • Open "My-Vault" folder in windows 11 from Google Drive location
  • Create Obsidian vault in "My-Vault" folder
  • Create markdown files in "My-Vault" folder
  • Open "My-Vault" folder in Gdrive in NotebookLM notebook
    • Since there is restriction for number of files in NotebookLM, enable .NotebookLMignore to filter out the unwanted files and folders to restrict only useful files for NotebookLM
  • Chat with my content in markdown files in "My-Vault" Gdrive folder in NotebookLM
@almahmudbd
almahmudbd / browser-userscript-list.md
Last active March 18, 2026 04:04
some useful Userscript collection, can be used with a browser and tamper/violent monkey extension
# Enable PowerShell Logging
$regConfig = @"
regKey,name,value,type
"HKLM:\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging","EnableScriptBlockLogging",1,"DWORD"
"HKLM:\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging","EnableScriptBlockInvocationLogging",1,"DWORD"
"HKLM:\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ModuleLogging","EnableModuleLogging",1,"DWORD"
"HKLM:\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ModuleLogging\ModuleNames",*,*,"String"
"@
Write-host "Setting up PowerShell registry settings.."
@0xdevalias
0xdevalias / fingerprinting-minified-javascript-libraries-ast-fingerprinting-source-code-similarity-etc.md
Last active March 16, 2026 16:46
Some notes and tools on fingerprinting minified JavaScript libraries, AST fingerprinting, source code similarity, etc

Fingerprinting Minified JavaScript Libraries / AST Fingerprinting / Source Code Similarity / Etc

Some notes and tools on fingerprinting minified JavaScript libraries, AST fingerprinting, source code similarity, etc.

Table of Contents

@echo off
:: https://privacy.sexy — v0.11.4 — Sun, 15 Jan 2023 10:23:12 GMT
:: Ensure admin privileges
fltmc >nul 2>&1 || (
echo Administrator privileges are required.
PowerShell Start -Verb RunAs '%0' 2> nul || (
echo Right-click on the script and select "Run as administrator".
pause & exit 1
)
exit 0
@sysopfb
sysopfb / UpdateAgent Golang
Created June 2, 2022 19:17
UpdateAgent - GolangVersion
2aaebf0282463c60aa8866e733799eee97f41af1e3ac8ae7855279595217aa2f
SnapITool.zip
```
https://vzhqu.snapitool.com/SnapITool.zip
```
```