ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. flaxking
    3. Best
    F
    • Profile
    • Following 1
    • Followers 1
    • Topics 41
    • Posts 667
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Why Right to Fire (and Hire) May Be in the Employee's Favour

      @scottalanmiller said in Why Right to Fire (and Hire) May Be in the Employee's Favour:

      People have been taught to fear changing jobs, and all humans are naturally averse to change even when it is good for us. This is one of those cases where the increase rate of change feels scary, but actually makes us safer. It's not unlikely flying vs. driving. Driving feels safer, but flying with the pilot in control is actually safer.

      Basically the same argument as for CI/CD. Painful experiences cause the reaction of people pushing to do it less and implement things to make it harder for people to do, when the solution is actually doing it more.

      posted in IT Careers
      F
      flaxking
    • RE: Ubiquiti Unifi APs - Do You Need a Controller?

      @wrx7m said in Ubiquiti Unifi APs - Do You Need a Controller?:

      @jaredbusch said in Ubiquiti Unifi APs - Do You Need a Controller?:

      @wrx7m said in Ubiquiti Unifi APs - Do You Need a Controller?:

      @jaredbusch said in Ubiquiti Unifi APs - Do You Need a Controller?:

      But a cloud key.

      I hate them, but a home user it is not a bad solution.

      Out of curiosity, what is it about them that you hate?

      They can barely run the controller and have limited capacity. Just really useless IMO.

      Thanks for the insight.

      Do you ever use the ios/android app?

      I use the app for my outdoor AP, it's pretty simple, can't imagine needing more than that for home use.

      posted in IT Discussion
      F
      flaxking
    • RE: Certifications

      @scottalanmiller said in Certifications:

      @flaxking said in Certifications:

      MS certs can definitely give you an edge at companies that are MS Partners, since they need to meet certain requirements

      I assume that that is going away given that the certs themselves are going away.

      It seems that the plan was that by June 30, 2021 MS Partners would have to have Microsoft 365 certifications or Azure certifications to meet the requirements instead.

      However, it sounds like they're already giving a free pass to partners that are not meeting the current requirements https://blogs.partner.microsoft.com/mpn/responding-to-covid-19-microsoft-partner-network/

      If they continue with the June 2021 plan, Microsoft 365 and Azure certifications may be in high demand in that area of the market.

      posted in IT Careers
      F
      flaxking
    • RE: Ubiquiti Unifi APs - Do You Need a Controller?

      @wrx7m said in Ubiquiti Unifi APs - Do You Need a Controller?:

      @flaxking said in Ubiquiti Unifi APs - Do You Need a Controller?:

      @wrx7m said in Ubiquiti Unifi APs - Do You Need a Controller?:

      @jaredbusch said in Ubiquiti Unifi APs - Do You Need a Controller?:

      @wrx7m said in Ubiquiti Unifi APs - Do You Need a Controller?:

      @jaredbusch said in Ubiquiti Unifi APs - Do You Need a Controller?:

      But a cloud key.

      I hate them, but a home user it is not a bad solution.

      Out of curiosity, what is it about them that you hate?

      They can barely run the controller and have limited capacity. Just really useless IMO.

      Thanks for the insight.

      Do you ever use the ios/android app?

      I use the app for my outdoor AP, it's pretty simple, can't imagine needing more than that for home use.

      Can you go from out-of-the-box to finished config with just the app?

      Yep. Connect to it, update the firmware, setup wireless network. I didn't do anything fancy in my config so I don't know what's missing.

      posted in IT Discussion
      F
      flaxking
    • RE: Certifications

      @JaredBusch said in Certifications:

      @scottalanmiller said in Certifications:

      @flaxking said in Certifications:

      MS certs can definitely give you an edge at companies that are MS Partners, since they need to meet certain requirements

      I assume that that is going away given that the certs themselves are going away.

      And the MS Partner track has long had the cloud/azureO365 on the list.

      As its own competency. Now that other exams are retiring they'll be needed for other competencies.

      posted in IT Careers
      F
      flaxking
    • RE: Docker in the wild

      Docker in general IT is great for immutable server design. If you want to do OS updates, config changes, etc you roll out a new container.

      The downside is if it's not for software you write yourselves, deploying a new version of the software might not be so smooth if the database or backing data storage has to also be updated. You can't design it to be able to be able to do a rolling update, or to be able to rollback, so it's not quite as useful then.

      posted in IT Discussion
      F
      flaxking
    • RE: Resume work

      @CCWTech yes, it's your resume. And anytime I've seen a tech resume that someone said they paid a professional to help write, it hasn't been good.

      Free help from other tech professionals is usually the way to go. Here is one community that can help https://discord.gg/CB8DMrr

      posted in IT Careers
      F
      flaxking
    • RE: What's in your bag?

      My lunch, ibuprofen, and my dumbphone

      posted in IT Discussion
      F
      flaxking
    • RE: Check my 2 min audio theory on Containers

      @emad-r said in Check my 2 min audio theory on Containers:

      DevOps

      DevOps Engineer maybe could be a job title, but it's almost certainly not what you are doing in your job.

      DevOps Admin could possibly be a job title, for someone who administers the DevOps tools.

      DevOps is not a department, and companies that uses titles like DevOps Engineer probably aren't really doing DevOps, just using some DevOps tools.

      posted in IT Discussion
      F
      flaxking
    • RE: Check my 2 min audio theory on Containers

      @scottalanmiller said in Check my 2 min audio theory on Containers:

      Then things like DevOps talking dev itself is the extra, the tack on later. It's not "part of" devops, any more than it is of any operations. And just how operations doesn't cease to exist without developers, neither does DevOps.

      So, I agree that the 'Dev' part is comes after the core of DevOps. So you can practice the core of DevOps without Dev. However, I do not believe that the full complete picture of DevOps is possible without Dev.

      posted in IT Discussion
      F
      flaxking
    • RE: SQL security over the LAN

      SQL Server Configuration Manager – SQL Server Network Configuration – right click “Protocols for ...” - Properties – Under the Flags tab, set Force Encryption to Yes

      MS SQL Server will then use a self-signed certificate for encrypting communications. SQL clients have supported encryption for ages, so whatever they're using for the client will probably just work with it.

      If you want to use your own trusted certificate, you have to set the SQL clients on each machine to force encryption and to only trust trusted certificates

      posted in IT Discussion
      F
      flaxking
    • RE: Remote viewing software

      Self hosted screenconnect. Not sure what we will turn to when they stop offering maintenance subscriptions and our version gets too old.

      posted in IT Discussion
      F
      flaxking
    • RE: PFsense hardware ?

      @scottalanmiller said in PFsense hardware ?:

      @flaxking said in PFsense hardware ?:

      I'm using a wyse thin client for my home router.

      What did you load into it?

      Currently PFSense, but will be switching to VyOS soon.

      posted in IT Discussion
      F
      flaxking
    • RE: Correct license for a Win 10 Veeam backup server on Type-1 Hypervisor

      @pmoncho said in Correct license for a Win 10 Veeam backup server on Type-1 Hypervisor:

      @Obsolesce said in Correct license for a Win 10 Veeam backup server on Type-1 Hypervisor:

      Straight from the license.rtf in Windows 10:

      222863f4-8847-4b39-b6fb-e709553b73c9-image.png

      b1ef22a9-e7ef-4616-98a0-f58b0c4b9fcf-image.png

      Doesn't the portion you highlighted make every win 10 PC that shares a printer or file share illegal?

      Lower down, in d. iii, it specifically lists file and printer services as exceptions.

      posted in IT Discussion
      F
      flaxking
    • RE: RequestTracker

      One of my dreams is to make a ticketing system on Tryton.

      posted in IT Discussion
      F
      flaxking
    • RE: Which is easier to learn Ansible or Chef or Puppet

      It took me quite a long time to get through the initial Puppet tutorials. And even then I was missing important pieces that should be used on any production setups. After that Salt was really easy to pick up. I haven't tried Ansible, but people always seem to say it is the easiest.

      posted in IT Discussion
      F
      flaxking
    • RE: The Myth of RDP Insecurity

      Looks like wail2ban probably isn't multithreaded, though if someone is hammering the server with login attempts it should still do the trick, just might not hit the lockout threshold as fast.

      posted in IT Discussion
      F
      flaxking
    • RE: The differences between how Salt and Ansible manage Windows

      I should give Ansible a go one of these days, because whenever I research it, it seems to fall short of Salt, but it would be nice to really have concrete experience of how it falls short.

      My current thinking is that if there's a windows feature that Ansible that Salt doesn't, I could probably just grab the powershell script + any dependent scripts and create Salt state/module wrappers around it.

      Alternatively, Salt can run Ansible playbooks on minions, but the wrapper approach is more minimalist (don't have to install Ansible on each minion) and keeps secret security simpler.

      posted in IT Discussion
      F
      flaxking
    • RE: PowerShell - Off-boarding Script

      @wrx7m said in PowerShell - Off-boarding Script:

      @flaxking said in PowerShell - Off-boarding Script:

      It wants a string and your giving it a SecureString

      OK. How can you tell that?

      On your read-host you have -AsSecureString to convert it.

      Set-ADAccountPassword documentation shows it takes a SecureString for the password

      Set-MsolUserPassword documentation shows it takes just a string for the password

      If you run GetType() on your variable it should tell you it is a secure string

      posted in IT Discussion
      F
      flaxking
    • RE: GitLab install on CentOS using Salt

      Next up is Graylog

      posted in IT Discussion
      F
      flaxking
    • 1 / 1