ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. dbeato
    3. Best
    • Profile
    • Following 70
    • Followers 8
    • Topics 74
    • Posts 6,045
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: What Are You Doing Right Now

      @gjacobse That's awesome. Proxmox and Scale use Virtio for the drives so yeah I have been looking at that.

      posted in Water Closet
      dbeatoD
      dbeato
    • RE: Server license or VDI (or possibly desktop with Desktop Windows OS)?

      To be on Microsoft Guidelines just do a Server License instead of a Desktop.
      http://download.microsoft.com/download/9/8/d/98d6a56c-4d79-40f4-8462-da3ecba2dc2c/licensing_windows_desktop_os_for_virtual_machines.pdf

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: What Are You Doing Right Now

      Working on a script to delete old profiles in Windows based on this tool
      https://rsn.home.blog/2023/02/09/ad-profile-cleanup/

      posted in Water Closet
      dbeatoD
      dbeato
    • RE: Printer suggestion

      The HP Laserjet M Series is pretty good but I have been using Brother Printers. The HL Series is what we use for Black and White. The MFC Series for MFP. Your VAR should be able to do that if not CCB or GHA Technologies would be good VAR.

      https://gha-associates.com/
      https://ccbtechnology.com/

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: Microsoft's killer Windows 7 patch: Breaks networking, flags legit PCs as 'Not genuine'

      Registry fix

      reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f
      

      https://www.computerworld.com/article/3332202/microsoft-windows/patch-tuesday-updates-for-win7-kb-4480970-and-kb-4480960-knock-out-networking.html

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: Xen Orchestra - Community Edition - Installing with Yarn

      @dave_c said in Xen Orchestra - Community Edition - Installing with Yarn:

      As it may help someone else:
      I just made a new installation of XO Community (xo-server 5.32.2, xo-web 5.32.1) and found a problem with the web interface not fully working. As I use nginx as a reverse SSL proxy and HTTP authenticator I needed a custom .config.yaml

      It happens that the included sample.config.yaml is not ready to be used (it's a sample, I get it). The mounts: section does not include the required files to be served.
      Mine, which is a default installation worked with:

        mounts:
          '/': '/opt/xen-orchestra/packages/xo-web/dist'
      

      That is on the instructions by the way
      https://xen-orchestra.com/docs/from_the_sources.html

      72c33030-26b3-4c7a-8aaf-356d6e10477a-image.png

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: Xen Orchestra - Community Edition - Installing with Yarn

      @DustinB3403 said in Xen Orchestra - Community Edition - Installing with Yarn:

      @dbeato said in Xen Orchestra - Community Edition - Installing with Yarn:

      @Danp said in Xen Orchestra - Community Edition - Installing with Yarn:

      @DustinB3403 said in Xen Orchestra - Community Edition - Installing with Yarn:

      Can you provide a link?

      It's not like their forum is so busy that you couldn't find it on your own. :face_with_stuck-out_tongue:

      https://xen-orchestra.com/forum/topic/1244/backups-failing-after-recent-update

      Having that issue for a while.

      Which issue, the backup issue or their forums activity? If the forum, I think the biggest issue is they have two distinct platforms.

      One for XO and another for XCP-ng. They need to consolidate their platforms into one and drive all of that traffic to the same place.

      Lol both, but I am more interested on the backup issue. I posted there now.

      posted in IT Discussion
      dbeatoD
      dbeato
    • Canon ScanApp Lei as a Service

      We have a customer that has an imagePROGRAF TM-300 MFP L36ei Plotter
      https://www.canon-europe.com/business-printers-and-faxes/imageprograf-tm-300-mfp-l36ei/

      It has a scanner portion that can scan to the network but it needs to be through their ScanApp Lei application.

      https://www.canon-europe.com/support/products/imageprograf/imageprograf-tm/imageprograf_tm-300_mfp_l...

      Now it is working and we need to open the application every single time the server reboots so it scans to the location of scanning the Drawings. Now, I am trying to find a way the application is opened without needed to login in order for it to work. Just trying to think outside the box as the application does not run as a service

      posted in IT Discussion canon scanapp lei plotter
      dbeatoD
      dbeato
    • RE: In home surveillance camera

      @wrx7m said in In home surveillance camera:

      Is anyone using the ubiquiti unifi video software?

      I am and I also have Wyze.

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: Am I being to over bearing? Printers

      Don't see you being over bearing at all now.

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: Downloading full Website offline

      @scottalanmiller said in Downloading full Website offline:

      I wish that we had that many topics, ha.

      #!/bin/bash
      for i in {1..2200000}
      do
        wget -mkEpnp https://community.spiceworks.com/topic/$i
      done
      

      Example for Spiceworks.

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04

      What does this command show:

      lsblk -f
      
      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: Clonezilla on UEFI enabled machines video issue

      Can you run ddrescue from another live Linux? Like Ubuntu?
      For Disk to Image

       ddrescue -f -n /dev/[baddrive] /mnt/[imagefilename].img /mnt/recovery.log
      

      For Disk to Disk

      ddrescue -f -n /dev/[baddrive] /dev/[gooddrive] /mnt/recovery.log
      
      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: Protek Support MSP Ransomware Hits Customers in Salt Lake City, Utah

      I think that if it was VPN, still bad practice to have VPN from MSP or any other systems that unprotected. MSPs should not need to have VPN to customers at all.

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: Rocket.Chat: No notifications on new message

      @dbeato said in Rocket.Chat: No notifications on new message:

      @dafyre said in Rocket.Chat: No notifications on new message:

      t installed or are you just using the browser

      I had the same problem before even with this settings but I recall @scottalanmiller saying it was fixed.

      Mine was fixed by the way.

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: Restoring Google Drive Folders Instead of Individual Files

      You can try restoring the folder from trash, that is what it allows me to do it here.
      33c8b38c-b9a8-4a3f-9163-df5243ec32cc-image.png

      https://support.google.com/drive/answer/1716222?hl=en&visit_id=636857122189648895-909067187&rd=1

      Otherwise download everything and let it sync with Google Drive from a desktop.

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: Windows 10 Allowing a Regular User to Launch One Application as Admin

      This is what I use

      https://docs.microsoft.com/en-us/windows/deployment/planning/creating-a-custom-compatibility-fix-in-compatibility-administrator

      https://blogs.technet.microsoft.com/askperf/2011/06/17/demystifying-shims-or-using-the-app-compat-toolkit-to-make-your-old-stuff-work-with-your-new-stuff/

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: Windows 10 Defender Won't Start After Malware or Ransomware

      @scottalanmiller said in Windows 10 Defender Won't Start After Malware or Ransomware:

      @dbeato said in Windows 10 Defender Won't Start After Malware or Ransomware:

      @scottalanmiller said in Windows 10 Defender Won't Start After Malware or Ransomware:

      @dbeato said in Windows 10 Defender Won't Start After Malware or Ransomware:

      @scottalanmiller said in Windows 10 Defender Won't Start After Malware or Ransomware:

      @Dashrender said in Windows 10 Defender Won't Start After Malware or Ransomware:

      @scottalanmiller said in Windows 10 Defender Won't Start After Malware or Ransomware:

      @DustinB3403 said in Windows 10 Defender Won't Start After Malware or Ransomware:

      @scottalanmiller said in Windows 10 Defender Won't Start After Malware or Ransomware:

      @DustinB3403 said in Windows 10 Defender Won't Start After Malware or Ransomware:

      I would think that Windows 10 Defender should continue working during and after malware or ransomware. Rather than just giving up and not operating.

      No application keeps working once it has been disabled.

      Nothing on the computer works if Defender is disabled? I've not seen that before.

      "Application" is the antecedent. Not "Defender."

      i.e. the ransomware disabled Defender

      Or Sophos did. Hard to tell. We saw the same disablement where there was no infection.

      What version of Sophos? and did it have Intercept X?

      Didn't check, but probably older. We were just removing it.

      I was just asking as we use Sophos and we have seen advert some ransomware or other infections pretty much all the time. So it would be cool to know which ransomware variant was causing this.

      Sophos is the primary thing causing this issue for us. It crippled Windows so that even if you removed it, other AV would keep breaking. Really makes me wary of Sophos.

      There is a removal tool for this... AV are meant to not be tampered with which is probably what Sophos did. That is one thing that Sophos does, there is no way to properly uninstall it without a tamper protection password or removal.

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: Have you looked at Itarian's (formerly Comodo) suite of tools?

      I have been using it for the last 4 years and it is my personal RMM. No calls at all for me. Sure you get them once or twice at the beginning but that’s it.

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: Have you looked at Itarian's (formerly Comodo) suite of tools?

      For the Support Portal it looks as below
      2019-03-06_0621.png
      2019-03-06_0624.png
      2019-03-06_0624_001.png
      2019-03-06_0625.png

      posted in IT Discussion
      dbeatoD
      dbeato
    • 1 / 1