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.
A systematic two-step approach to creating high-quality PowerPoint presentations using AI assistance.
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
.NotebookLMignoreto filter out the unwanted files and folders to restrict only useful files for NotebookLM
- Since there is restriction for number of files in NotebookLM, enable
- Chat with my content in markdown files in "My-Vault" Gdrive folder in NotebookLM
Here is a collection of some useful userscripts that can be used with a browser along with the Tampermonkey or Violentmonkey extension. Please note that some scripts might be expired or no longer functional.
- Anti-Disabler - (Enable right-click)
- Anti-Adblock Killer by Reek
- Anti-Cookies Consent - (banner remover)
- Autopass Cloudflare CAPTCHA
- Bypass All Shortlinks - (debloated ver)
- Bypass All Shortlinks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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.." |
Some notes and tools on fingerprinting minified JavaScript libraries, AST fingerprinting, source code similarity, etc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2aaebf0282463c60aa8866e733799eee97f41af1e3ac8ae7855279595217aa2f | |
| SnapITool.zip | |
| ``` | |
| https://vzhqu.snapitool.com/SnapITool.zip | |
| ``` | |
| ``` |
- cargo install exa
- binary: exa
- repo: https://github.com/ogham/exa
- note on current version I had to switch to rust nightly for mac, wouldn't compile: https://www.oreilly.com/library/view/rust-programming-by/9781788390637/e07dc768-de29-482e-804b-0274b4bef418.xhtml
NewerOlder