This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server=/cn/114.114.114.114 | |
server=/baidu.com/114.114.114.114 | |
server=/hao123.com/114.114.114.114 | |
server=/bdstatic.com/114.114.114.114 | |
server=/bdimg.com/114.114.114.114 | |
server=/iqiyi.com/114.114.114.114 | |
server=/baifubao.com/114.114.114.114 | |
server=/nuomi.com/114.114.114.114 | |
server=/qianqian.com/114.114.114.114 | |
server=/skycn.com/114.114.114.114 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Like was John Scully, John came from pepsi coca, | |
and they almost won't change their products once it retains ten years, | |
today they renew their product like new size of bottle | |
so if you are a product person, you could change the course that company very much. | |
so who influences the successful pepsi coca, the sales and marketing people | |
therefore they would once get promoted and we would run their company. | |
well, for pepsi coca that might be OK, | |
but it turns out the same thing can happen in technology companies when they get monopolies like IBM and Xerox. | |
If you are a product person at IBM or Xerox, so you make a better copy or better computer, | |
so what, when you have a monopoly market share, the company is not anymore successful, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!PROXY-OVERRIDE:surge_rules.conf | |
// ADD YOUR PROXY BELOW, DON'T FORGET TO REMOVE # , THERE'RE 4 TYPES OF PROXIES, YOU HAVE TO PICK UP THE RIGHT ONE. | |
[Proxy] | |
# Proxy = http,$IP,$PORT,$USERNAME,$PASSWORD | |
# Proxy = https,$IP,$PORT,$USERNAME,$PASSWORD | |
# Proxy = socks,$IP,$PORT | |
# Proxy = custom,$IP,$PORT,$METHOR,$PASSWORD,$MODULE_URL | |
// YOU HAVE TO GET THE SHADOWSOCKS MODULE BEFORE USING SHADOWSOCKS PROXY, HERE'S ONE: https://dl.dropboxusercontent.com/u/760466/SSEncrypt.module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Non-root account is recommended for this process | |
# centos-specific prepration | |
sudo yum -y update && sudo yum -y groupinstall 'Development Tools' && sudo yum -y install curl irb m4 ruby | |
# Sanitize the environment | |
PATH=~/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin | |
unset LD_LIBRARY_PATH PKG_CONFIG_PATH | |
# install linuxbrew |