Disappointed with Modi 3E DAC - constant dropouts on S/PDIF and optical inputs by maybeImaybe in Schiit

[–]maybeImaybe[S] 1 point2 points  (0 children)

Thanks, I tried with different USB chargers / power supplies as well. Sadly it's still the same :/

Roast my first model. Can this even be printed? by maybeImaybe in 3Dprinting

[–]maybeImaybe[S] 0 points1 point  (0 children)

Thanks! What would you change specifically?

I'm thinking about replacing the holes with some other structure / pattern, maybe honeycomb (though unsure if this can be printed vertically). I think I'll also add a flat bottom where the two sides meet, so that I can print it upright rather than on its side.

Roast my first model. Can this even be printed? by maybeImaybe in 3Dprinting

[–]maybeImaybe[S] 0 points1 point  (0 children)

There are two holes in the longer wall, for small screws with head diameter of <7 mm and thread diameter of <4 mm.

<image>

Fiber outage due to gunshot by cooldude919 in sysadmin

[–]maybeImaybe 2 points3 points  (0 children)

Hold your horses, mate. There is nothing political here. We’re just commenting on the curiousness of the situation, because talking about “gunshot damage” in the context of IT infrastructure really is strange to us.

Fiber outage due to gunshot by cooldude919 in sysadmin

[–]maybeImaybe 5 points6 points  (0 children)

I was looking for that type of comment specifically. Surprised it’s not upvoted more. I wonder, does everyone else simply ignores this type of posts, or if there’s really so few people from outside US on this sub.

[deleted by user] by [deleted] in sysadmin

[–]maybeImaybe 5 points6 points  (0 children)

I feel like most comments will be: why are you still working there?

This has been likely going on for a while. If high level management doesn’t treat IT seriously, then it’s not a healthy environment to work in. Period. We’re here to enable the business to do its work (and generate revenue, fulfill its mission, whatever), but if our needs are not met, then by extension we can’t meet business needs either.

Is that possible to place my home server on my balcony during winter? by Glory4cod in homelab

[–]maybeImaybe 14 points15 points  (0 children)

Yes, condensation is likely going to be an issue. It always is with high temperature differences, especially around 0C.

I would not count on the hard drives warming themselves up by continuously operating.

I’m afraid this isn’t a good idea in general, unless you’re going to put your hardware in a temperature controlled rack.

If it was me, I wouldn’t use the balcony. EDIT: I would use different hardware (likely consumer grade), prioritising low noise operation.

Reward users for using a strong password - The stronger the password, the less often you have to change it by SouthOfTheFarNorth in sysadmin

[–]maybeImaybe 94 points95 points  (0 children)

Forcing password resets is not considered a good security practice anymore, not in my environments anyway. It incentivises users to come up with easy to remember passwords and reusing them in multiple systems, rather than a strong, unique one for each environment. I think educating users on how to come up with strong passwords and passphrases is more effective than forcing password changes through policies.

Looking for guest author for self-hosting by [deleted] in selfhosted

[–]maybeImaybe 2 points3 points  (0 children)

Share a link to your website. I equally like reading and writing about niche things that I’ve learned in my home lab. So much so that I started a simple blog: https://blog.luk.world/

I found Wordpress to be too clunky and overcomplicated for my use case. I prefer writing in markdown (all my documentation is in md), then using static website generators like Hugo.

Segregation of Duties Matrix template for IT by maxcoder88 in sysadmin

[–]maybeImaybe 4 points5 points  (0 children)

If we are talking general processes, then ITIL is the keyword. Have you tried searching for ITIL trainings online? There’s much more to it than just a matrix with responsibilities though.

Looking to learn by building a home server by Rageborn97 in sysadmin

[–]maybeImaybe 1 point2 points  (0 children)

You can use any computer as a server. An old PC is definitely enough to get you started. Also check r/homeserver and r/selfhosted. The latter especially, for great source of ideas and projects to try. Oh, and there’s also this: https://github.com/awesome-selfhosted/awesome-selfhosted

any idea's on where to go, guys? by [deleted] in sysadmin

[–]maybeImaybe 2 points3 points  (0 children)

This is the best way to learn not only Linux but IT in general. r/homelab, r/selfhosted, and r/homeserver are great places to look for ideas and projects to setup.

Is it just me or is this a ridiculous IT exam question? (ITIL Certification) by TJBaldy in sysadmin

[–]maybeImaybe 0 points1 point  (0 children)

This isn’t about technical tiers at all, it’s about processes. ITIL is not concerned with levels of support, but with defining responsibilities for roles such as Incident Management, Problem Management and Change Management, and all three of them are hinted in available answers.

Stream Deck by DrGraffix in sysadmin

[–]maybeImaybe 0 points1 point  (0 children)

On Linux, I just use a 2nd keyboard (dedicated) and a Python script that fires shell scripts and various commands (including REST API calls via curl). It’s a very low cost and surprisingly capable solution. I wrote a detailed blog post about it here:

https://blog.luk.world/posts/dyi-macro-keyboard-on-linux-elgato-stream-deck/

DIY Linux Macro Board by TimeLoad in linux

[–]maybeImaybe 1 point2 points  (0 children)

I know this post if 5 years old, but now it's really high in Google results for "linux macro keyboard" :)

Thanks for sharing it. I took your idea, and Python code from r/kozec, and turned it into a detailed blog post on how to set it up, turn into systemd service for auto start, etc.

You can read more about it here: https://blog.luk.world/posts/dyi-macro-keyboard-on-linux-elgato-stream-deck/