Skip to content

Instantly share code, notes, and snippets.

{
"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"
},
@fidn
fidn / dax-sample-setup.sh
Last active November 29, 2017 15:02
DAX sample
#!/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
[app]
launch_at_startup = yes
hotkey_run = Alt+Space
ignored_packages = PuTTY, WinSCP
[gui]
space_as_tab = yes
@fidn
fidn / install-tools.txt
Last active June 2, 2018 10:32
install-tools
@"%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