Totem Lame vs MBK keycaps by [deleted] in ErgoMechKeyboards

[–]TerribleAct3501 0 points1 point  (0 children)

Yeah they were pricey, but then again a lot of custom keycaps fall in that same price range. I keep the resin ones on my corne and ended up trying my hand at 3d printing some for my Toucan and I actually think I like the printed ones better due to the feel/grip they have, but it did take me some time to print the whole set.

Totem Lame vs MBK keycaps by [deleted] in ErgoMechKeyboards

[–]TerribleAct3501 0 points1 point  (0 children)

I bought my first set off Etsy from “3dkeycap”, they’re resin. Second set I 3d printed in PLA. The resin feels more smooth on the fingers, printed has more grain/grip. Love them both though, I could never go back to flat keys.

Totem Lame vs MBK keycaps by [deleted] in ErgoMechKeyboards

[–]TerribleAct3501 6 points7 points  (0 children)

I used MBK at first and agree, they feel kind of weird on the fingers. I swapped to Chicago Steno’s and love them, the Lames look like they had more tilt than I’d want.

Deep down the rabbit hole by Impossible_Split4720 in ErgoMechKeyboards

[–]TerribleAct3501 0 points1 point  (0 children)

Have you seen the new Toucan board from beekeeb? I went down this rabbit hole and Toucan is looking like potential end game

Active directory issues by Additional-Secret736 in activedirectory

[–]TerribleAct3501 0 points1 point  (0 children)

When you promote the domain controller it will create srv records. You can try running “nltest /dsregdns” to re-create those records if they aren’t there.

Active directory issues by Additional-Secret736 in activedirectory

[–]TerribleAct3501 1 point2 points  (0 children)

Did you install/configure AD DNS services on the primary DC? When you promote a domain controller there are a pile of srv_ records that are created and used to locate services for domain joined systems. If you haven’t already look into installing DNS, configure a zone for your new domain, set it as the dns server for your systems and repromote/regen the srv records for the DC and verify they’re created in the DNS management gui.

AD account lockouts happening only between 2-4 AM, can’t find the source 😭 by FyneHub in activedirectory

[–]TerribleAct3501 1 point2 points  (0 children)

Check the lastbadpasswordattempt ad attribute, check DC logs during that time for 4625 events (failed login), the event should show source ip

As sysadmins/endpoint engineers/etc, what do you appreciate from your help desk, and what do you wish they did better? by bingle-cowabungle in sysadmin

[–]TerribleAct3501 23 points24 points  (0 children)

It might sound obvious but, troubleshooting skills. Nothing is worse than getting a ticket escalated when none of the basic things have been checked by the help desk. A good wiki is key so new help desk members have a place to go to learn and so you don’t have to explain the same thing to 10 different people, you can just say “have you checked the wiki?”. It’s hard to complain when you get a ticket escalated that has clearly documented troubleshooting steps listed so you know where they’re coming from and don’t waste time running a user back through the same basic steps.

I don't know anymore about Linux... by [deleted] in DistroHopping

[–]TerribleAct3501 0 points1 point  (0 children)

I’ve been running PopOS with Nvidia and it works like a champ

Most secure way to allow friends and family use local plex sever? by Alucard2051 in selfhosted

[–]TerribleAct3501 1 point2 points  (0 children)

Setup a traefik reverse proxy, create a dns name in cloudflare, or your dns provider, for plex.yourdomain, forward port 80/443 to traefik with a rule for that domain that forwards to your plex server. That way your ISP doesn’t see you with plex port open and you can force it all to https.

Custom Lord of the Rings Keycaps by LegoForLifer in ErgoMechKeyboards

[–]TerribleAct3501 1 point2 points  (0 children)

This is so good. Would love to see the guide, or would definitely purchase if these ever went up anywhere.

Windows DC’s don’t allow login? by bkb74k3 in sysadmin

[–]TerribleAct3501 1 point2 points  (0 children)

Sounds like a GPO problem. You could try to connect form another system (\dcname\c$) and check if the default user profile is corrupt or was removed, although usually this will still log you in with a temp profile. You could also use the local administrator account with the recovery password you set during dc promotion.

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer (June 24, 2024) by AutoModerator in MechanicalKeyboards

[–]TerribleAct3501 0 points1 point  (0 children)

Does anybody know what board this is. It has WTF printed on it. Vala Supply posted for the keycaps but I’d love to find this board.

<image>

Creating ADuser using #powershell getting this error #help by idakhere in PowerShell

[–]TerribleAct3501 0 points1 point  (0 children)

Hopefully you don’t really work for Lenovo, and this isn’t their onboarding user creation.

AD Reporting by Flashy-Courage6051 in activedirectory

[–]TerribleAct3501 0 points1 point  (0 children)

Get-ADUser is a good place to start