Convert Shadow(remove)socks into an HTTP proxy
2015-12-09(三)
by chenjia.me
First run polipo with parent proxy set to Shadow(remove)socks
apt-get install polipo
service polipo stop
polipo socksParentProxy=localhost:1080
service polipo start
Then you can play with the HTTP proxy
http_proxy=http://localhost:8123 apt-get update
http_proxy=http://localhost:8123 curl www.google.com
http_proxy=http://localhost:8123 wget www.google.com
git config --global http.proxy 127.0.0.1:8123
git clone https://github.com/xxx/xxx.git
git xxx
git xxx
git config --global --unset-all http.proxy
Eclipse for Android 配置过程
2014-12-01(一)
by chenjia.me
Android5.0的代码都出来好久了,官网的ADT还是旧的,对于我这样新版本就要换新eclipse的人觉得好痛苦的等待。那就自己动手吧 …
read more为安全研究专门开了一个新Blog
2014-11-27(四)
by chenjia.me
Andorid 颜色渐变的实现
2014-11-24(一)
by chenjia.me
申请VPS.me免费主机
2014-11-20(四)
by chenjia.me
Ubuntu 添加第三方源(PPA)
2014-11-08(六)
by chenjia.me
Repo的使用
2014-11-08(六)
by chenjia.me
【2014-11-1】Pelican添加多说评论
2014-11-02(日)
by chenjia.me