ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. how-to
    Log in to post
    • All categories
    • AmbarishrhA

      Microsoft Defender Training Series Part 5: New unified Security Portal

      Watching Ignoring Scheduled Pinned Locked Moved Self Promotion microsoft defender atp mdatp security.microsoft.com defender for endpoint microsoft security how-to training video training
      3
      1 Votes
      3 Posts
      859 Views
      AmbarishrhA

      @scottalanmiller Thank you! 🙂

    • AmbarishrhA

      Solved: Intune enrolled iOS device native contact sync issues with Outlook/Exchange Online

      Watching Ignoring Scheduled Pinned Locked Moved Self Promotion intune mem microsoft endpoint manager msintune intunemem outlook contactsync ios apple solved how-to
      1
      2 Votes
      1 Posts
      737 Views
      No one has replied
    • WrCombsW

      what is automation? How does it work?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wrcombs automation how-to
      15
      0 Votes
      15 Posts
      1k Views
      DashrenderD

      @WrCombs said in what is automation? How does it work?:

      @scottalanmiller said in what is automation? How does it work?:

      @WrCombs said in what is automation? How does it work?:

      @Dashrender said in what is automation? How does it work?:

      There are multiple ways to get automation. Simplest might be to write a script that copies files and execute that script using Task Scheduler (a windows service that allows you to execute tasks based upon a specific schedule).

      Thanks - Got more information now:
      I need to be able to automatically send a folder to compressed zip.
      Then automate the import and publish.

      The more information I get the more confused I become about all of this.

      The first step to automating a task is defining how you would do it manually. Start there. That doesn't mean the automation will just copy that, but it helps to understand what you are doing today, before you figure out how to do it automatically tomorrow.

      Do it here?
      I mean, That's fine with me.

      I would make a new thread about that specific task, and you could toss a link in here to that.

    • ObsolesceO

      Installing Fedora 27 LAMP Stack plus WordPress and SSL

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora 27 wordpress lamp how-to
      24
      2 Votes
      24 Posts
      5k Views
      ObsolesceO

      @bnrstnr said in Installing Fedora 27 LAMP Stack plus WordPress and SSL:

      @tim_g said in Installing Fedora 27 LAMP Stack plus WordPress and SSL:

      Create a new secure SSH key:
      ssh-keygen -t rsa -b 4096 -C "root-webserv1-key"

      Hit enter for default location and name.
      Hit enter again to skip passphrase creation.
      Now you should SSH to server to continue.

      Does this step disable normal logins or change anything at all? After my first restart my root password isn't working.

      This only generates a new certificate and does not do anything else. If your root password is not working, maybe you are typing it in incorrectly, or it's something else entirely, as what @NashBrydges is referring to. If you are using Putty, perhaps it's caching the old public key.

    • ObsolesceO

      How To: Install and configure SaltStack with GitLab

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion how-to saltstack salt master salt minion gitlab
      6
      4 Votes
      6 Posts
      3k Views
      AdamFA

      So forget my comments. It turned out maybe your instructions are fine. (Maybe, maybe not. I don't know, but will reinstall using your instructions again just to verify.) My problem was that I was opening up the firewall ports in the wrong zone. The default Install I used made only 1 zone on the master called "FedoraServer." Opening ports on this zone solved the issue. See this post from this morning: https://mangolassi.it/topic/15620/salt-stack-communication-issues/2

    • NashBrydgesN

      Install Alfresco Community Edition On Ubuntu 17.04

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion how-to alfresco nginx
      7
      3 Votes
      7 Posts
      6k Views
      stacksofplatesS

      @scottalanmiller said in Install Alfresco Community Edition On Ubuntu 17.04:

      @stacksofplates said in Install Alfresco Community Edition On Ubuntu 17.04:

      @scottalanmiller said in Install Alfresco Community Edition On Ubuntu 17.04:

      @nashbrydges said in Install Alfresco Community Edition On Ubuntu 17.04:

      @scottalanmiller Just testing it out for now but so far so good. I had a client ask me for a good document management solution that wouldn't break the bank and could be hosted locally so I immediately thought of this. I've given him access to see if this could work and from the sounds of his feedback, he might want it setup.

      Cool, would be good to see some threads on it. Been so long since I've used it.

      I use the hosted one. They gave you 10GB for free. Idk if they still do that or not.

      I didn't even know that they did hosted.

      Ya the free one didn't seem advertised much. I'll have to see if I can find a sign up link again.

    • EddieJenningsE

      OpenSSL CSR with Subject Alternative Name

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion openssl how-to san subject alternative name csr pki certificates ssl tls
      5
      1 Votes
      5 Posts
      3k Views
      EddieJenningsE

      @JaredBusch said in OpenSSL CSR with Subject Alternative Name:

      @EddieJennings said in OpenSSL CSR with Subject Alternative Name:

      @JaredBusch Correct. The "ye olde way" is how I've typically made a CSR and private key. The link I included talks about making a configuration file, which allows you to include SAN in your CSR.

      Ah, did not read the link. Yes, using a config file is the only method to get any SAN on a cert with OpenSSL.

      And after re-reading my post, I realized how terrible it was :(. I was hoping to find a one liner kind of thing, but alas. That particular article made it clear how to do it.

    • matteo nunziatiM

      installing hyper-v server 2016 on dl380g9 microSD storage

      Watching Ignoring Scheduled Pinned Locked Moved Reviews how-to hpe hyper-v server 2016
      3
      5 Votes
      3 Posts
      2k Views
      JaredBuschJ

      From a high level it reads simpler than what had to be done with Server 2012 R2.

      Still not sure I would use it in production though.

    • Mike DavisM

      how to copy a VM from ESXi free to new host w/scp and spaces in filename

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion how to how-to howto vmware esxi
      7
      4 Votes
      7 Posts
      8k Views
      Mike DavisM

      Not sure, and I'm not going to power up the old system to find out. New one is running fine. If I ever run in to a situation like that again, there are a lot more checks I would do.

    • JaredBuschJ

      Installing NodeBB with Mongo on CentOS 7

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nodebb centos 7 centos how-to nodebb 1.4
      16
      6 Votes
      16 Posts
      8k Views
      black3dynamiteB

      @jaredbusch said in Installing NodeBB with Mongo on CentOS 7:

      @jaredbusch said in Installing NodeBB with Mongo on CentOS 7:

      Guess I should update this one of these days

      Wow.. I need to write an updated guide...

      Just remember mongodb and nodejs can be installed natively on Fedora.
      https://developer.fedoraproject.org/tech/database/mongodb/about.html
      https://developer.fedoraproject.org/tech/languages/nodejs/nodejs.html

    • stacksofplatesS

      KVM Console Access

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion kvm linux virtualization how-to
      2
      2 Votes
      2 Posts
      805 Views
      mlnewsM

      thanks!

    • stacksofplatesS

      KVM Backups - DO NOT USE

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux kvm hypervisor how-to backups
      35
      2 Votes
      35 Posts
      12k Views
      KOOLERK

      @Dashrender said in KVM Backups:

      You're right.. I have to keep reminding myself of that. But SMB's don't want to be chasing down dozens of little pieces all over the place to make these pieces work.

      It's one thing or a larger company to have a team who's job it is to do just that - Scott's been talking about using Xen for decade plus. I have to assume that Scott the one man who is equal to nearly 10 normal mortals, has managed to collect and put together all of those parts.

      The simplicity of XS and XO are what really give Xen any teeth in the SMB market, a la Windows style, everything in one place.

      The bad thing about these groupings though, as we found out with the use of VHDs in XS, are the limitations those packages place upon us.

      This is exactly correct. They want some hardware on-site (if they can't move to public cloud for some good reason) and they want somebody who owns the hardware also babysit it. Playing LEGO game with hardware and software isn't what most of the people can do EASILY (and one of the proves I'm right is why products like vRanger and AppAss still exist).

    • DustinB3403D

      O365 - Room Resource - Calendar Event

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion how-to how to
      6
      1 Votes
      6 Posts
      1k Views
      DashrenderD

      @DustinB3403 said:

      @Dashrender It's a default setting with Office 365 for privacy settings as far as I can tell.

      Interesting. I wonder if that's the case for calendar's where the viewers have full access rights?

      In On-premise Exchange, if someone doesn't have at least reviewer rights, then they just see that the space/time is busy - perhaps they can see the owner of the slot. But since our entire staff have editor rights to our shared calendars like these, they can see the subject and any comments.

      I wonder if giving them reviewer rights would have solved it.

    • brad_altnB

      Receiving auto-replies & out-of-office messages in response to messages you never sent?

      Watching Ignoring Scheduled Pinned Locked Moved Self Promotion mdaemon backscatter how-to mail server tutorial
      1
      1 Votes
      1 Posts
      959 Views
      No one has replied
    • 1 / 1