概览
● 查看端口占用情况
ss -ntlp
● 查看ip ip a
● 查看nginx 日志 (https://blog.csdn.net/wounler/article/details/102823904) tail -f -n 100 /var/log/nginx/access.log
● 压缩、解压文件 (https://blog.csdn.net/sysocc/article/details/122626407)(unzip 详细使用) ● Centos7配置阿里云的yum源详细步骤 ● Xshell将文件传输到linux虚拟机或服务器上 ● vim 命令详细使用、vim 使用2 ● history命令(查看linux的shell执行命令记录)
命令大全1

命令大全2

y 复制
确权项目测试环境是通过集群部署的 ● 获取pod kubectl -n tdqq get po ● 进入到指定pod kubectl exec -it sxzrzyqq-web-6d5b6d9c44-z6bv4 -n tdqq -- /bin/bash
