Skip to content

Instantly share code, notes, and snippets.

@hakatashi
Created October 30, 2017 01:01
Show Gist options
  • Select an option

  • Save hakatashi/ade8ef990584d8a0e7fccf147d5f9f52 to your computer and use it in GitHub Desktop.

Select an option

Save hakatashi/ade8ef990584d8a0e7fccf147d5f9f52 to your computer and use it in GitHub Desktop.
sudo yum update -y && sudo yum install golang fuse -y && export GOPATH=$HOME/go && go get github.com/kahing/goofys && go install github.com/kahing/goofys
mkdir s3
~/go/bin/goofys hakata-generic s3
sudo yum install nodejs npm --enablerepo=epel -y
sudo npm i -g n
sudo n latest
sudo yum remove nodejs
vim .ssh/github.id_rsa
chmod 600 .ssh/github.id_rsa
GIT_SSH_COMMAND="ssh -i ~/.ssh/github.id_rsa -F /dev/null" git clone [email protected]:InfovisHandsOn/A_D4.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment