Skip to content

Instantly share code, notes, and snippets.

@5nb
5nb / gost-ss-socks5
Last active February 20, 2020 06:05
#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]
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
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
@5nb
5nb / BBR-Shell.txt
Last active February 8, 2020 01:44
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
@5nb
5nb / BilibiliHelper
Last active February 13, 2020 10:56
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
FROM python:3.6-alpine
MAINTAINER zsnmwy <szlszl35622@gmail.com>
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 && \