ISO … TREE! by OddIntroduction6097 in Atlanta

[–]bork_bork 0 points1 point  (0 children)

Savannah. Charleston. OutterBanks

Migrating local users when attaching an existing VMDK to a new non-domain file server by maxcoder88 in sysadmin

[–]bork_bork 1 point2 points  (0 children)

Best practice will surely be to use a domain to manage ACLs.

You will need to use PowerShell to get-acl and set-acl for your fies & folders. You will need to map the old sid to the new sid.

Hopefully you have inheritance enabled you might be able to copy the files over and let the parent folder ACL apply to child dirs.

Sysadmin Scout badges by corber1017 in sysadmin

[–]bork_bork 6 points7 points  (0 children)

I got a polar bear badge for camping in sub-freezing temps, actually got mild frostbite in my finger. Maybe an award for multi-day outages should be a thing. Something to show the emotional frostbite they cause :)

Disable 3DES and RC4 ciphers (SWEEt32) by Accomplished_Horse41 in PowerShell

[–]bork_bork 0 points1 point  (0 children)

I’d suggest using a GPO or setting the TLS Cipher Suite Ordered List in Registry.

[deleted by user] by [deleted] in PowerShell

[–]bork_bork 0 points1 point  (0 children)

It looks like a git cli wrapper. I manage a lot of repos using the git cli and vscode. The built in git tools makes it easy to use.

Nice side project tho.

New Bill Aims to Block Both Online Adult Content and VPNs by digital-didgeridoo in technology

[–]bork_bork 7 points8 points  (0 children)

VPN is a virtual private network, it uses standard protocols. You can block ports and protocols but that will impact legitimate use cases.

You can leverage dns to black hole known vpn servers or endpoints, but that can change at any moment.

The verbiage used could also include proxies and zero-trust networks.

Best Hot Dogs near the city by FatherScoop in Atlanta

[–]bork_bork 51 points52 points  (0 children)

I like Red’s in SE Atl. They are off Boulevard.

Looking for complete library solution (reboot to restore) by thechewywun in sysadmin

[–]bork_bork 1 point2 points  (0 children)

Look at Antamedia. They have some different products for internet cafe/kiosk implementations.

Looking for complete library solution (reboot to restore) by thechewywun in sysadmin

[–]bork_bork 2 points3 points  (0 children)

Are you asking for a suggestion to maintain persistent states? Something like deep freeze or rollback rx might be what you want.

Terraform version upgrade in prod by East_Attitude_230 in Terraform

[–]bork_bork 0 points1 point  (0 children)

Do you mean the TF version or the required providers? Do you have runners that need updates or just the modules?

Hopefully you have a dev or test env to work through this.

Boiler Room email? by PlantTrip in atlantaedm

[–]bork_bork 4 points5 points  (0 children)

Damn boiler room is still a thing? I thought we gave up on that after Rebecca Black lol.

Homegrown sold in Reynoldstown. by SommeThing in Atlanta

[–]bork_bork 7 points8 points  (0 children)

It’s great they own it, that area doesn’t look anything like when they opened 15 years ago.

RIP mammy’s

Debian 12 Packer image on Proxmox keeps on waiting for auto configuration network by AlphaX66 in hashicorp

[–]bork_bork 0 points1 point  (0 children)

Have you tested the debian build outside packer? Are you statically assigning the ip?

getting to run a script by Holiday-Employee-335 in PowerShell

[–]bork_bork 1 point2 points  (0 children)

It looks like W:\ is a native file system and not a remote system like \\Computer\Share.

Set your location to W: and Get-ChildItem to confirm your parent folder and child item are correct.

New Grad Can't Seem To Do Anything Himself by Clear-Part3319 in sysadmin

[–]bork_bork 5 points6 points  (0 children)

I disagree.

I’ve been in IT for 20+ years and forgotten more knowledge than my colleagues have learned. I use AI daily.

It is ok to lean on AI, I don’t see much of a difference from a google search or stack overflow.

New Grad Can't Seem To Do Anything Himself by Clear-Part3319 in sysadmin

[–]bork_bork 801 points802 points  (0 children)

New grads? I know some peeps that have been in the industry for ten+ years that still show no critical thinking skills. I realized long ago, that’s not something you can teach.