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

回顾这几个月来做的事情,准备吧某些东西给写出来,因为研究这种东西过程往往比结果来的漫长,来的枯燥。

刚好之前汪海推荐过一个叫Typecho的博客系统 …

read more

Andorid 颜色渐变的实现

2014-11-24(一) by chenjia.me

颜色渐变

今天看到一个软件清理~动态效果很不错,从黄色到绿色表示的是电脑垃圾减少的过程~

然后就想实现一个 …

read more

申请VPS.me免费主机

2014-11-20(四) by chenjia.me

VPS主机是什么

VPS其实就是比主机更高级的一个网络服务,他直接的是提供一个真正虚拟主机给你,和你自己的的电脑是一样的。你可以通过VNC或者SSH进行连接 …

read more

Ubuntu 添加第三方源(PPA)

2014-11-08(六) by chenjia.me

Ubuntu添加PPA源并安装软件

大家都知道apt-get可以很方便的获得很多程序,可是有的程序因为某些原因无法直接在官方的源里面下载 …

read more

Repo的使用

2014-11-08(六) by chenjia.me

repo 简介

Repo是google用Python脚本写的调用git的一个脚本,主要是用来下载、管理Android项目的软件仓库 …

read more

【2014-11-1】Pelican添加多说评论

2014-11-02(日) by chenjia.me

多说评论

据说是现在大陆很流行的一个评论~关键是~好多人都在用~不过他们用的是HEXO …

read more