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
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" | |
choco upgrade chocolatey -y | |
cinst rapidee -y | |
cinst bind-toolsonly -y | |
cinst keypirinha -y | |
cinst filezilla -y | |
cinst hwmonitor -y | |
cinst ccleaner -y |
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
[app] | |
launch_at_startup = yes | |
hotkey_run = Alt+Space | |
ignored_packages = PuTTY, WinSCP | |
[gui] | |
space_as_tab = yes |
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
#!/bin/bash | |
#http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.client.run-application-nodejs.html | |
sudo yum install -y git | |
cd /home/ec2-user | |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash | |
. ~/.nvm/nvm.sh | |
nvm install 4.8.4 | |
npm install amazon-dax-client | |
npm install aws-sdk | |
npm install commander |
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
{ | |
"syncToken": "1615344252", | |
"createDate": "2021-03-10-02-44-12", | |
"prefixes": [ | |
{ | |
"ip_prefix": "3.5.140.0/22", | |
"region": "ap-northeast-2", | |
"service": "AMAZON", | |
"network_border_group": "ap-northeast-2" | |
}, |