CentOS 8 安装linux版安全狗提示Need system command ‘locate‘ to install safedog for linux的解决方法

CentOS 8 安装linux版安全狗提示  “Need system command ‘locate‘ to install safedog for linux ”  如图。 这种情况一般是缺少组件/插件导致的,在网上一番搜索找到 相关的安装命令 1...

CentOS 7 安装 Docker compose

CentOS 7 安装 Docker compose

安装更新时出现一些问题,但我们稍后会重试。如果你继续看到此错误,并且想要搜索 Web 或联系支持人员以获取相关信息,以下信息可能会对你有帮助: (0x80244022)

安装更新时出现一些问题,但我们稍后会重试。如果你继续看到此错误,并且想要搜索 Web 或联系支持人员以获取相关信息,以下信息可能会对你有帮助: (0x80244022) Windows Server 2016 更新报...

Windows系统远程连接服务器后全屏,本地的任务栏始终显示的 解决办法

问题描述: Windows系统远程连接服务器后全屏,本地的任务栏始终显示的,遮住了远程桌面下方的 任务栏  ,使用很不方便。 解决办法: 重启本地电脑的windows 资源管理器 1、在本地电脑...

关于Thinkphp程序报 Class 'think\Image' not found 问题解决方法

解决方法如下: 一、把 ./vendor/topthink/think-image/src下的文件 全部全部复制到 (包括image.php和image文件夹)  ./thinkphp/library/think 目录下 ,在登录后台 就可以正常上传了。(也...

IIS利用web.config隐藏部分响应头信息或 隐藏服务器响应头中php版本信息的方法

<?xml version="1.0" encoding="UTF-8"?> <configuration>     <system.webServer>          <rewrite> <outboundRules rewriteBeforeCache="true">  ...

The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection.

The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection. 原因是使用apache 由于启...

IIS访问提示“请求筛选模块被配置为拒绝包含双重转义序列的请求。” 解决方案。

报错信息如下: HTTP 错误 404.11 - Not Found 请求筛选模块被配置为拒绝包含双重转义序列的请求。 以下是解决方法 方法1. wwwroot下建立web.config 内容如下: <?xml version="1.0" e...

/www/server/php/74/sbin/php-fpm:symbollookup error:/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/zip.so:undefined symbol: zip libzip version

yum install -y cmake3# 使用cmake3编译libzipwget https://libzip.org/download/libzip-1.8.0.tar.gz --no-check-certificatetar zxvf libzip-1.8.0.tar.gz && cd libzip-1.8.0/mkdir...

宝塔面板 终端无法登录提示

宝塔面板 终端无法登录提示

Docker 学习常用命令

重启容器 docker restart name 后台运行  docker run -d name

ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-53a1479fa50e -j RETURN: iptables: No chain/target/match by that name. (exit status 1))

ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule:  (iptables failed: iptables --wait -t nat -I DOCKER -i br-53a1479fa50e -j RETURN: iptables: No chain/target/match...

解决 -bash: docker-compose: command not found

解决 -bash: docker-compose: command not found 今天安装 Nginx Proxy Manager ,运行docker-compose 命令的时候报错 原因是没有安装 docker-compose  ,可以通过pip 或 pip3指令来安装...

解决 You are using pip version 8.1.2, however version 23.2.1 is available 报错。

在安装 docker-compose的时候需要先安装 或升级pip 使用命令  1、 pip install --upgrade pip   运行后会报错 如图。 2、原因是 yum install python-pip 时,CentOS7 默认安装的python版...

failure: repodata/repomd.xml from endpoint: [Errno 256] No more mirrors to try. https://packages.endpointdev.com/rhel/2.1903/os/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found

failure: repodata/repomd.xml from endpoint: [Errno 256] No more mirrors to try. https://packages.endpointdev.com/rhel/2.1903/os/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error...

CentOS 7.x 编译安装 高版本 git出错解决方案

CentOS操作系统默认安装的git版本是 

宝塔面板开启面板SSL后打不开

宝塔面板开启面板SSL后,使用http地址,访问面板地址会提升 连接被重置 “ERR_CONNECTION_RESET”    如图。 解决办法 1、请访问   https://宝塔地址:端口/入口   2、若出现 如提醒风险...

IIS 禁用 HTTP OPTINOS 方法

在 IIS 上关闭 HTTP 请求中的 Trace 和 OPTIONS 方法可以通过修改 Web.config 文件来实现。以下是具体步骤: 1. 打开项目的 Web.config 文件。 2. 在 <configuration> 节点下添加如下...

常见网站安全漏洞处理方法

nginx 如何配置该链接使用TLS1.3如何改成1.2

要将 Nginx 配置中的 TLS 版本更改为 TLS 1.2,请按照以下步骤进行操作: 打开 Nginx 配置文件。通常,该文件位于 /etc/nginx/nginx.conf 或 /etc/nginx/conf.d/default.conf。在配置文件中找...