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
| /* | |
| * Copyright 2013 (c) Andrey Hihlovskiy | |
| * License: MIT (http://opensource.org/licenses/MIT) | |
| */ | |
| @Grab('org.jdom:jdom2:2.0.5') | |
| @Grab('jaxen:jaxen:1.1.4') | |
| @GrabExclude('jdom:jdom') | |
| import org.jdom2.* |
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
| ALLUSERSPROFILE C:\DWASFiles\Sites\WebjobsEnvvars\ProgramData | |
| APP_POOL_CONFIG C:\DWASFiles\Sites\WebjobsEnvvars\Config\applicationhost.config | |
| APP_POOL_ID WebjobsEnvvars | |
| APPDATA C:\DWASFiles\Sites\WebjobsEnvvars\AppData | |
| APPSETTING_REMOTEDEBUGGINGVERSION 11.0.611103.400 | |
| APPSETTING_ScmType None | |
| APPSETTING_WEBSITE_NODE_DEFAULT_VERSION 0.10.29 | |
| APPSETTING_WEBSITE_SITE_NAME WebjobsEnvvars | |
| aspnet:DisableFcnDaclRead true | |
| aspnet:PortableCompilationOutput true |
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am raktai on github. | |
| * I am raktai (https://keybase.io/raktai) on keybase. | |
| * I have a public key whose fingerprint is 5A49 A58B 91BA BA5B 47E8 B381 F13D D999 23F2 3F86 | |
| To claim this, I am signing this object: |
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
| Remove osxfuse if installed via homebrew: | |
| > brew uninstall osxfuse | |
| Install osxfuse binary and choose to install the MacFUSE compatibility layer: | |
| http://sourceforge.net/projects/osxfuse/files/latest/download?source=files | |
| Reboot (optional but recommended by osxfuse) | |
| Install ntfs-3g via homebrew: | |
| > brew update && brew install ntfs-3g |