Skip to content

wqwangwei/shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install latest version of dokcer-ce in centos7 or ubuntu

# install docker
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun && systemctl enable --now docker

# install docker with aliyun registry mirror
curl -fsSL https://raw.githubusercontent.com/wqwangwei/shell/master/docker-ce.sh | sh

# install docker-compose
curl -fsSL https://raw.githubusercontent.com/wqwangwei/shell/master/docker-compose.sh | sh

retag docker

wget https://raw.githubusercontent.com/willzhang/shell/master/dockerctl
chmod +x dockerctl && mv dockerctl /usr/local/bin
dockerctl run images.list registry.cn-shenzhen.aliyuncs.com/kubespherereg    

docker run shadowsocks

# install shadowsocks server in server side
curl -fsSL https://raw.githubusercontent.com/willzhang/shell/master/shadowsocks.sh | sh

# install shadowsocks in windows android or ios
  # https://shadowsocks.org/en/download/clients.html
  # https://github.com/shadowsocks/shadowsocks-windows/releases
  # https://github.com/shadowsocks/shadowsocks-android/releases

#default connection info
port:6443
password:123456
Encryption mode:chacha20-ietf-poly1305

About

There are some linuxsell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 52.5%
  • PowerShell 25.1%
  • VBScript 21.4%
  • Ruby 1.0%