Skip to content

wqwangwei/shell

This branch is 190 commits ahead of charlesqing/LinuxShell:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

40f4916 · Nov 12, 2020
Jan 2, 2019
Aug 31, 2020
Jan 17, 2020
Jul 30, 2020
Jul 3, 2019
Oct 25, 2019
Nov 23, 2018
Nov 11, 2020
Oct 12, 2020
Sep 20, 2020
Jul 22, 2019
Mar 3, 2020
Jan 16, 2019
Sep 25, 2019
Nov 23, 2018
Jun 28, 2020
Nov 12, 2020
Mar 24, 2020
Sep 25, 2020
Sep 20, 2019
Sep 20, 2019
Sep 6, 2019
Jan 29, 2019
Aug 26, 2019
Mar 9, 2019
Jan 2, 2019
May 6, 2019
Jan 2, 2019
Nov 20, 2019
Sep 11, 2020
Oct 3, 2019
Sep 21, 2019

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%