Skip to content

Instantly share code, notes, and snippets.

View kevin01523's full-sized avatar

Kevin kevin01523

View GitHub Profile
@kevin01523
kevin01523 / softether.sh
Last active July 24, 2018 09:13 — forked from bouroo/softether.sh
Install softether vpn server on ubuntu 16.04+
#!/bin/bash
# Update system
apt-get update && apt-get -y upgrade
# Get build tools
apt-get -y install build-essential wget curl gcc make wget tzdata git libreadline-dev libncurses-dev libssl-dev zlib1g-dev
# Define softether version
RTM=$(curl http://www.softether-download.com/files/softether/ | grep -o 'v[^"]*e' | grep beta | tail -1)
IFS='-' read -r -a RTMS <<< "${RTM}"
@kevin01523
kevin01523 / initd-nodhcp
Created June 21, 2018 06:16 — forked from abegodong/initd-nodhcp
Softether VPN + DNSMasq
#!/bin/sh
# chkconfig: 2345 99 01
# description: SoftEther VPN Server
DAEMON=/usr/local/vpnserver/vpnserver
LOCK=/var/lock/subsys/vpnserver
SERVER_IP=[SERVER_IP]
test -x $DAEMON || exit 0
case "$1" in
start)
$DAEMON start

Digital Ocean Promo Code for August 2017

Save $25 for your Cloud Computing Solution with Digital Ocean.

How to get the Discount?

1.) Use this link to Sign Up and save your first $10.

2.) Enter the Promocode LOWENDBOX when you choose your payment method and get another $15 discount.