常用命令
常用命令
Linux命令
- netstat -lntp 常看端口占用
- kill - 9 进程号 杀死进程
- ps -ef|grep nginx 查看某一个进程
- df -hl 查看磁盘剩余空间
- 数据上传服务器
``````
ssh root@example.coom(ip)
input password,进入服务器,显示基本信息,以及上次登录时间、ip等npm run build1
6. 前端打包文件
cd build
执行scp -r ./* root@example.com(ip):/data/…sudo nginx1
2
## Nginx命令
nginx -s reload|reopen|stop|quitnohup ./manage.py runserver 0.0.0.0:10014 > /dev/null 2>1 &1
2
3
## Python(Django)命令
1. 服务端启动命令python3 -m venv file_name1
2
2. Python3虚拟环境
source bin/activate
deactivatepip install -r requirements.txt1
2
3. Python安装依赖包pip freeze > requirements.txt1
2
4. 将依赖包freeze1
2
3
4## Markdown转HTML
```aglio使用命令:
aglio --theme-variables flatly --theme-template triple -i api.md -o output.html