Debian 下安装 Nginx 非常容易。
apt update
apt install nginx
"Debian 下安装 Nginx[转]"继续阅读
MongoDB is a free and open-source document database. It belongs to a family of databases called NoSQL, which is different from the traditional table-based SQL databases like MySQL and PostgreSQL.
"How to Install MongoDB on Debian 10 Linux[转]"继续阅读
nodejs
apt-get install curl
curl -sL https://deb.nodesource.com/setup | bash -
apt-get install -y nodejs
"Debian7.8 通过 apt-get 安装 nodejs npm[转]"继续阅读
debian 和 ubuntu 的 apt-get
真是大坑,默认装的 nodejs 竟然不是真正的 nodejs,npm 也有问题。
"debian 和 ubuntu 用 apt-get 安装 nodejs[转]"继续阅读