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[转]"继续阅读
yum install nodejs -y node -v
npm install pm2 -g ln -s /home/download/node-v8.11.1-linux-x64/lib/node_modules/pm2/bin/pm2 /usr/local/bin/pm2
"用 Nginx 反向代理 Node.js"继续阅读
昨天准备新加一个FTP用户来管理/etc
下面的文件。然后执行chmod 777 -R /etc
后出现了一系列的崩溃,服务器登不上,有些文件变成了只读,FTP和PUTTY登录不上。
"Linux问题: SSH FTP登录不了"继续阅读