/images/actor.jpg
hosea 的学习笔记

新装 Ubuntu 服务器

安装 oh-my-zsh 1 2 3 4 5 apt install zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" // 如果速度慢可以使用 https://ghproxy.com/ 安装 tmux 1 sudo apt install tmux 安装 node.js 1 2 3 4 5 6 7 8 9 10 11 12 1.替换源(16为node版本) curl -sL https://deb.nodesource.com/setup_16.x |