VPS相关 centos 7 开启bbr网络加速 BBR 是 Google 提出的一种新型拥塞控制算法,可以使 Linux 服务器显著地提高吞吐量和减少 TCP 连接的延迟。 虚拟主机开启bbr加速,效果还是非常明显的。 本文记录CentOs7下手动... 02/11 阅读全文
VPS相关 Problem: package snapd-2.58.3-1.el8.x86_64 requires snapd-selinux = 2.58.3-1.el8, but none of the providers can be installed 原因:缺少selinux-policy-base-3.13.1.-166.el7,但是rhel系却下载不到此软件包,安装selinux-policy-minimum也可以,功能是相同的,... 11/27 阅读全文
VPS相关 Curl error (37): Couldn’t read a file:// file for file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8 [Couldn’t open file /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8] 没有就创建 When I tried to run "yum install certbot" on my Oracle linux 8 VM. I got the following ... 11/27 阅读全文
VPS相关 Centos8中安装配置php 一、问题描述 Centos8中我们在使用Apache部署配置网站的时候发现Apache服务已经正常启动且网站也配置完成到Apache主目录中但是访问时网站却不能正常运行【即只能够以列表的方式列出所有网... 11/03 阅读全文
VPS相关 nginx ssl proxy_pass https Nginx可以作为一个反向代理服务器来转发HTTPS请求,实现SSL代理的功能。下面是一个示例配置: ini 复制代码 server { listen 443 ssl; server_name exa... 11/03 阅读全文