Skip to content

Commit

Permalink
feat: delete CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsonZnl committed Dec 16, 2023
1 parent b59215d commit 71e1e47
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
1 change: 0 additions & 1 deletion docs/.vuepress/public/CNAME

This file was deleted.

30 changes: 17 additions & 13 deletions docs/articles/Next/使用PM2部署Next服务.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,16 @@ http://123.123.123.123:3000, run 起来后,会自动打开浏览器,然后

## 常用命令

### 登陆
### 登陆登出

```
ssh username@ip
```

```
exit
```

### 查询端口并关闭:

查找占用目标端口的进程可以使用
Expand Down Expand Up @@ -125,15 +129,15 @@ sudo lsof -i :端口号
PM2 是一个流行的进程管理器,它可以帮助你管理和维护在服务器上运行的应用程序。
以下是一些常用的 PM2 命令:

pm2 start <app_name>:启动一个应用程序。
pm2 restart <app_name>:重启一个应用程序。
pm2 stop <app_name>:停止一个应用程序。
pm2 delete <app_name>:删除一个应用程序。
pm2 show <app_name>:展示一个应用程序的详情。
pm2 list:列出所有正在运行的应用程序。
pm2 monit:监视所有应用程序的 CPU 和内存使用情况。
pm2 logs:显示所有应用程序的日志。
pm2 flush:清空所有应用程序的日志。
pm2 save:保存当前应用程序列表。
pm2 resurrect:重新加载保存的应用程序列表。
pm2 update:保存当前进程,杀死 PM2,并恢复进程。
- pm2 start <app_name>:启动一个应用程序。
- pm2 restart <app_name>:重启一个应用程序。
- pm2 stop <app_name>:停止一个应用程序。
- pm2 delete <app_name>:删除一个应用程序。
- pm2 show <app_name>:展示一个应用程序的详情。
- pm2 list:列出所有正在运行的应用程序。
- pm2 monit:监视所有应用程序的 CPU 和内存使用情况。
- pm2 logs:显示所有应用程序的日志。
- pm2 flush:清空所有应用程序的日志。
- pm2 save:保存当前应用程序列表。
- pm2 resurrect:重新加载保存的应用程序列表。
- pm2 update:保存当前进程,杀死 PM2,并恢复进程。

1 comment on commit 71e1e47

@vercel
Copy link

@vercel vercel bot commented on 71e1e47 Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

v-blog – ./

v-blog-git-master-znl-github.vercel.app
v-blog-znl-github.vercel.app
zhangningle.vercel.app

Please sign in to comment.