ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Categories
    3. IT Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • dafyreD

      Windows 10 1909/2004 and Samba File Shares

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      1 Votes
      11 Posts
      799 Views
      jmooreJ

      That is weird but when things happen out of blue to win10 machines I always start with uninstalling windows updates. In my environment that is by far the number one thing that breaks things. Occasionally a user will do something but if its multiples machines, its always been windows updates here.

    • J

      Deduplication on CSV storage

      Watching Ignoring Scheduled Pinned Locked Moved
      18
      0 Votes
      18 Posts
      1k Views
      scottalanmillerS

      @dbeato said in Deduplication on CSV storage:

      @scottalanmiller said in Deduplication on CSV storage:

      @dbeato said in Deduplication on CSV storage:

      For example SQL Servers or Exchange cannot have deduplication on them

      Microsoft lists SQL Server as their prime example of "might be good for it, but you need to evaluate your use case" ...

      https://docs.microsoft.com/en-us/windows-server/storage/data-deduplication/install-enable

      Screenshot from 2020-06-25 09-15-51.png

      Well, I would say this is the part with Hyper-V that is so ambiguous
      16760424-62d6-4179-b5c1-c09a070c276d-image.png

      It's not, it can't be. VDI has massive overlap and can use more aggressive deduplication, but that's all. Dedupe by definition is either always safe, or never safe. There cannot be an inbetween. Not when it runs below the filesystem.

      Hyper-V support and safety is never in question. Only Hyper-V for VDI has a specialized tuning option.

    • GreyG

      Powershell Script Repetitive Process

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      0 Votes
      9 Posts
      457 Views
      ObsolesceO

      @Grey said in Powershell Script Repetitive Process:

      @Obsolesce said in Powershell Script Repetitive Process:

      @Grey said in Powershell Script Repetitive Process:

      @Obsolesce said in Powershell Script Repetitive Process:

      Here's an example:

      68d9f205-5903-416c-a32d-3a0d2a4c536c-image.png

      Neat. How would I call call that function from within the script itself; just & do-function?

      The same way I did on line 24.

      Ok, I have to test this.

      I just noticed, that on line 16, the $timeDate... variable is supposed to be $Something

      I did it too quick and didn't catch it when I put it in at the end.

    • JaredBuschJ

      Has anyone setup an API for an internal application

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved api rest api
      34
      3 Votes
      34 Posts
      5k Views
      matteo nunziatiM

      @stacksofplates yup! One of the few using golang 😀
      I've enjoyed it too once!

    • JaredBuschJ

      Monitor Trunk Failures in FreePBX

      Watching Ignoring Scheduled Pinned Locked Moved freepbx scripting
      4
      4 Votes
      4 Posts
      2k Views
      NashBrydgesN

      This is going to save me time. Was just starting to look at this.

    • JaredBuschJ

      bash script help splitting string

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved bash scripting arrays
      3
      0 Votes
      3 Posts
      775 Views
      JaredBuschJ

      @matteo-nunziati said in bash script help splitting string:

      try this:

      # initializing agi variables declare -a array while read -e ARG && [ "$ARG" ] ; do array=(` echo "$ARG" | sed -e 's/://'`) export ${array[0]}=${array[@]:1} #next added line for debug only. comment this out in prod. echo "${array[0]}=${array[@]:1}" done

      if you want to "slice" an array use the syntax: ${array[@]:from:to}, not providing the 'to' arg means go up to the end of array.
      source here.

      Almost right. Because of the export command parsing spaces, I needed to stick it in a variable first.

      # Variable to hold the details for the log file DUMPARG=" Begin Argument dump:\n" # Create an Array to hold the results of the loop declare -a array # Loop through the AGI variables while read -e ARG && [ "$ARG" ] ; do # Dump them into an array, after removing the : array=(` echo $ARG | sed -e 's/://'`) # take the array and create a variable from the first element put the rest as the value # value must be put into a holding variable to parse correctly by the export command val=${array[@]:1} export ${array[0]}="$val" # Dump them into a string for the log file DUMPARG="$DUMPARG $ARG\n" done
    • IRJI

      AWS/ Azure Cheat Sheet

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      2 Votes
      3 Posts
      302 Views
      black3dynamiteB

      Bookmarked

    • gjacobseG

      Vultr Mobile App

      Watching Ignoring Scheduled Pinned Locked Moved Solved vultr vulture ios apps
      20
      0 Votes
      20 Posts
      2k Views
      scottalanmillerS

      @gjacobse said in Vultr Mobile App:

      I can update, even rescan the files to update the file dB all from ssh- which I do via Termius.

      These aren't things that the app would allow anyway. It's a Vultr app, not an SSH app.

    • WrCombsW

      Printer keeps reinstalling?

      Watching Ignoring Scheduled Pinned Locked Moved wrcombs printer bs customer sites kvm
      9
      0 Votes
      9 Posts
      737 Views
      black3dynamiteB

      Since you are connected to the printer via USB. Disable plug and play. And then delete all those extra printers.

    • gjacobseG

      NC: Ubuntu 18.04 to 20.04 error

      Watching Ignoring Scheduled Pinned Locked Moved Solved ubuntu 18.04 ubuntu 20.04 nextcloud upgrade
      8
      0 Votes
      8 Posts
      865 Views
      gjacobseG

      Turns out I had a snapshot, restoring it and then regrouping...

    • S

      Looking to Buy a SAN

      Watching Ignoring Scheduled Pinned Locked Moved
      170
      1 Votes
      170 Posts
      25k Views
      DashrenderD

      @stacksofplates said in Looking to Buy a SAN:

      I went to a Dr's office before my surgery and the hospital has a giant network where they can give you results and everything through their app/web portal.

      We have that too. Our results and your records are available in our patient portal - a website, no app at this time.

      The dr I went to literally said "oh we don't use apps here" and they required the hospital to fax them the information. It took like 3 weeks to get the info to them because they kept screwing up. There may be people out there that like the offices that are like that but I'm definitely not one of them.

      We're not that bad, no where near. We have access to a local system called NeHII - it's a health interchange between all Nebraska hospital system - and it's an opt-out system for the patients (and you're barely made aware of it when visiting a hospital or any affiliated clinical office).
      Additionally, since my providers have privileges to almost all of the local health systems around town, our staff have direct access to those medical records systems to pull data without needing to make a request and waiting on whatever form of data transfer might happen. Of course, that said, the data is typically extracted as a PDF and uploaded as such to our EHR, so no discreet data, but at least we generally have fast access to it.

    • AdamFA

      Web filtering for SMB

      Watching Ignoring Scheduled Pinned Locked Moved
      17
      1 Votes
      17 Posts
      1k Views
      scottalanmillerS

      @dbeato said in Web filtering for SMB:

      I have continued to use Untangle, Pi-Hole and Yes NGFW as well. So it depends what you want to use, if DNS you know people can circumvent them outright but it is all up to you.

      He said his goal was accidents. DNS filtering is perfect for accidents.

    • B

      Cell signal boost in area with limited connectivity ...

      Watching Ignoring Scheduled Pinned Locked Moved cell cellular cellular carrier
      11
      0 Votes
      11 Posts
      2k Views
      scottalanmillerS

      I know this is the "don't do this but do something else" answer, but just in case you've not thought of it, some places use satellite phones for this purpose.

    • scottalanmillerS

      ZFS is Perfectly Safe on Hardware RAID

      Watching Ignoring Scheduled Pinned Locked Moved raid zfs solaris openzfs bsd freebsd ubuntu unix linux filesystems hardware raid freenas trueos truenas storage
      44
      7 Votes
      44 Posts
      30k Views
      scottalanmillerS

      @tjatwood109 said in ZFS is Perfectly Safe on Hardware RAID:

      @scottalanmiller

      Thanks - I will proceed without using ZFS - I prefer hardware RAID.

      Tim

      ZFS is perfectly fine with hardware RAID, if you like ZFS' features otherwise (like zsend is nice) then there's no reason to avoid it. If you don't plan to use any unique features, then XFS is my "go to" choice by default. Very fast, very stable.

    • AdamFA

      Remote Access for home user

      Watching Ignoring Scheduled Pinned Locked Moved remote access
      9
      0 Votes
      9 Posts
      1k Views
      M

      @Dashrender said in Remote Access for home user:

      @manxam said in Remote Access for home user:

      @fuznutz04 : Keep an eye out for the "hidden" hibernate that doesn't show up under "Plan settings" (only sleep and display). I've seen multiple systems that have "Hibernate after" configured under "Sleep" in the advanced settings as default.

      There's also the problem where some systems become broken and once a system goes to sleep, it will continue going to sleep no matter what after something like 2 mins of non use. Rebooting fixes it, until it goes to sleep again... there is a fix somewhere in these threads too, reg fix.

      Hahah, yeah. I was part of that thread too having been bit by it myself. Thankfully I haven't seen that behaviour in over a year.
      Your thread : https://mangolassi.it/topic/18166/windows-10-goes-to-sleep-outside-listed-sleep-times
      My thread : https://mangolassi.it/topic/17731/windows-10-ignoring-display-sleep-inactivity-settings

    • scottalanmillerS

      Error connecting to IVLS Proxy: Socket Error Connection Refused

      Watching Ignoring Scheduled Pinned Locked Moved avimark idexx impromed ivls cornerstone
      3
      4 Votes
      3 Posts
      3k Views
      brianwinkelmannB

      Oh Cool! Thanks Scott!

    • J

      This topic is deleted!

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      2 Views
      No one has replied
    • GreyG

      VMWare datastore files in use

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      1 Votes
      3 Posts
      247 Views
      GreyG

      @black3dynamite said in VMWare datastore files in use:

      https://community.spiceworks.com/topic/579902-vmware-unable-to-delete-datastore-because-it-s-in-use
      http://tomaskalabis.com/wordpress/vmware-cant-unmountremove-datastore-in-use-or-file-system-is-busy/

      Thank you. I hadn't thought to check the logs, which the Spiceworks link mentions.

    • AdamFA

      Windows Domain join issue

      Watching Ignoring Scheduled Pinned Locked Moved domain
      28
      0 Votes
      28 Posts
      12k Views
      AdamFA

      OK, we have success!

      Steps to resolve:

      On the DC I was having issues with at the main site, I stopped the KDC Service (Kerberos Key Distribution Center Service)

      Then I ran this:

      NETDOM RESETPWD /Server: <Domain Controller Name> /UserD:<Domain Admin Username> /PasswordD:<Domain Admin Password> Rebooted the server.

      After this, all of the strange event viewer errors in the DNS log, AD log, etc were gone. I can now successfully replicate across sites as well as join PCs to the domain. I'm not sure why this happened in the first place, but this fixed it.

      Thanks for all the help!

    • JaredBuschJ

      Install Zabbix on CentOS 7

      Watching Ignoring Scheduled Pinned Locked Moved how to zabbix zabbix 3.0 zabbix server centos 7 centos
      51
      6 Votes
      51 Posts
      14k Views
      openitO

      @hobbit666 said in Install Zabbix on CentOS 7:

      @VoIP_n00b said in Install Zabbix on CentOS 7:

      https://computingforgeeks.com/how-to-install-zabbix-server-on-rhel-8-centos-8/

      Followed that yesterday and all went OK

      Thanks for feedback!

    • 1
    • 2
    • 75
    • 76
    • 77
    • 78
    • 79
    • 698
    • 699
    • 77 / 699