Ubuntu下安装软件

.bundle安装包

.bundle是linux中的一种可执行文件。类似Windows的.exe

# 修改目标.bundle的执行权限 chmod +x xxx.bundle # 运行安装包 sudo ./xxx.bundle

VM

vmos.us 下载

服务器常用安装

MongoDB

一般直接安装在服务器上,参考 https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/#install-mongodb-community-edition

mongodb的运行 https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/#run-mongodb-community-edition