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: What does your desk look like?

      IMG_0565.JPG

      IDASEN Desk sit/stand
      https://www.ikea.com/us/en/p/idasen-desk-sit-stand-black-dark-gray-s79280998/

      Dell Ultrasharp U2719DX 27-Inch WQHD 2560x1440 Resolution IPS Monitor with Infinity Edge Bezels, Black
      https://www.amazon.com/Dell-Ultrasharp-U2719DX-2560x1440-Resolution/dp/B07KGR784M

      Logitech K845 Mechanical Illuminated
      https://www.logitech.com/en-us/product/k845-mechanical-illuminated

      Logitech M500s Advanced Cored Mouse
      https://www.logitech.com/en-us/product/corded-mouse-m500s

      posted in Water Closet
      black3dynamiteB
      black3dynamite
    • RE: Easy to manage KVM host setup

      Use Fedora Server instead of CentOS for your KVM host.

      Cockpit is capable of managing virtual machines.

      sudo dnf install cockpit cockpit-machines
      sudo systemctl enable --now cockpit.socket
      sudo firewall-cmd --permanent --add-service=cockpit
      sudo firewall-cmd --reload
      
      https://ip-address:9090/
      
      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Testing oVirt...

      @francesco-provino said in Testing oVirt...:

      Any real advantage vs plain KVM?

      oVirt is more in line with RHEV. If all you want to do is run VMs, a plain KVM setup is a simple.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Windows NT Release History

      @travisdh1 said in Windows NT Release History:

      @brrabill said in Windows NT Release History:

      @scottalanmiller said in Windows NT Release History:

      Right, I wanted something that shows a far more complete picture. Once you have it all together, it is so much easier to visualize how far away something like XP is from today's releases.

      Still love XP. 🙂

      My favorite Windows out of all of them was 2000. All the good stuff from NT4, without the boot drive limitation, which actually did bite a colleague once.

      The classic destop theme was my favorite when using XP, Vista and 7.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Virt Viewer on Windows connection issues

      For the VMs you want to access using virt-viewer, change Address from localhost only to All interfaces.
      You might have to configure your firewall to allow access for port 5900 and higher.

      0_1533835536587_998710f5-36f0-4940-bd2e-34403a7799ae-image.png

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Best tool for p2v in this day and age?

      disk2vhd

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Enterprise password management

      From Bitwarden when creating a new organization, you have four plans.
      Free, Families, and the following plans that could work for you:
      0_1537937461544_Screen Shot 2018-09-25 at 10.48.21 PM.png

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Fedora 29 Apache HTTPD Keeps Adding ssl.conf

      Since you are using Nginx for SSL, uninstall mod_ssl?

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: SaltStack - Viewing output

      Once a while I use this command for space usage on Windows machines.

      sudo salt -G os:Windows disk.usage > windows_disk_usage.txt

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: How do you find dhcp servers on network?

      Another option using nmap.
      The following scans can take awhile since no targets (hosts) were specified.

      Scan 10.0.0.0/8
      sudo nmap -sU 10.0.0.0-254 -p 67-68

      Scan 172.16.0.0/12
      sudo nmap -sU 172.16.0.0-254 -p 67-68

      Scan 192.168.0.0/16
      sudo nmap -sU 192.168.0.0-254 -p 67-68

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Backing up Office 365

      https://www.veeam.com/backup-microsoft-office-365.html

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: How to adminstrate a handful of Windows workstations?

      @jmoore said in How to adminstrate a handful of Windows workstations?:

      I would use chocolatey and script updates/tasks into powershell script then use Windows task system to run that script every day. Use powershell remoting for anything else you don't want scripted

      And both Ansible and SaltStack have chocolatey modules too.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Run virt-manager on Windows 10

      @hobbit666 use SSH key authentication to avoid having to enter a username and password.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Comparing MeshCentral 2 to ScreenConnect

      @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

      FYI. Just published @MeshCentral v0.3.5-x with new agent installation invitation link system. You can create a time limited link and send it to users who get agent installation instructions. In agent installation page supports many OS's and tries to detect the browser's OS to be on the right starting tab (Picture below). This had been requested earlier in this thread, feedback on this appreciated.

      And yes, I do need to work on improved group management. I am certainly keeping busy.

      MC2-AgentInvitationLink.png

      Success! I use the Link Invitation to help a co-worker.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Content filtering with granular settings

      pfSense with squid and squidguard packages worked well when I last used it.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Opinions: Ansible vs. SaltStack

      @DustinB3403 said in Opinions: Ansible vs. SaltStack:

      @David_CSG said in Opinions: Ansible vs. SaltStack:

      My need is for one mgmt tool that is: Viable for Windows and Mac OS endpoint management, and for simple basic (check for and) application of system updates, both fit the bill.

      This is exactly why I am heavily testing out Ansible with @stacksofplates and @IRJ slapping me in the back of my head continuously.

      Probie!
      giphy.gif

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Where can I learn more about SSL certs?

      This is 5-part article about setting up your CA is pretty good.
      https://devcentral.f5.com/s/articles/building-an-openssl-certificate-authority-introduction-and-design-considerations-for-elliptical-curves-27720

      Blog posts on Altaro.
      https://www.altaro.com/hyper-v/public-key-infrastructure/
      https://www.altaro.com/hyper-v/wsl-offline-root-certificate-authority-windows-pki/
      https://www.altaro.com/hyper-v/windows-ssl-certificate-templates/
      https://www.altaro.com/hyper-v/request-ssl-windows-certificate-server/
      https://www.altaro.com/hyper-v/view-revoke-manually-approve-certificates/

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Are Minimal installs really better?

      @Pete-S said in Are Minimal installs really better?:

      I know if wanted to include the optional packages, I would use --with-optional

      Ahh, good to know.

      Anyway if one wanted something between minimal and fedora server but without cockpit, bluetooth and such, you could install minimal and then run dnf install @standard to get the packages from the standard group, which is most of the utilities.

      BTW, it took less than 30 seconds to download and install the standard package on my test system. It's many packages total but they are small.

      And also can do this during the software selection screen too.
      5e7cda31-27f0-4b8b-9adc-ff8f78ec9659-image.png

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Bootable Hardware Detection Tool:

      And if you are using UEFI, you're better off using XCP-ng and I also recommend using XCP-ng instead of Citrix.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: Windows Server 2016 RDS - GPO for Disabling Windows Update Notifications for Non-Admins/Users?

      @wrx7m Is that a computer configuration or user configuration policy? Try applying the rules to only non-admins groups.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 1 / 1