最近使用Cloudflare Tunnels发现总是无法与Cloudflare建立隧道连接 日志,赫然看到下面的报错: 2023-10-13T09:52:58Z ERR Failed to create new quic connection error=”failed to dial to edge with quic: timeout: no recent network activity” connIndex=1 ip=198.41.192.227 2023-10-13T09:52:58Z IN
分类目录归档:网站建设
IPv6 Only VPS使用DNS64/NAT64来访问IPv4资源
随着 IPv6 本身的普及度越来越高,越来越多的主机商提供 IPv6 only 的微型机器作为低价机型测试,比较知名的有 Scaleway(巴黎、阿姆斯特丹),EUserv的德国等,AWS、DigitalOcean 等一众一线云平台也率先推出 IPv6 作为其 IPv4 的补充。可以预见到不远的将来,会有越来越多的云平台来支持 IPv6 的流行。 IPv6 Only的VP
Installing Lighttpd, PHP 7, and MySQL on Debian 11
In this guide, we are going to explain the steps in installing Lighttpd, PHP, and MySQL on Debian 11 Deploying your cloud server If you have not already registered with Cloudwafer, you should begin by getting signed up. Take a moment to create an account after which you can quickly deploy your cl
DirectAdmin将用户目录修改为数据盘
一、修改新增用户主目录 Edit /etc/defaut/useradd and set HOME=/home to HOME=/home2. DA itself doesn’t care where the new home is. The useradd program is the one who decides where it goes, so by changing the default path for useradd, DA will follow without complaint vi /etc/defaut/useradd
解决MySQL8.0报错:Unknown system variable 'validate_password_policy'
一、问题描述 1、在安装MySQL8.0时,修改临时密码,因密码过于简单(如:123456),不符合MySQL密码规范,会触发一个报错信息: ERROR 1819 (HY000): Your password does not satisfy the current policy requirements。 二、遇到问题 1、解决办法调整MySQL密码验证规则,修改 policy 和 length 的值。 2、MySQL 5.7
Docker修改为国内镜像仓库
修改镜像仓库配置,修改/etc/docker/daemon.json文件,如果没有新建一个即可 # vi /etc/docker/daemon.json { "registry-mirrors":[ "https://registry.docker-cn.com" ] } 国内常用的docker镜像仓库 Docker官方中国区: https://registry.docker-cn.com 网易:http://hub-mirror.c.163.com 中国科学技术大学:http
解决 Proxmox VE升级 apt-get update 报错的问题
使用 Proxmox VE 默认的 apt 更新源,在 WEB 管理面板 更新 点击 刷新 后,会显示错误: TASK ERROR: command ‘apt-get update’ failed: exit code 100 这时因为默认的更新源为 Proxmox VE 企业版的订阅,如果我们没有购买订阅,就会提示签名错误,从而使得 apt 更新失败。 解决的办法很简单,就是更换软件
ubuntu重装apache出现Can’t open /etc/apache2/envvars的解决
不小心误删了 apache.conf ,然后重装apache2后遇到安装后无法启动的错误信息 Apr 09 23:07:03 u02 systemd[1]: Starting LSB: Apache2 web server… Apr 09 23:07:03 u02 apache2[29736]: /etc/init.d/apache2: 46: .: Can’t open /etc/apache2/envvars Apr 09 23:07:03 u02 apache2[29736]: /etc/init.d/apache2: 5
通过.htaccess实现全站http链接301重定向到https
很多已经安装ssl安全协议证书的网站会发现,http的链接和https的链接都有效,如果要用户访问任何链接的时候都强制跳转到https协议的url上,linux主机用户可以通过修改根目录下的.htaccess文件来设置。方法如下: 在.htaccess中 RewriteEngine on RewriteBase / 代码下添加如下两行代码: RewriteCond %{SERVER_PORT
Owncloud提示Directory “/” not found
重新安装Owncloud之后提示错误 Directory “/” not found。 无意发现清理掉Cloudflare缓存之后,错误 Directory “/” not found没有再次出现, 猜测是否由于Cloudflare的缓存造成,记录一下。