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

      Microsoft Remote Desktop Services - Pre-populate the RDP file with domain name

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows rds microsoft configuration customization
      4
      2 Votes
      4 Posts
      1k Views
      DustinB3403D

      Besides a comport setting difference (which isn't relevant) I can't see a difference.

      The right hand side is the one that works.

      HRjfHYdZGd.png

    • 1

      Patching configuration files

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux patching configuration
      12
      0 Votes
      12 Posts
      1k Views
      stacksofplatesS

      Yeah this is bread and butter for config management tools. You'd either use a template for the config or the lineinfile module for Ansible.

      Your template would have something like this:

      PermitRootLogin {{ root_login_enabled }}

      In it and then you can control which servers allow root login with the root_login_enabled variable.

    • DustinB3403D

      NXLog and Windows for Graylog

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nxlog graylog configuration
      8
      0 Votes
      8 Posts
      2k Views
      IRJI

      @DustinB3403 said in NXLog and Windows for Graylog:

      @flaxking said in NXLog and Windows for Graylog:

      When I was playing with graylog, I was using Beats

      Care to elaborate?

      Flexible and made to work with different solutions

      https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-overview.html

      https://logz.io/blog/filebeat-tutorial/

    • DustinB3403D

      OSX Setup via Command Line - Specifically VPN network

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion osx command line setup configuration apple management
      4
      0 Votes
      4 Posts
      847 Views
      DustinB3403D

      I got it from here

      brew install macosvpn

      sudo macosvpn create --l2tp Atlantic --endpoint atlantic.example.com --username ' ' --password ' ' --shared-secret s3same

      You can provide ' ' for both the username and password, this allows any user to fill in as required.

    • 1 / 1