Nginx 允许多个域名跨域访问

允许指定单个域名跨域访问 location /{ #add_header Access-Control-Allow-Origin *; #允许所有域名不安全 add_header …

Ansible 常用模块

一、命令模块 1、Command模块 [root@kafka-node01 ansible]# ansible web01 -m command -a "free -m&…

MySQL 锁表 死锁查看及解决

解除正在死锁的状态有两种方法 第一种 1.查询是否锁表 show OPEN TABLES where In_use > 0; 2.查询进程(如果您有SUPER权限,您可以看到…

Dell R620 IPMI 风扇

root@mon39:~# ipmitool -I lanplus -H 192.168.2.46 -U root -P calvin sdr type fan Fan1A | 3…

dify smtp邮箱配置

smtp配置 MAIL_TYPE=smtp # Default send from email address, if not specified MAIL_DEFAULT_SEN…

vcenter 7 克隆虚拟机 ubuntu dhcp ip一样

version vcenter: 7 exsi: 7 试过删除网卡不行 原因 当克隆运行 Ubuntu 客户机操作系统的虚拟机时会出现此问题,新克隆的虚拟机包含与其克隆的虚拟机模板…

prometheus 报错 “Out of order sample from remote write” err=”out of bounds”

root@mon:/data/prometheus# journalctl -u prometheus -f Feb 10 10:55:44 mon39 prometheus[26…

ubuntu proxychains4 命令全局代理

apt-get install proxychains4 这里使用clash root@ubuntu:~# vim /etc/proxychains.conf [ProxyList…

OpenResty ModSecurity 编译

利用开源WAF ModSecurity,增强Nginx Web安全性。 环境 os: ubuntu 18.04 modsecurity: 3.0.13 openresty: 1.2…

vCenter 7.0 禁用 vSphere 集群服务 (vCLS)

环境 vcenter版本: 7.0.3d vSphere 集群服务 (vCLS) vCLS 是什么 vCLS 是 vSphere 7.0 U1 新功能, 确保 vSphere DR…

1 2 15