Navigation

    ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. configuration
    Log in to post

    • Microsoft Remote Desktop Services - Pre-populate the RDP file with domain name
      IT Discussion • windows microsoft rds configuration customization • • DustinB3403  

      4
      2
      Votes
      4
      Posts
      103
      Views

      Besides a comport setting difference (which isn't relevant) I can't see a difference. The right hand side is the one that works.
    • P

      Patching configuration files
      IT Discussion • linux patching configuration • • Pete.S  

      12
      0
      Votes
      12
      Posts
      194
      Views

      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.
    • NXLog and Windows for Graylog
      IT Discussion • graylog configuration nxlog • • DustinB3403  

      8
      0
      Votes
      8
      Posts
      639
      Views

      @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/
    • OSX Setup via Command Line - Specifically VPN network
      IT Discussion • apple command line osx management setup configuration • • DustinB3403  

      4
      0
      Votes
      4
      Posts
      267
      Views

      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.