首页
工具
友链
推荐
下载站
网盘
物理专用站
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,440 阅读
5
proxmox ve省电小技巧
2,511 阅读
默认分类
管理
记录
计算机
ACGN
游戏
讯息
数理
登录
Search
标签搜索
docker
刷机
ipv6
wsl
pve
番剧
openwrt
配置
gitlab
汉化
jupyterhub
pixel slate
chromeos
小爱同学
自定义音色
dns
oracle
甲骨文
原神
云原神
Canoziia
累计撰写
66
篇文章
累计收到
33
条评论
首页
栏目
默认分类
管理
记录
计算机
ACGN
游戏
讯息
数理
页面
工具
友链
推荐
下载站
网盘
物理专用站
搜索到
38
篇与
的结果
2022-07-24
proxmox ve 使用he.net提供的IPv6
auto lo iface lo inet loopback iface eth0 inet manual auto he-ipv6 iface he-ipv6 inet6 tunnel address 2001:470:39:3c::2/64 gateway 2001:470:39:3c::1 mode sit endpoint 184.105.250.46 local your-ip ttl 255 post-up echo 1 > /proc/sys/net/ipv6/conf/all/forwarding auto vmbr0 iface vmbr0 inet static address your-ip/32 gateway *** bridge-ports eth0 bridge-stp off bridge-fd 0 auto vmbr1 iface vmbr1 inet static address 192.168.30.1/24 bridge-ports none bridge-stp off bridge-fd 0 post-up zerotier-cli leave *** post-up zerotier-cli join *** post-up echo 1 > /proc/sys/net/ipv4/ip_forward post-up bash /root/bin/iptables.config.sh post-up iptables -t nat -A POSTROUTING -s '192.168.30.0/24' -o vmbr0 -j MASQUERADE post-down iptables -t nat -D POSTROUTING -s '192.168.30.0/24' -o vmbr0 -j MASQUERADE auto vmbr2 iface vmbr2 inet6 static address your-ipv6/64 bridge-ports none bridge-stp off bridge-fd 0
2022年07月24日
778 阅读
2 评论
2 点赞
2022-07-20
proxmox ve 启动arm虚拟机 (ubuntu arm)
参考:https://www.reddit.com/r/Proxmox/comments/ed2ldo/installing_and_launching_an_arm_vm_from_proxmox/https://i12bretro.github.io/tutorials/0661.html首先上传arm的iso,这个不多说,ubuntu官网上面下载即可。创建一个VM,"常规"随意,操作系统选linux 5.x-2.6 kernel,CD不选。这里不选CD是因为CD需要在SCSI2的位置,而pve默认在IDE2。系统里BIOS选OVMF(UEFI),EFI磁盘先不添加。磁盘就默认SCSI0,大小随意CPU类型选默认,核数也随意,内存大小随意网络类型选默认virtio即可,最后点确认去虚拟机对应页面内的硬件设置,删除CD,再添加SCSI2位置的CD,设置下载的iso添加一个串口0,然后显示里面选择串口0然后更改启动顺序,SCSI2排第一编辑/etc/pve/qemu-server/.conf,添加一个arch: aarch64,并注释vmgenid: xxx那一行用qm set -efidisk0 local-lvm:1,format=raw设置efi磁盘,存储位置随意启动安装即可,安装完成后,拔除SCSI2。然后自然启动。由于模拟效率较低,安装过程以及更新会非常的慢。
2022年07月20日
3,440 阅读
0 评论
1 点赞
2022-07-17
pve重装记录
退出集群systemctl stop pve-cluster.service systemctl stop corosync.service pmxcfs -l rm /etc/pve/corosync.conf rm -rf /etc/corosync/* killall pmxcfs systemctl start pve-cluster.service cd /etc/pve/nodes rm -rf node_name安装,这里不详述换源并更新https://www.jianshu.com/p/98e87febfd5e当然还有debian的源deb http://mirrors.aliyun.com/debian bullseye main contrib deb http://mirrors.aliyun.com/debian bullseye-updates main contrib # security updates deb http://mirrors.aliyun.com/debian-security bullseye-security main contrib设置gvt-ghttps://foxi.buduanwang.vip/vdi/592.html/这里新版本的pve可以更改/etc/kernel/cmdlineintel_iommu=on i915.enable_gvt=1然后proxmox-boot-tool refresh加入集群恢复zfs存储池zpool import -f xxx编辑zfs内存限制/etc/modprobe.d/zfs.confoptions zfs zfs_arc_max=5368709120
2022年07月17日
551 阅读
0 评论
1 点赞
2022-06-29
intel 英特尔 NUC9 幽灵峡谷 变砖注意事项!电源闪三下
详情查看 https://www.intel.com/content/www/us/en/support/articles/000058673/intel-nuc/intel-nuc-kits.html今天刚刚到货intel的幽灵峡谷,开开心心拿到机器装完系统,去BIOS里面调节了IGD Minimize Memory和IGD Aperture Size,然后重启结果就无法启动了,电源键呈现一组闪三下然后间隔2.5秒再闪。官方给出的这种错误代码是内存错误,但是实测内存并没有问题。尝试了各种方法都无法恢复,最终找到官方帖子说明,是主板变砖了。请大家买到nuc9后务必更新BIOS!务必更新BIOS!务必更新BIOS!
2022年06月29日
1,789 阅读
0 评论
2 点赞
2022-06-25
Sharepoint 更换域名后无法永久删除旧的已删除网站
今天发现这个事,试着解决了一下。微软官方文档 https://docs.microsoft.com/en-us/sharepoint/delete-site-collection假设你的旧域名是 https://old.sharepoint.com/ 新域名是 https://new.sharepoint.com/先还原已删除的网站。然后再Remove-SPODeletedSite -Identity https://old.sharepoint.com/sites/sitetoremove一定要先还原,并且用旧域名删除。
2022年06月25日
418 阅读
0 评论
1 点赞
1
2
3
...
8