@planedrop Ah yeah, forgot about that part.
Best posts made by davemcl
Latest posts made by davemcl
-
RE: A question for the creators of XO
@jasonnix Not really a taste thing.
React likely has the larger ecosystem and majority of mindshare in JS land.
There are very comprehensive component libraries out there for React and the growing numbers of React devs makes it easier to find people to work on your product.
Given the type of frontend/backend interaction that XOA requires via web sockets React/Javascript is a solid choice. -
RE: NVMe storage wrong detection
@laurentm
List the LBA format of drive
nvme id-ns -H /dev/nvme0n1
Youre probably not set to 512b sector size. Just format it using same cli tool.
nvme format /dev/nvme1n1 -l $ID
where $ID is the id of the desired sector size. -
RE: Accessing Citrix VM Tools
@chaoticmaster When you update via Windows Update dont you get the same versions as the download?
-
RE: Migrating a Windows VM from Proxmox to XCP-NG
@aithorusa What method did you end up going with? Was it successful?
-
Default settings for CPU vulns
What CPU vuln mitigations does XCP enable by default?
-
RE: dom0 vcpu allocation
@gnpcx What did you end up doing for this? The docs dont seem to have any guidance.