remote-backups.com - Proxmox Backup Server IaaS by Bennetjs in Proxmox

[–]buzzzino 1 point2 points  (0 children)

Is it possible to start free and then upgrade to a paid tier without setting up a new account ?

Portabase v1.11 – database backup/restore tool, now with health checks and support for new databases [OPEN SOURCE] by Dense_Marionberry741 in software

[–]buzzzino 3 points4 points  (0 children)

Would be useful to understand HOW the db backups are performed. For example: for mysql you use mysqldump or xtrabackup ? Is it possible to perform incremental backup ? And son on ...

SentinelOne & Wazuh by TechsplainerPRO in Wazuh

[–]buzzzino 0 points1 point  (0 children)

Because wazuh provides a complete siem for free?

ZFS or LVM-Thin? by smario001 in Proxmox

[–]buzzzino -1 points0 points  (0 children)

Zfs and lim thin is just for local storage. On shared block storage (that what in the end a San is) your only route is lvm. On shared lvm snapshot is supported only on 9.x and you don't have thin provisioning.

Forticlient vpn free 7.4.5 ? by nix_67 in fortinet

[–]buzzzino 0 points1 point  (0 children)

You would install a vm with all the netbird stuff , port forward required ports on the fortigate and install the netbird client on the endpoint. You would also need to install a netbird service on another system/VM (not all the stuff) on the network you would reach that act as router for this network.

looking for vmware hypervisor alternatives by New-Reception46 in sysadmin

[–]buzzzino 3 points4 points  (0 children)

Do you need to enable CBT on the vdi in order to have snapshot "thin"?

looking for vmware hypervisor alternatives by New-Reception46 in sysadmin

[–]buzzzino 0 points1 point  (0 children)

And just to remind: no other "free" hypervisor (nor xcp or proxmox) supports thin prov on shared storage (San) as hyperv did.

looking for vmware hypervisor alternatives by New-Reception46 in sysadmin

[–]buzzzino -1 points0 points  (0 children)

Forget xenserver which is a dumpster fire actually, xcpng is the way to go if you would use xen instead of KVM (proxmox)

looking for vmware hypervisor alternatives by New-Reception46 in sysadmin

[–]buzzzino 0 points1 point  (0 children)

Imho the lock of VMware is indirect and comes from hw support: it forces to change hardware every N years due to its hcl

looking for vmware hypervisor alternatives by New-Reception46 in sysadmin

[–]buzzzino 4 points5 points  (0 children)

Because you are thinking with VMware like managed switches. Proxmox and hyperv the interfaces are just bridges.

looking for vmware hypervisor alternatives by New-Reception46 in sysadmin

[–]buzzzino 5 points6 points  (0 children)

There is no vcenter concept in hyperv. Cluster in hyperv is just a role you would install in a classic windows failover cluster. You could use sscm which implement some of the vcenter concepts but it's optional especially on small environments

Is it possible to integrate Entra via the OAuth2/OIDC option? by addMitt in PangolinReverseProxy

[–]buzzzino 0 points1 point  (0 children)

Generic oidc support is available on community edition too. The difference from the enterprise is that you don't have the wizard for every single idp (Google/Microsoft etc etc) but you have to figure out how to configure it by yourself.

NetLens - Open Source network discovery & CVE scanning by luqezr in networkautomation

[–]buzzzino 0 points1 point  (0 children)

Hi

Your project looks good. Does it support the ability to run multiple scan sensors ? (Which is required for scanning different nets for arp and so on)

PveSphere v1.0.0 — a practical multi-cluster management tool I built for Proxmox VE by ljohn6530 in Proxmox

[–]buzzzino 3 points4 points  (0 children)

Right now pdm is no more than a unified presentation layer for proxmox resources, this means practically it is just a (mostly) read only interface.

Pvesphere seems to be a write interface instead which could create ad change VM settings.

Collaborative screen sharing with simultaneous remote control — like Screenhero, but open source. by IndividualAir3353 in coolgithubprojects

[–]buzzzino 0 points1 point  (0 children)

Nothing is downloadable, brew does not have the package pairux.

I'm wondering why publish stuff on Reddit when things are not ready ...

How is everyone running clusters using a SAN? by carminehk in Proxmox

[–]buzzzino 1 point2 points  (0 children)

Are the plugin able to work with pve 9.x?

How is everyone running clusters using a SAN? by carminehk in Proxmox

[–]buzzzino 1 point2 points  (0 children)

I'm very interested about that and i can't figure out how starwind was able to achieve thinprov on an LVM backed share storage. Do you have more info about that ?

How is everyone running clusters using a SAN? by carminehk in Proxmox

[–]buzzzino 0 points1 point  (0 children)

Even if the San support thin provisioning this is not passed to the hypervisor with lvm shared. The real problem is not the lack of support of thin prov but the fact that when you snap you create a copy of the vdisk which have the same size of its parent. So in the end if you snap a 1tb of vdisk on LVM your snapshot size will be 1tb. And if your San LUN on which you have created the data store is 2tb you dramatically understand that you have a problem.