Creating snapshots of UEFI VMs is a lot easier with Proxmox because its using LVM Thin.
Best posts made by black3dynamite
-
RE: Reconsidering ProxMox
-
RE: Reconsidering ProxMox
It’s supports multiple storage types like nfs or cifs. So if you keep your iso files on another server you can connect to that server.
-
RE: Reconsidering ProxMox
https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/
Download the virtio-win iso file and upload that to Proxmox.
Since Proxmox is using LVM thin the controller is a virtio scsi so you will need the virtio-win driver.
-
RE: Reconsidering ProxMox
To get rid of the no subscription message pop up
https://johnscs.com/remove-proxmox51-subscription-notice/
sed -i.bak "s/data.status !== 'Active'/false/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
Clear your browser cache.
-
RE: Reconsidering ProxMox
@stacksofplates said in Reconsidering ProxMox:
@black3dynamite said in Reconsidering ProxMox:
Proxmox makes it pretty easy to utilize
cloud-init
to help make some nice a nice templates.Yeah I still go back and forth on how useful that is in non-cloud environments. Packer has a proxmox builder so you could leverage a CM tool to do the provisioning for your templates.
Besides what is configured in the cloud.cfg file in that VM, having this accessible from Proxmox Web UI is nice.
-
RE: Reconsidering ProxMox
@jmoore said in Reconsidering ProxMox:
@black3dynamite Ok thanks. So it looks like another virtualization option. What advantages and disadvantages does it have with KVM?
It's still KVM. They just using there own toolkit to manage KVM.
https://www.proxmox.com/en/proxmox-ve/features -
RE: Optimizing Fedora 31 VM w/GUI for remote access
If you really want an optimize GUI, use windows managers exclusively.
https://fedoramagazine.org/5-cool-tiling-window-managers/
https://fedoramagazine.org/getting-started-i3-window-manager/
https://fedoramagazine.org/setting-up-the-sway-window-manager-on-fedora/
https://fedoramagazine.org/lets-try-dwm-dynamic-window-manger/A full list of Window Managers
https://wiki.archlinux.org/index.php/Window_manager -
RE: Software to complete Disable/Enable Windows updates on Windows 10?
What about setting the active hours during the time of use?
# Enter -Value in 24hr format 10PM is 22 # ActiveHoursEnd = 0 (12AM/00:00:00) Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings' ` -Name ActiveHoursEnd ` -Value 0 # ActiveHoursStart = 6 (6AM/06:00:00) Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings' ` -Name ActiveHoursStart ` -Value 6
-
RE: Reconsidering ProxMox
@VoIP_n00b said in Reconsidering ProxMox:
@black3dynamite interesting. Have you used this?
The script works great.
And found a quick way to confirm if the hook script works after a Proxmox replaces
proxmoxlib.js
file.apt --reinstall install proxmox-widget-toolkit
-
RE: Reconsidering ProxMox
Since I normally using Debian or Ubuntu LTS has a container. I discovered an issue with using fedora 31 container image. After creating the container, the network of that container will not work anymore because of the systemd version. Need to add
lxc.mount.auto: sys
to/etc/pve/lxc/<vm-id>.conf
.Also when you use fedora 31 container image SELinux is disabled and there's no firewalld or iptables. Not exactly a big deal since you can use Proxmox firewall to manage VMs and containers.
-
RE: Connectwise Control / Screenconnect recommends you break the law to run their software
Why can’t they start developing on .net core instead since that will be the one that is equally being developed Microsoft for Windows, Mac and Linux?
-
RE: Reconsidering ProxMox
Proxmox full backup is not bad when your lxc containers is small.
-
RE: Fedora 31 Server, podman and SELinux
Show us the audit logs.
# this command will so anything that was denied. sudo tail -f /var/log/audit/audit.log | grep "denied"
-
RE: Fedora 31 Server, podman and SELinux
Don't disable SELinux, temporary set it to permissive.
# temporary set SELinux to permissive sudo setenforce permissive # confirm SELinux is set to permissive getenforce # set it SELinux back to enforcing after you fix the permissive sudo setenforce enforcing
-
RE: F31: L2TP client - modp1024 is not supported?
Just received a new update fix
-
RE: Router Limits Hardware
Pi-Hole version 5 is in beta and you can use its new group management to fine tune web filtering.
Create your groups
Add your clients to your groups
Add your domain as a exact whitelist, regex whitelist, exact blacklist, or regex blacklist and assign it to your group
You can use group assignment to assign your adlist.
-
RE: Running Plex in Multiple Vehicles
Instead of Plex what about using Kodi on a Raspberry Pi device?
https://kodi.tv/
https://kodi.wiki/view/Raspberry_Pi -
RE: Notification by MeshCentral after a computer comes back online
@CCWTech said in Notification by MeshCentral after a computer comes back online:
@black3dynamite said in Notification by MeshCentral after a computer comes back online:
Have you already submitted a request on GitHub?
No, SAM suggested I post here. What's the link and I can put it there as well?
-
RE: New to Windows Active Directory and Group Security Management
@IRJ said in New to Windows Active Directory and Group Security Management:
Make an AD group called workstation_admins and add that group to local administrators account on each desktop. This group does not need any AD rights and nobody's account should be in there except for IT admin accounts. Even those IT admin accounts should not be used on local desktops to login on a regular basis. Only when elevation is actually needed, and even then you should use
run as
.Here's a good example.
http://www.yster.org/role-based-access-control/Create the Permission groups
Assign the relevant permissions/rights to the Permission groups