Commonly used shell scripts for daily work.
curl
download and shell execute
curl -sSL https://raw.githubusercontent.com/KalibGao/ShellScripts/master/centos7/linux-update.sh | sudo sh
curl -sSL https://raw.githubusercontent.com/KalibGao/ShellScripts/master/centos7/git-install.sh | sudo sh
curl -sSL https://raw.githubusercontent.com/KalibGao/ShellScripts/master/centos7/docker-install.sh | sudo sh
install docker-compose
curl -sSL https://raw.githubusercontent.com/KalibGao/ShellScripts/master/centos7/docker-compose-install.sh | sudo sh
curl -sSL https://raw.githubusercontent.com/KalibGao/ShellScripts/master/centos7/nginx-install.sh | sudo sh
curl -sSL https://raw.githubusercontent.com/KalibGao/ShellScripts/master/centos7/kubernetes-install.sh | sudo sh