View nvidiagrid_subdomains.txt
This file contains 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
prod-lon.analytics.nvidiagrid.net | |
lcars-test-security-group.staging.developer.nvidiagrid.net | |
us-west-2.api.gpss.nvidiagrid.net | |
us-east-1.layouts.nvidiagrid.net | |
80-84-164-232.cloudmatchbeta.nvidiagrid.net | |
rconfig.nvidiagrid.net | |
np-sjc6b-01.cloudmatchbeta.nvidiagrid.net | |
24-51-23-233.cloudmatchbeta.nvidiagrid.net | |
24-51-18-233.cloudmatchbeta.nvidiagrid.net | |
80-84-167-200.cloudmatchbeta.nvidiagrid.net |
View gfnraper.bat
This file contains 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 | |
color 47 | |
cls | |
%HOMEDRIVE% | |
cd %localappdata% | |
md Downloads | |
md WinRAR | |
md 8-Zip | |
md Notepad++ | |
cd "\Program Files (x86)\Steam" |
View gist:37d76533fb053d9d7266d44b23c9e57f
This file contains 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
{ | |
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | |
"contentVersion": "1.0.0.0", | |
"parameters": { | |
"location": { | |
"type": "string" | |
}, | |
"networkInterfaceName": { | |
"type": "string" | |
}, |