User Tools

Site Tools


notes

This is an old revision of the document!


freeradius

mount proxmox virtual disk

mount -t vfat -o loop,offset=$((8192 * 512 ))  imgfile.img /mnt/disk1

dd through ssh

ssh host "dd if=/dev/mapper/pve-vm--106--disk--0" | dd of=/dev/mapper/pve-vm--106--disk--0 status=progress

or

dd if=/dev/mapper/pve-vm--106--disk--0 bs=4MiB conv=sync status=progress | ssh host ' dd of=/dev/mapper/pve-vm--106--disk--0 bs=4MiB'

repositories

old:

/etc/apt/sources.list.d/pve-enterprise.list deb http://download.proxmox.com/debian/pve buster pve-no-subscription

new:

/etc/apt/sources.list.d/pve-enterprise.list deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription

/etc/apt/sources.list.d/ceph.list deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription

remove nag screen

sed -Ezi.bak "s/(function\(orig_cmd\) \{)/\1\n\torig_cmd\(\);\n\treturn;/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service

ipv6

Araioses 2804:2d40:c513::/54 2804:2d40:c513:0000: 2804:2d40:c513:03ff:

2804:2d40:c514::/46 2804:2d40:c514: 2804:2d40:c517:

Carnaubeiras 2804:2d40:c513:400::/54 2804:2d40:c513:0400: 2804:2d40:c513:07ff:

2804:2d40:c518::/46 2804:2d40:c518: 2804:2d40:c51b:

Remanso 2804:2d40:c513:800::/54 2804:2d40:c513:0800: 2804:2d40:c513:0bff:

2804:2d40:c51c::/46 2804:2d40:c51c: 2804:2d40:c51f:

notes.1717230372.txt.gz · Last modified: 2024/06/01 05:26 by protocol