首页
工具
友链
推荐
下载站
网盘
物理专用站
Search
1
群晖 docker安装qbittorrent 解决下载时错误
9,587 阅读
2
详细的全自动追番教程:Sonarr+Jackett+qBittorrent+Jellyfin+Jellyseerr
8,864 阅读
3
OpenWrt (R2S) ipv6配置
3,802 阅读
4
proxmox ve 启动arm虚拟机 (ubuntu arm)
3,439 阅读
5
proxmox ve省电小技巧
2,511 阅读
默认分类
管理
记录
计算机
ACGN
游戏
讯息
数理
登录
Search
标签搜索
docker
刷机
ipv6
wsl
pve
番剧
openwrt
配置
gitlab
汉化
jupyterhub
pixel slate
chromeos
小爱同学
自定义音色
dns
oracle
甲骨文
原神
云原神
Canoziia
累计撰写
66
篇文章
累计收到
33
条评论
首页
栏目
默认分类
管理
记录
计算机
ACGN
游戏
讯息
数理
页面
工具
友链
推荐
下载站
网盘
物理专用站
搜索到
66
篇与
的结果
2024-07-22
13代 intel 核显 pve 下开启 sr-iov 并直通给 linux 虚拟机使用的详细教程
虽然可能并不是很详细。首先是 https://github.com/moetayuko/intel-gpu-i915-backports 这个是宿主机的模块仓库,按照说明安装。6.8内核是可用的然后有一些内核命令行参数比如 i915.enable_guc=3 i915.max_vfs=7 ,这些都是网上已经有详细说明如何设置的。还有用sysfs-utils创建vf,网上都有教程。然后虚拟机的话,目前发现换pve内核最简单。添加一个pve源,以及gpg密钥wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg然后 apt install proxmox-kernel-6.8 apt install proxmox-headers-6.8apt install ./intel-i915-dkms_1.24.1.19.240119.1.nodrm+i3-1_all.deb再移除老内核apt remove linux-image-amd64 等等这样就可以了。虚拟机配置选q35+ovmf实测可以出/dev/dri/renderD128。如果有问题一般是内核头版本不对之类的。然后有个小坑,pve内核用portainer_agent,需要这样:name: portainer_agent services: agent: image: portainer/agent:latest container_name: portainer_agent restart: always security_opt: - apparmor:unconfined ports: - "192.168.2.215:9001:9001" volumes: - /var/run/docker.sock:/var/run/docker.sock - /var/lib/docker/volumes:/var/lib/docker/volumesapparmor:unconfined 是为了防止docker.sock没权限。另外还有一些其他的,比如使用docker的同时如果要保持iptables和ip6tables的forward是accept,需要先把sysctl这边转发开启来,然后daemon.json不要开ip6tables,使用ipv6nat。主要是docker自己操作ip6tables似乎会把规则变drop,而且不容易改回来。{ "ipv6": true, "ip6tables": false, "fixed-cidr-v6": "fd00:aaaa:0000:0000::/64", "default-address-pools": [ {"base": "172.17.0.0/16", "size": 24}, {"base": "fd00:aaaa:0000:1::/64", "size": 80} ] }
2024年07月22日
187 阅读
0 评论
0 点赞
2024-04-22
office 365 无法通过smtp发送邮件
详见https://techcommunity.microsoft.com/t5/microsoft-365/can-t-send-smtp-mail-after-setting-default-security-in-office/m-p/1181319Connect-MsolServiceImport-Module ExchangeOnlineManagementConnect-ExchangeOnlineGet-TransportConfig | Format-List SmtpClientAuthenticationDisabledSet-TransportConfig -SmtpClientAuthenticationDisabled $false
2024年04月22日
152 阅读
0 评论
1 点赞
2024-02-15
阿里云轻量dd VyOS
记下原始的ip配置重装到ubuntu,debian好像不行dd并重启curl -L -s https://github.com/darknightlab/vyos-arm64-autobuild/releases/download/1.5-rolling-202402141033/vyos-kvm.img.gz | gzip -d -c | sudo dd of=/dev/vda bs=4M status=progress reboot设置网络等扩容目录:首先添加debian源deb https://ftp.debian.org/debian/ bookworm contrib main non-free non-free-firmware # deb-src https://ftp.debian.org/debian/ bookworm contrib main non-free non-free-firmware deb https://ftp.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware # deb-src https://ftp.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware deb https://ftp.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware # deb-src https://ftp.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware deb https://ftp.debian.org/debian/ bookworm-backports contrib main non-free non-free-firmware # deb-src https://ftp.debian.org/debian/ bookworm-backports contrib main non-free non-free-firmware deb https://security.debian.org/debian-security/ bookworm-security contrib main non-free non-free-firmware # deb-src https://security.debian.org/debian-security/ bookworm-security contrib main non-free non-free-firmware然后apt install cloud-utils growpart /dev/vda 3 resize2fs /dev/vda3最后更新系统到最新
2024年02月15日
314 阅读
0 评论
1 点赞
2024-01-19
opnsense 注意事项
放行全部流量的时候还是有些连接被默认规则拒绝了,应该是因为允许的规则没有匹配到。很可能是这个tcp rst。新创建单允许tcp的规则,匹配所有tcp标记,通过。这样就可以了。https://forum.opnsense.org/index.php?topic=27983.0
2024年01月19日
255 阅读
0 评论
0 点赞
2024-01-19
VyOS做家庭路由器注意事项
很重要的事!当采用pppoe拨号时,请设置adjust-mss。否则会有小部分ipv6网站访问不了,使用curl可以看到卡在client hello处。https://docs.vyos.io/en/latest/configuration/interfaces/pppoe.htmlset interfaces pppoe ipv6 adjust-mss 1452set interfaces pppoe ip adjust-mss 1432
2024年01月19日
387 阅读
0 评论
0 点赞
1
2
...
14