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
    • brandon220B

      Nethserver - Who uses it and for which workloads?

      Watching Ignoring Scheduled Pinned Locked Moved linux nethserver
      3
      4 Votes
      3 Posts
      831 Views
      JaredBuschJ

      I have no need for it at any current client. But it is something I am well aware of as an option.

    • DustinB3403D

      Powershell create shortcut to server root share

      Watching Ignoring Scheduled Pinned Locked Moved powershell
      9
      2 Votes
      9 Posts
      894 Views
      DustinB3403D

      @jaredbusch said in Powershell create shortcut to server root share:

      @DustinB3403 what about the public desktop instead of hte user desktop?

      Then it will always be there, regardless of who logs in.

      Not a huge concern for our use cases as we usually just end up wiping a system and reloading between user changes.

      I thought about it, but it wasn't critical and as we change things around it becomes a pain to remove the old links to systems that may not exist any more.

    • M

      Can POCKETHERNET replace a FLUKE?

      Watching Ignoring Scheduled Pinned Locked Moved
      19
      0 Votes
      19 Posts
      4k Views
      scottalanmillerS

      @mrwright4hire he's alive!

    • J

      Apple macOS HD monitoring

      Watching Ignoring Scheduled Pinned Locked Moved macos mac osx zabbix nagios zenoss sodiumsuite
      10
      2 Votes
      10 Posts
      2k Views
      scottalanmillerS

      @wls-itguy said in MAC HD monitoring:

      @scottalanmiller said in MAC HD monitoring:

      @dustinb3403 said in MAC HD monitoring:

      SodiumSuite would likely be a great candidate here.

      It's silent (besides your installation) and it's free.

      Other option could be Nagios or Zabbix

      SS doesn't do email alerts (yet) 😞

      If I wasn't aware of the trouble that Macs are giving you I'd downvote this response 😉

      Ha, it's funny because it's true.

    • B

      Nextcloud large file upload issues

      Watching Ignoring Scheduled Pinned Locked Moved nextcloud
      14
      2 Votes
      14 Posts
      4k Views
      dafyreD

      I was about to report back that mine worked and send you my Nginx settings, lol.

    • scottalanmillerS

      Find Duplicate Value Entries in MongoDB Collection

      Watching Ignoring Scheduled Pinned Locked Moved mongodb nosql javascript aggregate
      2
      3 Votes
      2 Posts
      6k Views
      scottalanmillerS

      For more detail, showing the UIDs of each of the duplicates in question, try this little extension:

      db.myCollection.aggregate([ {$group: { _id: "$field_to_search", "dups": { "$push": "$_id" }, count: { $sum: 1}}}, {$match: { count: { $gt: 1 }}}])
    • bbigfordB

      Shrink VMDK - VMware

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      759 Views
      bbigfordB

      @zachary715 said in Shrink VMDK - VMware:

      Option 2 would be to migrate the VM to a different datastore with dissimilar block size and specify "Thin Provision" when moving. If you have or can create a datastore with a block size different than your current config, then you can do this without downtime.

      Funny you mention that. I had forgotten about that method until this morning. I ended up using that method on the server (after creating a datastore using NFS share on a Synology appliance), using it strictly as a backup for a couple days to make sure things are good. I'll likely not use the conversion in the future; though they both took around the same amount of time to complete, the conversion was such a pain.

    • vhinzsanchezV

      Zimbra help..multi-domain each with own external relay

      Watching Ignoring Scheduled Pinned Locked Moved
      48
      0 Votes
      48 Posts
      10k Views
      vhinzsanchezV

      @dbeato said in Zimbra help..multi-domain each with own external relay:

      limit of gmail relay sending at all.

      Hi @dbeato, thanks! No, definitely not. I've not configured relay through gmail. I'm also not hitting a limit in my smtp.domain1.com and smtp.domain2.com as we are using both in our present Zimbra install.

    • scottalanmillerS

      PDF Editor Alternatives, Preferably Open Source

      Watching Ignoring Scheduled Pinned Locked Moved pdf open source
      64
      1 Votes
      64 Posts
      9k Views
      bbigfordB

      Free, but not sure about open source... LibreOffice Draw works well. Inkscape is worth checking out; typically a vector graphics tool, but also has some PDF editing capabilities.

      I've used Foxit PhantomPDF across a few clients, and have had some issues with the driver just randomly experiencing issues when trying to print to PDF or to a printer. So, just a heads up. But their price is very attractive. As @JaredBusch also pointed out, PDf Element is a good alternative at a slightly lower cost than Foxit PhantomPDF (roughly $30).

    • zachary715Z

      Multiple NVR/VMS on Same Server

      Watching Ignoring Scheduled Pinned Locked Moved unifi video camera nvr vms
      8
      1 Votes
      8 Posts
      2k Views
      T

      @scottalanmiller that's exactly I was trying to point out. Storage for the camera footage is important not just in terms of available space. There may be a case where the OP would need to directly access his recordings in case of emergency to provide them to the authorities when the host is no longer available (stolen) or damaged. Having them stored on a separate NAS inside a shared folder would certainly make the above job easier. Having said that, this can also be done by simply backing up the video files elsewhere or syncing them offsite.

    • LakshmanaL

      Linux Background Service

      Watching Ignoring Scheduled Pinned Locked Moved linux
      7
      1 Votes
      7 Posts
      606 Views
      StrongBadS

      Have you checked the logs to see what Snap activity there has been? Any idea when these first appeared?

    • bbigfordB

      VPN and Exchange

      Watching Ignoring Scheduled Pinned Locked Moved
      21
      0 Votes
      21 Posts
      1k Views
      dbeatoD

      @bbigford said in VPN and Exchange:

      @jaredbusch said in VPN and Exchange:

      @bbigford you are totally overthinking this.

      They obviously have on site Exhange. That will require some kind of DNS entry for OWA and OA to work.

      They chose to use exchange.domain.com, this is perfectly normal.

      They only have a single IP, or only have their router configured to use a single IP. This is also very common.

      Then someone wants to use a VPN. They enable it in the firewall, or whatever device, and just use the existing FQDN that resolves to the site IP.

      This is also perfectly normal and 100% ok.

      Could they have added a CNAME, such as vpn.domain.com? Sure, but there is no technical reason to do so.

      I don't think they have web services, but if they were to, those wouldn't be able to use 443 I'm guessing since that port is already forwarded. I am definitely overthinking that one.

      L2TP VPN does not need port 443.

    • J

      365 migration tools?

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      1 Votes
      7 Posts
      1k Views
      bbigfordB

      I've tried the built in, I still cannot find anything that compares to BitTitan Migration Wizard. The cost is about $10-15/user but totally worth it.

    • JaredBuschJ

      Windows 10 Hyper-V Manager unable to connect to Server 2012 R2

      Watching Ignoring Scheduled Pinned Locked Moved Solved windows server 2012 r2 hyper-v 2012 r2 windows 10 hyper-v manager
      5
      3 Votes
      5 Posts
      4k Views
      JaredBuschJ

      @dbeato said in Windows 10 Hyper-V Manager unable to connect to Server 2012 R2:

      @jaredbusch said in Windows 10 Hyper-V Manager unable to connect to Server 2012 R2:

      , in an elevated command prompt you run this.
      MOFCOMP %SYSTEMROOT%\System32\WindowsVirtualization.V2.

      Interesting, that was the issue you were having last week right?

      Nope. Different client.

      That location is a firewall issue.

    • scottalanmillerS

      Bodhi Linux

      Watching Ignoring Scheduled Pinned Locked Moved linux bodhi e17 linux desktop scale scale hc3
      7
      2 Votes
      7 Posts
      2k Views
      Reid CooperR

      Doesn't look bad. What kind of RAM utilization does it have?

    • JaredBuschJ

      How can I check last login on a Win 10 Desktop

      Watching Ignoring Scheduled Pinned Locked Moved windows windows 10 audit login
      6
      0 Votes
      6 Posts
      1k Views
      JaredBuschJ

      I just manually looked for events 7001 and 7002. got the job done.

    • scottalanmillerS

      Installing RocketChat on Ubuntu 16.10 with Snaps

      Watching Ignoring Scheduled Pinned Locked Moved ubuntu ubuntu 16.10 nginx rocketchat snaps
      21
      4 Votes
      21 Posts
      8k Views
      scottalanmillerS

      I've moved to deploying on Fedora now myself, as well.

    • bbigfordB

      Synology NAS - Can't delete

      Watching Ignoring Scheduled Pinned Locked Moved veeam synology nas
      23
      1 Votes
      23 Posts
      4k Views
      bbigfordB

      @dbeato said in Synology NAS - Can't delete:

      @bbigford said in Synology NAS - Can't delete:

      @dbeato said in Synology NAS - Can't delete:

      As an aside question, do you have it that it recycles the storage after certain time with Synology to Synology backuP?

      What do you mean recycles? It's not doing an offsite move-delete if that's what you mean, it's copying it in case either building is lost. Maybe I don't understand the question.

      So when I setup the backup between Synology devices, I make sure that after a certain time/age the backup device deletes the older snapshots/backups.

      Ah, got it. What are you using for backup software that you'd rather your backup software not delete it? Also, are you using Synology CLI for that? I don't know that I've noticed that option in the GUI as part of the task creation.

    • MattSpellerM

      What to do with a bunch of 128GB M2 SSD

      Watching Ignoring Scheduled Pinned Locked Moved
      17
      2 Votes
      17 Posts
      2k Views
      MattSpellerM

      @irj said in What to do with a bunch of 128GB M2 SSD:

      @smitherick said in What to do with a bunch of 128GB M2 SSD:

      I have a few crypto rigs that I could use some of these for 🙂

      How long does it take you to pay for the difference of drive with voltage savings. I think that is a myth especially considering how unprofitable mining has become.

      If you're worried about the cost of electricity in your mining rig, you need to quit or upgrade it.

    • JaredBuschJ

      Setting up a Cinnamon based Fedora Desktop

      Watching Ignoring Scheduled Pinned Locked Moved how to guide real instructions fedora cinnamon fedora 27 fedora workstation desktop
      7
      4 Votes
      7 Posts
      2k Views
      JaredBuschJ

      Well crap, I never added pictures to step 2.
      I will try to get to that later this afternoon.

    • 1
    • 2
    • 239
    • 240
    • 241
    • 242
    • 243
    • 698
    • 699
    • 241 / 699