Skip to content

Instantly share code, notes, and snippets.

@yonglai
Created April 18, 2017 20:42
Show Gist options
  • Save yonglai/f0c6f5b3faa3e23ccf1cb5ad879e3e7a to your computer and use it in GitHub Desktop.
Save yonglai/f0c6f5b3faa3e23ccf1cb5ad879e3e7a to your computer and use it in GitHub Desktop.
echo update kernel
yum -y update
echo install glibc
yum -y install glibc.i686
echo install libstdc++
yum -y install compat-libstdc++-33.x86_64
echo install vim
yum -y install vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment