Skip to content

KalibGao/ShellScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Commonly used shell scripts for daily work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages