echo "✨ Update python to 3.11"
sudo yum install python3.11
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 2
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
| { | |
| "mcpServers": { | |
| "awslabs.aws-documentation-mcp-server": { | |
| "command": "uvx", | |
| "args": ["awslabs.aws-documentation-mcp-server"], | |
| "env": { | |
| "FASTMCP_LOG_LEVEL": "ERROR" | |
| }, | |
| "disabled": false, | |
| "autoApprove": [] |
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
| { | |
| "mcpServers": { | |
| "awslabs.aws-documentation-mcp-server": { | |
| "command": "uvx", | |
| "args": ["awslabs.aws-documentation-mcp-server"], | |
| "env": { | |
| "FASTMCP_LOG_LEVEL": "ERROR" | |
| }, | |
| "disabled": false, | |
| "autoApprove": [] |
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
| brew install automake libtool wget | |
| wget https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.bz2 | |
| tar -xvjf protobuf-2.5.0.tar.bz2 | |
| cd protobuf-2.5.0 | |
| ./autogen.sh | |
| ./configure | |
| make; make check | |
| sudo make install | |
| Validate the successful installation: |
I hereby claim:
- I am yveshwang on github.
- I am yveshwang (https://keybase.io/yveshwang) on keybase.
- I have a public key ASD9uHFoRz7McqvR1MOaFjpaxEgjJxjXx_4XpPD7PH5PUQo
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
| eval "$(rbenv init -)" | |
| export NVM_DIR=~/.nvm | |
| source $(brew --prefix nvm)/nvm.sh | |
| export PATH="$HOME/.jenv/bin:$PATH" | |
| eval "$(jenv init -)" | |
| if which jenv > /dev/null; then eval "$(jenv init -)"; fi | |
| if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi | |
| export DOCKER_CERT_PATH=/Users/yveshwang/.boot2docker/certs/boot2docker-vm | |
| export DOCKER_TLS_VERIFY=1 | |
| export DOCKER_HOST=tcp://192.168.59.103:2376 |
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
| { | |
| "avghitratio": [ | |
| { | |
| "time": 1383550914, | |
| "cache_hit": 1113, | |
| "cache_miss": 232 | |
| } | |
| ] | |
| } |