Skip to content
forked from caippx/bash

一些自己写(chao)的jio本

Notifications You must be signed in to change notification settings

KevinLinuxTool/bash

 
 

Repository files navigation

bash

一些自己写(chao)的jio本

DeBian 10国内源
deb http://mirrors.aliyun.com/debian/ buster main non-free contrib
deb http://mirrors.aliyun.com/debian-security buster/updates main
deb http://mirrors.aliyun.com/debian/ buster-updates main non-free contrib
deb http://mirrors.aliyun.com/debian/ buster-backports main non-free contrib

deb-src http://mirrors.aliyun.com/debian-security buster/updates main
deb-src http://mirrors.aliyun.com/debian/ buster main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ buster-updates main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ buster-backports main non-free contrib

GOlang 和 nodejs
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
nvm install 12.18.0
#国内源:
#export NVM_NODEJS_ORG_MIRROR=https://npm.taobao.org/mirrors/node
#npm config set registry http://registry.npm.taobao.org

curl -SL https://gitee.com/skiy/golang-install/raw/master/install.sh | bash /dev/stdin -v 1.13.6
set GOOS=linux
set GOARCH=s390x

网易解锁
docker run --restart=always --name unmusic -d -p 6666:8080 nondanee/unblockneteasemusic

About

一些自己写(chao)的jio本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 95.7%
  • PHP 3.4%
  • JavaScript 0.9%