Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 961 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 961 Bytes

ShellScripts

Commonly used shell scripts for daily work.

Simple usage

curl download and shell execute

centos 7 system update

curl -sSL https://raw.githubusercontent.com/KalibGao/ShellScripts/master/centos7/linux-update.sh | sudo sh 

install git

curl -sSL https://raw.githubusercontent.com/KalibGao/ShellScripts/master/centos7/git-install.sh | sudo sh

install docker

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

install nginx

curl -sSL https://raw.githubusercontent.com/KalibGao/ShellScripts/master/centos7/nginx-install.sh | sudo sh

install kubernetes

curl -sSL https://raw.githubusercontent.com/KalibGao/ShellScripts/master/centos7/kubernetes-install.sh | sudo sh