OpenWRT中WAN6已经有/64地址,但不下发
Vmware共享文件夹自动挂载
使用selenium库出现Retrying问题
设置Mailcow自动跳转使用HTTPS
PVE容器无网络连接(Packet filtered)解决方案
https://www.right.com.cn/FORUM/thread-8309440-1-1.html
自动挂载 修改/etc/fstab,加入如下内容 .host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other,defaults 0 0 手动挂载 sudo vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other 参考
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at …
官方给的教程会使容器跳警告,所以我自己编写了一个 if ($scheme = http) { return 302 https://$host$request_uri; } 将上面的代码插入到 /opt/mailcow-dockerized/data/conf/nginx/includes/site-defaults.conf
root@ams ~ # firewall-cmd --get-default-zonepublicroot@ams ~ # firewall-cmd --list-allYou're performing an operation over default zone ('public'),but your connections/interfac…
Debian 12 ARM 安装 PVE
PVE 指针(鼠标)漂移
先安装好Debian12 然后检查配置,暂时不要使用NetworkManager,配置好之后再安装即可 /etc/network/interfaces 网络是否配置正确 之后检查hosts文件是否添加了本主机名,不然会启动不了 添加ARM PVE 源 echo "deb https://mirrors.apqa.cn/proxmox/debian/…
有时候会漂移,在 /etc/pve/qemu-server/xxx.conf 中加入: xxx为你的虚拟机id tablet: true 然后重新启动即可。 引用:https://www.mereith.com/post/146
修改配置文件 文件一般位于 /config/configuration.yaml,添加 下面的配置: recorder: purge_keep_days: 365 commit_interval: 10 主要参数是 purge_keep_days ,上面保留天数修改为 365 天,默认值为 10 天。 提交时间间隔 commit_interval …
最近因为需要使用He Tunnel Broker,来获取IPv6,并且开启25端口,因为开启25端口需要HE IPv6考试得考到最高Sage等级,所以在网上搜索了一下教程 这个是我的证书(*・ω・)👉 证书 https://www.taterli.com/8500/ HE IPv6 考试通过攻略 下面的内容摘自上面的博客:要取得HE的IPv6 Sa…
备份一下论坛的代码 360 T7成功刷入小米WR30u的固件 很稳 可组网 适合养老(0607已传512内存版) #!/usr/bin/env php <?php //路由器固件解包后,从 /bin/mkxqimage 中提取的盐 $salt = array( 'r1d' => 'A2E371B0-B34B-48A5-8C40-A713…