换一个主题,换一个心情
历时2天,使用了Amaze UI,并且移植了Amaze UI的官方博客主题。
目前还有BUG,待修复。。。
历时2天,使用了Amaze UI,并且移植了Amaze UI的官方博客主题。
目前还有BUG,待修复。。。
docker最近实在火的不行,老高最近也在使用,顺便记录一下。
下载和安装主要参考下面的文章
http://docs.docker.com/installation/mac/
https://github.com/chriskempson/tomorrow-theme.git
https://github.com/altercation/solarized.git
Monokai-Soda
github里随便一搜就是一堆堆
项目地址
zsh -----> http://www.zsh.org oh-my-zsh ----> http://ohmyz.sh
The last shell you’ll ever need!
为你的MAC、Linux安装zsh
# Centos
yum install zsh git -y
# OSX
brew install zsh git -y
# via curl
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
# via wget
wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh
# 为root用户修改默认shell为zsh
chsh -s /bin/zsh root
# 为当前用户修改默认shell为zsh
chsh -s /bin/zsh
# or
chsh -s `which zsh`
# 恢复命令
chsh -s /bin/bash
export PATH=$PATH:/usr/local/go/bin
#export PATH=$PATH:/Applications/MAMP/bin/php/php5.6.10/bin:/Users/GZM/composer:/Users/GZM/.composer/vendor/bin
#export GOPATH=/Users/GZM/work/go
#export GOPATH=/Volumes/Transcend/git/360/private_cloud_server_code/tools/gowork/
#export GOBIN=$GOPATH/bin
#export GO15VENDOREXPERIMENT=1
LC_CTYPE=en_US.UTF-8
LC_ALL=en_US.UTF-8
upgrade_oh_my_zsh
老高最近搭建了一个小应用,功能是共享老高科学上网的帐号供大家体验,使用方法很简单,使用软件提供的二维码扫描 或者 直接打开 json版本,里面什么密码的都有,地址在文末。
客户端下载请移步 shadowsocks相关资源下载
服务器由搬瓦工提供,地点是洛杉矶,使用的套餐是**$9.9**,搭建方法请参考使用shadowsocks轻松扶墙教程。
花了一天,终于编译好了小米路由器的openwrt,过程真是一波三折。。。值得一讲。
原版shadowsocks使用python写的,源码在此
https://github.com/shadowsocks/shadowsocks
下面老高写一个如何安装shadowsocks并且开启chacha20加密的方法
老高的运行环境
centos6 + python2.6