this post was submitted on 16 Nov 2024
35 points (97.3% liked)

Sysadmin

7681 readers
33 users here now

A community dedicated to the profession of IT Systems Administration

No generic Lemmy issue posts please! Posts about Lemmy belong in one of these communities:
[email protected]
[email protected]
[email protected]
[email protected]

founded 1 year ago
MODERATORS
35
What's up? (lemmy.zip)
submitted 2 days ago* (last edited 2 days ago) by [email protected] to c/sysadmin
 

What are you guys working on? Anything new in the world

top 14 comments
sorted by: hot top controversial new old
[–] WhyAUsername_1 2 points 10 hours ago

Need to setup Authentik for all bajilion apps I am running at my company.

I promise I will do it this week. (First instance of the promise was made as a new year resolution of 2024).

[–] ikidd 1 points 10 hours ago

Been tinkering with c-boot systems, using the u-core container template to build OCI images automatically for a base server build.

[–] foggy 9 points 1 day ago (1 children)

I'm trying to get my first bug bounty payout and am gearing up to take a week long certification exam.

[–] Keineanung 1 points 1 day ago

Congrats on crushed bug!

[–] [email protected] 21 points 2 days ago (2 children)

What are you guys working on?

Literally, absolutely nothing. For the first time in weeks. Just enjoying the evening.

[–] [email protected] 6 points 2 days ago

I love this for you :)

[–] [email protected] 2 points 2 days ago

Guess there is something new!

[–] [email protected] 3 points 1 day ago

More features for our employee account lifecycle automations. The coding isn't as much the hard part as keeping track of all the different moving pieces and how it all interacts.

For example, when using Azure Enterprise App user provisioning to sync data into AD from an HR system, it can only set the Name (separate from DisplayName) property when creating a new user. This limitation isn't documented anywhere I can find, and it doesn't even show as an error in the logs when it tries to update an existing one and fails.


It's the curse of "one man army": this shit is too complicated to keep it all in my head at one time, and also too complicated to bring anyone up to speed in a reasonable time frame. So I'll continue soldiering on with it on my own. Thankfully the end is in sight.

Don't do this sort of shit for any boss that isn't worth it. Mine has no overtime expectations, is very obviously training me to move upward within the team, and each of the last two years I've gotten >10% raises.

[–] [email protected] 5 points 2 days ago (2 children)

Making my home server automatically draw backups from the hosted server. Not hard, but needs to be done.

Also the home server is too loud. But it's idle most of the time. So I would need to enter the bios to change the fan settings. But for that I'd need a GPU that fits in there. So now I have to buy a GPU first just to enter the BIOS once and change the fan settings. I figured it is not possible to change fan settings as root user on Linux?

[–] [email protected] 1 points 1 day ago* (last edited 1 day ago)

Stood up some podman services. Using cloud init to provision the VMs, and podman quadlets to translate docker compose into systemd files. Really solid, just need to make them rootless now.

Also looking at a tailscale deployment for zero trust. The feature set is a lot wider than I thought.

[–] LifeCoffeeGaming 1 points 1 day ago* (last edited 1 day ago) (1 children)

Code block, work for online retailer so no more deployments or changes through January.

Onto projects, been looking at how we could deploy hoop. dev as a teleport alternative.

[–] [email protected] 1 points 1 day ago

Sounds like a great time to test some things in a dedicated test environment. You can break the test environment as much as you like.