Linux基础
未读
supervisord后台进程管理部署
supervisord后台进程管理部署 supervisord安装和使用 参考地址:https://www.cnblogs.com/quzq/p/11192993.html 1 centos安装 yum install supervisor
systemctl enable supervisord.
Linux基础
未读
linux内存和网络命令详解
linux内存和网络命令详解 iostat查看cpu和硬盘负载 [TOC] 原文链接:https://blog.csdn.net/lqx0405/article/details/44777463 1 硬盘使用方法 iostat -d -k -x vdb 2 参数 -d 表示,显示设备(磁盘)使用状态
Linux基础
未读
mv命令排除某个文件或文件夹
mv命令排除某个文件或文件夹 mv命令排除某个文件或文件夹 1 实现命令如下: mv !(child1|child2) child1 1.1 若遇到 -bash: !: event not
Linux基础
未读
centos7修改时区
centos7修改时区 centos7修改时区 1 查看时区 timedatectl 2 执行操作 列出所有时区 将硬件时钟调整为与本地时钟一致, 0 为设置为 UTC 时间 设置系统时区为上海 timedatectl list-timezone
timedatectl set-local-rtc
Linux基础
未读
curl模拟POST请求
curl模拟POST请求 curl模拟POST请求 1 curl命令Post请求 举例:带header和body的POST请求 curl -v -XPOST -H "Content-Type:application/json" http://172.24.7.63:36963/VIID/Mot
Linux基础
未读
python3的pip指定清华源地址安装
python3的pip指定清华源地址安装 1 清华源 pip3 install xxx -i https://pypi.tuna.tsinghua.edu.cn/simple some-package 2 阿里源 pip3 install xxx -i http://mirrors.aliyun.