<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Shadowsocks on heartnn的自留地</title><link>https://www.heartnn.com/tags/shadowsocks/</link><description>Recent content in Shadowsocks on heartnn的自留地</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><copyright>&amp;copy;2008-2022 heartnn的自留地</copyright><lastBuildDate>Fri, 11 May 2018 19:15:23 +0800</lastBuildDate><atom:link href="https://www.heartnn.com/tags/shadowsocks/index.xml" rel="self" type="application/rss+xml"/><item><title>在Amazon Lightsail部署Shadowsocks</title><link>https://www.heartnn.com/2018/05/11/deploy-shadowsocks-on-amazon-lightsail/</link><pubDate>Fri, 11 May 2018 19:15:23 +0800</pubDate><guid>https://www.heartnn.com/2018/05/11/deploy-shadowsocks-on-amazon-lightsail/</guid><description>&lt;p>亚马逊的Lightsail首月免费实在是非常诱人，而且东京的节点速度还是不错的，用来部署SS这类工具实在是方便，作为自用是非常实用的。&lt;/p>
&lt;p>打开&lt;a href="https://lightsail.aws.amazon.com/ls/webapp/home">Lightsail首页&lt;/a>，首先是选择512M那个首月免费的版本，选择地区，然后我用的是Ubuntu 16.04，为什么选这个，因为安装bbr很方便。&lt;/p>
&lt;p>&lt;img src="https://www.heartnn.com/uploads/2018/05/lightsail-create-instance-1.png" alt="">&lt;/p></description></item><item><title>使用Shadowsocks为git代理</title><link>https://www.heartnn.com/2017/03/05/using-shadowsocks-for-git-proxy/</link><pubDate>Sun, 05 Mar 2017 14:17:30 +0800</pubDate><guid>https://www.heartnn.com/2017/03/05/using-shadowsocks-for-git-proxy/</guid><description>&lt;p>一直在用官方的git程序更新位于Openshift的博客，今天更新时发现22端口非常缓慢，眼看博客代码提交不上去，所以只得挂上SS，但SS却不能为git做代理，于是才有了本文下面的内容。&lt;/p>
&lt;h4 id="一网上搜出了git为项目设置代理的方法">一、网上搜出了git为项目设置代理的方法：&lt;/h4>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>git config --local http.proxy &lt;span style="color:#e6db74">&amp;#39;socks5://127.0.0.1:1080&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>git config --local https.proxy &lt;span style="color:#e6db74">&amp;#39;socks5://127.0.0.1:1080&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>此方法在我的电脑里并不适用，不过多讨论。&lt;/p></description></item></channel></rss>