This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM python:3.6-alpine | |
| MAINTAINER zsnmwy <[email protected]> | |
| ENV LIBRARY_PATH=/lib:/usr/lib | |
| WORKDIR /app | |
| RUN apk add --no-cache --virtual bili git build-base python3-dev py3-pip jpeg-dev zlib-dev && \ | |
| git clone https://github.com/yjqiang/bili2.0.git /app && \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash | |
| export NVM_DIR="$HOME/.nvm" | |
| [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm | |
| [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" | |
| nvm install node | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| teddysun: | |
| https://teddysun.com/489.html | |
| wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && bash bbr.sh | |
| moeclub: | |
| https://moeclub.org/2017/06/24/278/?spm=72.1 | |
| wget --no-check-certificate -qO 'BBR.sh' 'https://moeclub.org/attachment/LinuxShell/BBR.sh' && chmod a+x BBR.sh && bash BBR.sh -f | |
| wget --no-check-certificate -qO 'BBR_POWERED.sh' 'https://moeclub.org/attachment/LinuxShell/BBR_POWERED.sh' && chmod a+x BBR_POWERED.sh && bash BBR_POWERED.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apt update -y && apt install aptitude sudo iperf3 vim unzip nano wget curl git screen software-properties-common build-essential libssl-dev libffi-dev python3-dev python3-pip python-pip python-dev -y | |
| sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable | |
| sudo apt-get update | |
| sudo apt-get install qbittorrent-nox | |
| echo " | |
| [Unit] | |
| Description=qBittorrent Daemon Service | |
| After=network.target |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget -qO- bench.sh | bash | |
| curl -Lso- bench.sh | bash | |
| wget -qO- 86.re/bench.sh | bash | |
| curl -so- 86.re/bench.sh | bash | |
| wget https://x86.ca/bench.sh -O - -o /dev/null|bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #gost #socks5 | |
| wget https://github.com/ginuerzh/gost/releases/download/v2.7.2/gost_2.7.2_linux_amd64.tar.gz | |
| tar xzf gost_2.7.2_linux_amd64.tar.gz | |
| cd gost_2.7.2_linux_amd64 | |
| cp gost /usr/bin/ && chmod 755 /usr/bin/gost && cd | |
| nano /lib/systemd/system/gost.service | |
| [Unit] |