没有nodejs 的时候执行下面这句
1 | apt-get update |
安装nodejs
1 | sudo apt-get install -y nodejs |
当安装好nodejs后 node 命令依然无效时候执行
1 | sudo apt-get install -y nodejs-legacy |
nodejs 软件管理工具
1 | sudo apt-get install -y npm |
查看版本
1 | node --version |
记录学习,学习记录
1 | wget https://www.python.org/ftp/python/2.7.13/Python-2.7.13.tgz |
git branch -a
列出本地分支和远程分支
git branch -r
列出远程分支
git branch
不带参数:,并且在当前分支的前面加“*”号标记
如果用命令行,运行 git fetch,可以将远程分支信息获取到本地
1 | git checkout -b app_frame origin/feature/dz-hexiang/app_frame |
1 | systemctl start docker |
1 | docker pull piasy/apprtc-server |
1 | docker run --rm \ |
1 |
|
1 | docker stop piasy/apprtc-server |