Skip to content

Instantly share code, notes, and snippets.

View Aufree's full-sized avatar
:octocat:
>(0.0)<

Aufree Aufree

:octocat:
>(0.0)<
  • Freelancer
  • ShenZhen, China
View GitHub Profile
@Aufree
Aufree / bbr.sh
Created October 20, 2017 08:59
Auto install latest kernel for TCP BBR
#!/usr/bin/env bash
#
# Auto install latest kernel for TCP BBR
#
# System Required: CentOS 6+, Debian7+, Ubuntu12+
#
# Copyright (C) 2016-2017 Teddysun <i@teddysun.com>
#
# URL: https://teddysun.com/489.html
#
@Aufree
Aufree / install-release.sh
Created October 20, 2017 09:25
Auto install V2Ray
#!/bin/bash
# This file is accessible as https://install.direct/go.sh
# Original source is located at github.com/v2ray/v2ray-core/release/install-release.sh
CUR_VER=""
NEW_VER=""
ARCH=""
VDIS="64"
ZIPFILE="/tmp/v2ray/v2ray.zip"