Sunday, February 3, 2013

SSH+Switchy!翻墙设置小方版

如果你要自己安装SSH服务器,请看这里


If you want to create your own SSH proxy server, go here .


这个教程告诉你如何设置MyEnTunnel来使用SSH账号和Chrome的Switchy!插件进行智能翻墙——只针对被GFW屏蔽的网站来翻墙,对国内和国外没有被屏蔽的网站没有影响。而且可以有效解决Google和Gmail不稳定的情况。


This tutorial tells you how to get rid of Internet blocking by Chinese government firewall .


1. 点击下载:SSH翻墙小方优化版,并解压缩到本地。记住,这个解压缩出来的文件夹以后不能删除哦。


1. down SSH Proxy file by Paul Lan and unzip it. Keep in mind, the files unzipped shouldn’t be deleted after installation.


2. 查看视频教程:ssh-xiaofang


2. Watch the video tutorial: ssh-xiaofang


原文:http://www.xiaofang.me/








via 细节的力量 http://xijie.wordpress.com/2013/02/04/sshswitchy%e7%bf%bb%e5%a2%99%e8%ae%be%e7%bd%ae%e5%b0%8f%e6%96%b9%e7%89%88/

在Ubuntu上安装PPTP VPN 服务器和SSH翻墙服务器

安装SSH代理服务器,请参考:小方文章


安装PPTP VPN服务器,请参考:http://www.lc365.net/blog/b/14060/


附:PPTP VPN中的ms-dns也可以使用 OpenVPN的 208.67.222.222 / 208.67.220.220


小方这里还写了一个升级版createUser,可以将上面的小方文章中的SSH 翻墙服务中的createUser进行升级,使用一次,同时建立SSH账号和VPN账号:











#! /bin/bash username=$1 pwd=$2 month=$3 if [ "$month" == "" ]; then month="3" fi check=$(cat /etc/passwd | grep /$username:) if [ $check ]; then echo "User $username is already existed. Exit." exit fi date=`date --date="+$month month" +"%Y-%m-%d"` useradd -s /bin/false -e $date -M $username -p `mkpasswd $pwd` #remove username in pptp user list pptpSed="/$username pptpd/d" sed "$pptpSed" /etc/ppp/chap-secrets > /etc/ppp/chap-secrets.tmp mv /etc/ppp/chap-secrets.tmp /etc/ppp/chap-secrets echo "$username pptpd $pwd *" >> /etc/ppp/chap-secrets echo "Vpn+SSH User created. Expired date for $username is $date"


原文:http://www.xiaofang.me








via 细节的力量 http://xijie.wordpress.com/2013/02/04/%e5%9c%a8ubuntu%e4%b8%8a%e5%ae%89%e8%a3%85pptp-vpn-%e6%9c%8d%e5%8a%a1%e5%99%a8%e5%92%8cssh%e7%bf%bb%e5%a2%99%e6%9c%8d%e5%8a%a1%e5%99%a8/

临时应急的选择——免费V PN

每周免费5小时. 但是不限流量. 适合应急之用.


Features of Hideman.net VPN



  • Free Hideman client software available for Windows, Android, MacOS X and iOS.

  • VPN servers located in about 20 countries: US, UK, Germany, Netherlands, Russia and more…

  • Using of P2P is allowed on Netherlands, Russia, Sweden and some other country servers.

  • For Hideman Android App user: You can earn premium hours via in-app ad networks.


Benefits of Using Hideman Free VPN


1. Encrypt internet data. Protect your Internet data with strong 256-bit encryption.

2. Hide your IP. Nobody will know where are you from.

3. Bypass limitations: Access any site you needed without any limitations.

4. Comfort: Hideman VPN application enables you to connect to any server in a couple of clicks.


Limitations to free users


There are only 5 Hours/Week for FREE. Hideman do not limit the traffic at your disposal. On paid subscriptions, the rate is not limited. For free subscriptions there are possible speed limits down to 512kbit/s during high load on the server. In case of free mode Hideman save user transfer logs for 14 days from the date of access on a dedicated server located in an offshore zone. All the information is encrypted through RSA2048. No access logs are saved if you are a paid user.


Official website: www.hideman.net


You can download Hideman Android App from Google Play for free. The download URL is https://play.google.com/store/apps/details?id=net.hideman.


原文:http://www.chenlong.me/%e4%b8%b4%e6%97%b6%e5%ba%94%e6%80%a5%e7%9a%84%e9%80%89%e6%8b%a9-%e5%85%8d%e8%b4%b9v-pn/








via 细节的力量 http://xijie.wordpress.com/2013/02/04/%e4%b8%b4%e6%97%b6%e5%ba%94%e6%80%a5%e7%9a%84%e9%80%89%e6%8b%a9%e5%85%8d%e8%b4%b9v-pn/