| ##### Crawl Init file ############################################### | |
| # For descriptions of all options, as well as some more in-depth information | |
| # on setting them, consult the file | |
| # options_guide.txt | |
| # in your /docs directory. If you can't find it, the file is also available | |
| # online at: | |
| # https://gitorious.org/crawl/crawl/source/HEAD:crawl-ref/docs/options_guide.txt | |
| # | |
| # Crawl uses the first file of the following list as its option file: | |
| # * init.txt in the -rcdir directory (if specified) |
Some notes and techniques for reverse engineering Webpack (and a little bit about React/Vue/Angular) apps.
| # with dig (fastest way) | |
| dig +short myip.opendns.com @resolver1.opendns.com; | |
| # alternative | |
| dig TXT +short o-o.myaddr.l.google.com @ns1.google.com | awk -F'"' '{ print $2}'; | |
| ###################################################################################################### | |
| ## Other method with curl / get and 3rd party, this choice is less judicious | |
| ###################################################################################################### | |
| # with curl |
windows_update_toggle.bat v10.1 final
~ one script to rule them all!
~ block build upgrades and/or automatic updates without breawking Store downloads and Defender protection updates
~ there is a lot of focus on Defender updates working independently, unlike any other updates "management" solution
~ ifeo safe blocking with no destructive changes of ownership, deleting files, removing tasks, or over-blocking
~ toggle everything from the Desktop right-click context menu!
but wait, there is more:
~ hide/unhide/install update lists with counter at the Desktop right-click context menu!
Previous update toggle batch suite scripts have been overwritten on pastebin, but will still be available here:
| ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key | |
| # Don't add passphrase | |
| openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub | |
| cat jwtRS256.key | |
| cat jwtRS256.key.pub |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <link rel="icon" type="image/x-icon" href="/favicon.ico"> | |
| <title>Rebane's Discord Colored Text Generator</title> | |
| <meta charset="UTF-8"> | |
| <meta name="description" content="Rebane's Discord Colored Text Generator"> | |
| <meta name="author" content="rebane2001"> | |
| <style> | |
| /* |