<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>others on Shylock Hg</title>
    <link>/tags/others/</link>
    <description>Recent content in others on Shylock Hg</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 11 Jun 2018 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="/tags/others/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Develop With Cloud</title>
      <link>/post/2018/06/11/develop-with-cloud/</link>
      <pubDate>Mon, 11 Jun 2018 00:00:00 +0000</pubDate>
      
      <guid>/post/2018/06/11/develop-with-cloud/</guid>
      <description>Source manage manage source with Git and Github.
Develop environment manage manage development environment with Docker and DockerHub. Create a image from Archlinux/base.Then build development environment and project in this image.Finally, commit and push the image.
option:you can also write a Dockerfile to record the increase of image. You must map the USB debugger device and the udev device to docker container, when debug cross program.</description>
    </item>
    
    <item>
      <title>Tomato in Archlinux by shadowsocks</title>
      <link>/post/2018/01/23/tomato-in-archlinux-by-shadowsocks/</link>
      <pubDate>Tue, 23 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>/post/2018/01/23/tomato-in-archlinux-by-shadowsocks/</guid>
      <description>Install shadowsocks yaourt -S python-pip pip install shadowsocks  Run shadowsocks sslocal -c .ss.conf.json  Proxy setting Install genpac &amp;amp; generate pac file sudo pip install genpac genpac --format=pac --pac-proxy=&amp;quot;SOCKS5 127.0.0.1:1080&amp;quot; --output=~/.ss.d/.ss.pac  Config proxy Choose system proxy url by desktop setting gui. Such as:file:///home/usrname/.ss.d/.ss.pac.
Run as service First,mv .ss.conf.json to /etc/shadowsocks. Second,run systemctl start shadowsocks@.ss.conf. Option:if you want to start shadowsocks service when start up ,you can just run systemctl enable shadowsocks@.</description>
    </item>
    
  </channel>
</rss>