I hereby claim:
- I am caizixian on github.
- I am caizixian (https://keybase.io/caizixian) on keybase.
- I have a public key whose fingerprint is 759A 3532 D448 702D D316 3971 CC25 4107 073F 3258
To claim this, I am signing this object:
Result: 1 | |
Items { | |
TemplateId: "BADGE_BATTLE_ATTACK_WON" | |
Badge { | |
BadgeType: BADGE_BATTLE_ATTACK_WON | |
BadgeRanks: 4 | |
Targets: "\nd\350\007" | |
} | |
} | |
Items { |
#Backup: | |
adb remount | |
adb pull /data/data/com.android.providers.telephony/databases/mmssms.db mmssms.db | |
#Restore: | |
adb remount | |
adb push mmssms.db /data/data/com.android.providers.telephony/databases/mmssms.db |
#!/usr/bin/env bash | |
echo 'deb http://shadowsocks.org/debian wheezy main' >> /etc/apt/sources.list | |
# Pre-requisites | |
sudo apt-get -y update | |
sudo apt-get -y install pptpd | |
sudo apt-get -y install fail2ban | |
sudo apt-get -y install shadowsocks-libev | |
package { | |
import flash.display.*; | |
import flash.text.*; | |
public dynamic class CaptionTip extends MovieClip { | |
public var captionTiptxt:TextField; | |
} | |
}//package |
#!/usr/bin/env python | |
# coding:utf-8 | |
# Copyright (c) 2014 Ivan Cai | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
# copies of the Software, and to permit persons to whom the Software is |
I hereby claim:
To claim this, I am signing this object:
good, 你已经有了一个自己的shadowsocks代理了,现在想要把这个代理公布出去给所有人分享。 | |
但是没有两个小时,代理就没法使用了,为什么?因为你需要额外注意以下事项(以下步骤需要比较高的linux技能) | |
本文只关注于确保shadowsocks服务还“活着”,如果你希望让其跑得更快,请参考 | |
https://github.com/clowwindy/shadowsocks/wiki/Optimizing-Shadowsocks | |
1、 shadowsocks的timeout设置 | |
超时时间越长,连接被保持得也就越长,导致并发的tcp的连接数也就越多。对于公共代理,这个值应该调整得小一些。推荐60秒。 | |
2、 检查操作系统的各种限制 | |
对于openvz的vps,特别需要检查一下 |
平台:DigitalOcean VPS原生ubuntu14.04 x86, strongswan5.2.0
apt-get install build-essential #编译环境
aptitude install libgmp10 libgmp3-dev libssl-dev pkg-config libpcsclite-dev libpam0g-dev #编译所需要的软件
strongswan官网 http://www.strongswan.org/ , 5.2.0版本地址 http://download.strongswan.org/strongswan-5.2.0.tar.bz2
wget http://download.strongswan.org/strongswan-5.2.0.tar.bz2
平台:DigitalOcean VPS原生ubuntu14.04 x86, strongswan5.1.3
apt-get install build-essential #编译环境
aptitude install libgmp10 libgmp3-dev libssl-dev pkg-config libpcsclite-dev libpam0g-dev #编译所需要的软件
strongswan官网 http://www.strongswan.org/ , 5.2.0版本地址 http://download.strongswan.org/strongswan-5.2.0.tar.bz2
wget http://download.strongswan.org/strongswan-5.2.0.tar.bz2