ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. black3dynamite
    3. Best
    • Profile
    • Following 0
    • Followers 3
    • Topics 42
    • Posts 5,987
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Reconsidering ProxMox

      Creating snapshots of UEFI VMs is a lot easier with Proxmox because its using LVM Thin.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Reconsidering ProxMox

      To get rid of the no subscription message pop up
      5c7671bd-a9e1-482a-ad22-830513c43fe7-image.png

      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.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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.
      48947a2e-4f23-42f1-9958-f0935cb4c11d-image.png

      Youtube Video

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Good Specs to Build a Gaming PC (asking for a friend)

      https://www.pcgamer.com/pc-build-guide-budget-gaming-pc/

      964ff961-e915-493c-93d7-c2fd12f5109c-image.png

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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
      
      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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
      
      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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?

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Reconsidering ProxMox

      Proxmox full backup is not bad when your lxc containers is small.
      ce059a65-b1dc-4e4d-b46b-d4caa00ed4b3-image.png

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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"
      
      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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
      
      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: F31: L2TP client - modp1024 is not supported?

      Just received a new update fix
      eb2a76e2-4b5e-48bf-b0bf-f64df0c270ff-image.png

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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
      87952ade-0de1-45e5-9afb-3561df2cd28b-image.png

      Add your clients to your groups
      f11e4c24-fd99-4d8a-8ffe-26a94061b1aa-image.png

      Add your domain as a exact whitelist, regex whitelist, exact blacklist, or regex blacklist and assign it to your group
      8dd23e68-abac-4942-a85d-bb0433af759d-image.png

      You can use group assignment to assign your adlist.
      75545e8e-11e8-4114-a8e3-7309c2ad8f82-image.png

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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?

      https://github.com/Ylianst/MeshCentral/issues

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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
      10f60cde-c746-40ff-88fe-42c9e60aa449-image.png

      Assign the relevant permissions/rights to the Permission groups
      aca01d11-fd9d-4bcd-abb2-6f161481f111-image.png

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 1 / 1