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

      Strange error copying files from FTP server

      Watching Ignoring Scheduled Pinned Locked Moved ftp windows explorer filezilla whycantisuggestworkingsolutions
      2
      2 Votes
      2 Posts
      516 Views
      DustinB3403D

      I'd just fire the customer if they are unable to listen to sound practices.

    • JaredBuschJ

      Setting up FusionPBX

      Watching Ignoring Scheduled Pinned Locked Moved fusionpbx freeswitch
      34
      3 Votes
      34 Posts
      8k Views
      M

      @markjcrane said in Setting up FusionPBX:

      Debian 9

      Thought I should give an update.

      FreeSWITCH 1.8 officially supports Debian 9. FusionPBX install script shown on the downloads page for FusionPBX website will install Debian 9 (stretch). Also a few days ago I spent some time helping someone get it working on Raspberry Pi Raspbian based on Debian 9 stretch. We ran the FusionPBX install script will work fine for Raspberry Pi 3 Model b.

    • A

      PiHole - Nginx Reverse Proxy

      Watching Ignoring Scheduled Pinned Locked Moved
      16
      0 Votes
      16 Posts
      6k Views
      A

      @travisdh1 Interesting, so it is working.

      That's correct the pointed to /admin

    • TJIRLT

      Favorite Offline Antivirus / Malware / Rescue Disk

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      1 Votes
      7 Posts
      648 Views
      travisdh1T

      @dafyre said in Favorite Offline Antivirus / Malware / Rescue Disk:

      @travisdh1 said in Favorite Offline Antivirus / Malware / Rescue Disk:

      @black3dynamite said in Favorite Offline Antivirus / Malware / Rescue Disk:

      Linux Distros! :face_with_stuck-out_tongue_winking_eye:

      Sadly, that's not the magical security blanket people assume, as I'm sure you already know.

      True, but Linux + ClamAV = sometimes helpful.

      I'd rather BitDefender or Kaspersky's over ClamAV though.

      Edit: I actually quit using Offline ones because the last 3 times, I wound up with unbootable machines afterwards.

      Yeah, if a system file got infected and cleaned, it does put a damper on operating correctly.

    • DashrenderD

      Website not working - looking to troubleshoot

      Watching Ignoring Scheduled Pinned Locked Moved
      23
      1 Votes
      23 Posts
      1k Views
      black3dynamiteB

      On Windows, there's a nice simple application call WinMTR that combines traceroute and ping tools.
      Its available via chocolatey too.
      choco install winmtr-redux

    • scottalanmillerS

      List All Installed Packages with Chocolatey

      Watching Ignoring Scheduled Pinned Locked Moved chocolatey windows windows 10 package manager
      7
      5 Votes
      7 Posts
      12k Views
      Reid CooperR

      Using noop would be useful when you are checking on the status of a machine that you don't necessarily manage.

    • wirestyle22W

      Deleting A single e-mail from all e-mail accounts in Exchange 2013 via EMC

      Watching Ignoring Scheduled Pinned Locked Moved exchange 2013
      12
      1 Votes
      12 Posts
      998 Views
      dbeatoD

      @wirestyle22 said in Deleting A single e-mail from all e-mail accounts in Exchange 2013 via EMC:

      @dbeato said in Deleting A single e-mail from all e-mail accounts in Exchange 2013 via EMC:

      'Subject:"Random characters* other stuff"'

      so this?

      'Subject:"*other stuff"'

      Correct. DO a search first and see the results and then proceed to deletion.

    • J

      This topic is deleted!

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

      Getting Started with Chocolatey

      Watching Ignoring Scheduled Pinned Locked Moved chocolatey windows
      10
      3 Votes
      10 Posts
      2k Views
      scottalanmillerS

      @black3dynamite said in Getting Started with Chocolatey:

      With most recent PowerShell version, is this a newer way of installing chocolatey?
      https://chocolatey.org/install#install-from-powershell-v3
      Set-ExecutionPolicy Bypass -Scope Process -Force; iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex

      Nothing officially listed yet.

    • A

      NGINX Reverse Proxy with Mozilla SSL Conf

      Watching Ignoring Scheduled Pinned Locked Moved
      19
      0 Votes
      19 Posts
      2k Views
      wirestyle22W

      @aaronstuder what do you learn from this?

      Post 1: What is this config? --edited and corrected
      Post 2: deleted
      Post 3: deleted
      Post 4: Working!

    • J

      Tunnel Interface with two Sonicwalls and three subnets.

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      2 Votes
      9 Posts
      712 Views
      PhlipElderP

      @JasGOt said in Tunnel Interface with two Sonicwalls and three subnets.:

      @PhlipElder said in Tunnel Interface with two Sonicwalls and three subnets.:

      What we do:

      Plug the server into a small 5-Port or 8-Port Gigabit switch.

      We have a dedicated bench SonicWALL that is used to isolate the bench network then each LAN port on the unit is configured with its own subnet/gateway with a DENY between all.

      The above switch is plugged in to one port on the SW. A Site-to-Site (S2S) tunnel is created to the client's site.

      The VMs are stood up leaving the host in workgroup mode pulling a DHCP address that can be set to DHCP Reserved if need-be for longer bench duration.

      All Roles and Features are set up and LoBs are installed and configured.

      When it comes time to deliver we delete the S2S on both client and bench SWs.

      Deliver the host. We always have a RMM/iDRAC Enterprise installed with DHCP enabled. That way we virtually never run into a problem on-site. Worse gets to worst a monitor and keyboard are available. 🙂

      Once the host is configured on the production network we flip the IP on the DC VM and IPConfig /RegisterDNS then verify AD, DNS, ETC.

      From there it's migrate ...

      Okay. You do exactly what we do. Almost. Your outline above is describing what I am trying to streamline so it can be done over and over with different client sites with little to no effort. The one difference is that we use Robocopy to migrate all the data (over the tunnel) ahead of time (last week we pulled over 200TB of data over a tunnel in advance, it was sweet!), and then when we arrive on site (since it's all the same subnet), we run our script one last time to catch any new/modified files that showed up in the hours before final migration; this takes minutes.....

      We even setup the new domain (when needed; I hate .local domains) with DHCP turned off, in our office before hand. It works a treat.

      I spent time last night reading about EoIP with Mikrotik. It is exactly what I want, but I couldn't find any docs on setting it up with both Microtiks behind NAT devices. I'm still looking.

      We do a .VHDX restore of their backup to the newly stood up VM what hosts their files and folders. That way there's no permissions issues. Final sync is done using BeyondCompare.

    • scottalanmillerS

      Atom Editor and IDE

      Watching Ignoring Scheduled Pinned Locked Moved atom ide text editor
      10
      0 Votes
      10 Posts
      3k Views
      scottalanmillerS

      @clod said in Atom Editor and IDE:

      My choice is CodeLobster IDE
      It works best for projects that use some framework.

      I don't know that one, checking it out. You need to note that you work at CodeLobster, though.

    • JaredBuschJ

      Vultr Instance options growing

      Watching Ignoring Scheduled Pinned Locked Moved vultr
      13
      3 Votes
      13 Posts
      1k Views
      scottalanmillerS

      @aaronstuder said in Vultr Instance options growing:

      How can you be sold out of Windows?

      0_1541469819516_54438dc1-b95a-4406-a24b-7c883e6f623c-image.png

      Almost certainly it is limited to certain hardware instances.

    • scottalanmillerS

      ScreenConnect for ChromeOS

      Watching Ignoring Scheduled Pinned Locked Moved screenconnect chromeos linux google chrome
      16
      6 Votes
      16 Posts
      4k Views
      scottalanmillerS

      @doug said in ScreenConnect for ChromeOS:

      @scottalanmiller said in ScreenConnect for ChromeOS:

      Google Management Console

      Are you referring to https://chrome.google.com/remotedesktop
      ?

      No, that's just a desktop remoting system. We're talking about a management platform. More like MDM. Not remote assistance.

    • Mike DavisM

      Daisy Chain Ubiquiti AC Pros?

      Watching Ignoring Scheduled Pinned Locked Moved ubnt wifi access point ubiquiti wireless ap networking
      75
      0 Votes
      75 Posts
      10k Views
      JaredBuschJ

      @Mike-Davis said in daisy chain Ubiquiti AC Pros?:

      @DustinB3403 said in daisy chain Ubiquiti AC Pros?:

      This is why you don't use pre-made cables.

      What does it cost to have fiber terminated? $150/hr? Since this is in the mountains, I'm guessing the nearest city is 1.5 hours away, so drive time on top of that. I'm just guessing at the labor since I haven't ever had it quoted.

      Right, so if oyu are confident that premade will pull in quantiy, then by all means go with it.

      The good thing about fiber, is that it doesn't matter if you coil up the left over.

    • scottalanmillerS

      BookStack Organization

      Watching Ignoring Scheduled Pinned Locked Moved wiki documentation bookstack
      9
      2 Votes
      9 Posts
      1k Views
      A

      BookStack is now supported on LXQ for easy deployment

    • gjacobseG

      Win10 vs Fedora 28: Boot speed

      Watching Ignoring Scheduled Pinned Locked Moved windows 10 fedora fedora 28 fedora28 performance performance issues performance metrics
      26
      0 Votes
      26 Posts
      4k Views
      jmooreJ

      @scottalanmiller I wasn't referring to sleep mode. Windows use to have varying degrees of shutdown, I'm pretty sure it still does.

    • A

      Visual Studio Code - Git Integration

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      1 Votes
      12 Posts
      957 Views
      A

      @Obsolesce Thanks! 🙂

    • JaredBuschJ

      How can I watch all outbound connections from a browser

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      2 Votes
      11 Posts
      684 Views
      P

      IPvFoo link for Firefox

    • bbigfordB

      Can You Resell Without Being Influenced

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      0 Votes
      11 Posts
      841 Views
      scottalanmillerS

      @Dashrender said in Can You Resell Without Being Influenced:

      @Obsolesce said in Can You Resell Without Being Influenced:

      I hate this so much... mostly because I have no say in things between the reseller and my boss when it has to do with products or services I'm not much involved in, but still effected by it. By the time my opinion on said product or service is asked for, the decision has pretty much already been made and discussed.

      which makes them the head of IT - just remind them of that.

      Yup, refer to them as the CIO, or the "IT lead", or whatever descriptive title hits home that they are responsible for the IT decisions and failures.

    • 1
    • 2
    • 184
    • 185
    • 186
    • 187
    • 188
    • 698
    • 699
    • 186 / 699