首页 > 其他 > 详细

常用命令总结

时间:2019-10-18 10:53:11      阅读:62      评论:0      收藏:0      [点我收藏+]

1.安装nvm

First use brew to install the application:

brew install nvm

Then take a look at the brew info "caveats" section, to see what else you have to do:

brew info nvm

You might see something like (this can change!):

You should create NVM‘s working directory if it doesn‘t exist:

  mkdir ~/.nvm

Add the following to ~/.bash_profile or your desired shell
configuration file:

  export NVM_DIR="$HOME/.nvm"
  . "/usr/local/opt/nvm/nvm.sh"

If you do not have a ~/.bash_profile file, then you can simply create one.

Make sure to restart your terminal before trying the command.

技术分享图片

 

 技术分享图片

 

 

2. 配置ssh的上传token

 

 

3.修改host

 

 

4.安装nginx

常用命令总结

原文:https://www.cnblogs.com/zhangzs000/p/11697002.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!