Skip to content

Instantly share code, notes, and snippets.

@tracyhatemice
tracyhatemice / README.md
Created December 29, 2015 17:14 — forked from magnetikonline/README.md
IE 7/8/9/10/11 Virtual machines from Microsoft - Linux w/VirtualBox installation notes.
@tracyhatemice
tracyhatemice / 0. remote.conf
Created December 29, 2015 13:31 — forked from clowwindy/0. remote.conf
SigmaVPN configure
[peername]
proto = nacltai
proto_publickey = LOCAL_PUBKEY
proto_privatekey = REMOTE_PRIKEY
local = tuntap
local_interface = tunnel
local_tunmode = 1
peer = udp
peer_localaddr = REMOTE_IP
peer_localport = 8000
@tracyhatemice
tracyhatemice / squid.conf
Created October 29, 2015 12:09
Squid cache configuration
acl Safe_ports port 80 21 443 563 70 210 280 488 591 777 1025-65535
acl SSL_ports port 443 563
acl CONNECT method CONNECT
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow all
http_port 0.0.0.0:21
via off
request_header_access Allow allow all
request_header_access Authorization allow all
@tracyhatemice
tracyhatemice / ipsec.sh
Created October 29, 2015 12:08 — forked from izhaomin/ipsec.sh
Deploy Strongswan IPSec VPN on Debian/Ubuntu (Experimental)
#!/bin/bash
# for KVM and XEN, modification required for OpenVZ
apt-get -y update
apt-get -y upgrade
apt-get -y install libpam0g-dev libssl-dev make gcc
wget http://download.strongswan.org/strongswan-5.3.0.tar.gz
tar zxvf strongswan-5.3.0.tar.gz
cd strongswan-5.3.0
./configure --enable-eap-identity --enable-eap-md5 --enable-eap-mschapv2 --enable-eap-tls --enable-eap-ttls --enable-eap-peap --enable-eap-tnc --enable-eap-dynamic --enable-eap-radius --enable-xauth-eap --enable-xauth-pam --enable-dhcp --enable-openssl --enable-addrblock --enable-unity --enable-certexpire --enable-radattr --enable-tools --enable-openssl --disable-gmp
make
@tracyhatemice
tracyhatemice / README.md
Created October 27, 2015 08:38 — forked from hwdsl2/.MOVED.md
IPsec L2TP VPN Auto Install Script for Ubuntu 14.04 & 12.04 and Debian 8