# 2019年开发心得整理 --- 1. Linux Ubuntu开发环境配置 - z/git/jsontools/vi-mode/autojump/extract/zsh-autosuggestions - zsh/oh_my_zsh/tmux/git/spacevim/neovim - git clone https://github.com/heshaofeng1991/.dotfile.git - 切记安装完之后 source .zshrc - apt upgrade - apt install tmux/git/neovim - git clone https://github.com/zsh-users/zsh-syntax-highlighting.git - git clone https://github.com/zsh-users/zsh-autosuggestions.git - chmod 755 zsh-autosuggestions.zsh - apt install autojump - wget https://dl.google.com/go/go1.11.5.linux-amd64.tar.gz - tar -C /usr/local -zxf go1.11.5.linux-amd64.tar.gz - chown root:root 文件名 - chown u+w 文件路径 /etc/sudoers - chown u-w 文件路径 - chown -R john:john .oh_my_zsh - vi .zprofile alias ll='ls -alF' alias la='ls -A' alias l='ls -CF' export GOROOT=/usr/local/go export GOPATH=/root/go export GOBIN=$GOPATH/bin export PATH=$PATH:$GOROOT/bin:$GOPATH/bin export CGO_ENABLED="0" export ETCDCTL_API=3 . /usr/share/autojump/autojump.sh source /root/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /root/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh alias vi=nvim alias vim=nvim 2. 记录用 hackmd.io markdown协作工具 / 印象笔记 3. draw.io 流程图等图形工具 4. OTC支付系统UI https://lanhuapp.com/web/#/item/board?pid=caffce23-ccef-42df-9ab6-0625ec41008b 6. OTC支付系统产品原型 https://zecytn.axshare.com/#g=1 7. 乐渔对接协议 https://hackmd.io/h-0Ot7oUT965TM2nL6VKOg 8. 乐渔游戏产品原型 https://edbq39.axshare.com/#g=1 9. appizza.net / swagger http测试工具 10. ProcessOn 在线画图工具 11. 墨刀 产品原型图工具 12. 蓝湖 原型分享工具 13. imgur,七牛云,SM.MS等等 14. Alfred Snippnets 15. Gitter 交流社区 16. Gittea 另一个类似GitHub的东西 17. Openresty 负载均衡工具 18. cdn搭建 19. Conflux 共识机制 ###### tags: `个人学习`