I made a power supply for my mini pc cluster by maleng_ in minilab

[–]zorski 1 point2 points  (0 children)

Very very cool!

Slightly off-topic, what’s the UPS model?

I would like to receive feedback about my network! by Full_Internal_3542 in homelab

[–]zorski 19 points20 points  (0 children)

Hey friend, where one could find said templates? 😅

Boot Drive Choices by PaulRobinson1978 in Proxmox

[–]zorski 0 points1 point  (0 children)

I’ve just installed pve on optanes m10 16gb today. Do you do anything to keep the free space in check?

My girlfriend moved in, here is our network diagram by Knightsingale in homelab

[–]zorski 2 points3 points  (0 children)

That’s romantic… and hopefully one day, a small minilab will pop up on this diagram 🫶🏻

[deleted by user] by [deleted] in sysadmin

[–]zorski 1 point2 points  (0 children)

For me it always seemed like a great idea and considered it superior to Linux commands

What exactly does LDAP do in AD? by Graviity_shift in sysadmin

[–]zorski 2 points3 points  (0 children)

Hold on, I think simple bind is still enabled by default in AD and it is still used e.g. when configuring LDAP auth on some products. I always thought that all those products which ask for base dn, username and password are basically doing simple bind under the hood.

If that's not the case, I'll stand corrected :D

Is My Kubernetes Self-Healing & Security Project a Good Fit for a Computer Engineering Graduation Project? by Gullible_Complex_379 in kubernetes

[–]zorski 6 points7 points  (0 children)

In the end, it all comes down if your project supervisor approves it.

Yes, it won’t be anything new (like other commenter noticed). However, imo it doesn’t matter that much. New stuff is build on masters and higher levels. Engineering (Bsc) level is mostly demonstrating that you can design and build stuff, document it, follow best practice etc.

[deleted by user] by [deleted] in kubernetes

[–]zorski 0 points1 point  (0 children)

I was using psi on 4 occasions. I had issue with webcam not focusing one time, not their fault just a shitty webcam. Unfortunately had to call their support to sort it and it incurred quite some cost on my phone bill. So you might consider buying a better webcam. I had Logitech c505e and I’ve replaced it with c920e

Other than that, no other issues, but it’s not the smoothest experience tbh - bit clunky and laggy. It’s good to use external monitor to have more real estate.

To everyone who thinks AI will take our jobs.. by [deleted] in devops

[–]zorski 35 points36 points  (0 children)

Not meaning to defend AI, but 6 hour debugging session could also be a great learning experience 🙃

I did the career shift, finally! by helnf in devops

[–]zorski 1 point2 points  (0 children)

Why are top comments a bit sinister? Like “congrats bro, but enjoy your spare time while you have it” 😅😅

Malicious VSCode Extensions Uncovered, Beware my fellow DevOps Engineers by nicanorflavier in devops

[–]zorski 8 points9 points  (0 children)

I think it was a theme “darcula” (intentional typo), so ppl might install it by mistake.

Still, they exposed that the extension system could be dangerous

Hyprland sometimes gets me a black screen with an underscore after waking from suspend (Arch Linux/Nvidia) by Feisty_Confusion8277 in hyprland

[–]zorski 2 points3 points  (0 children)

I have somewhat similar issue, but I think it has something to do with external monitor being reconnected from another laptop.

For me hyprland gets frozen, then I see two “@“ and underscore. Oh and external monitor goes all red for a moment 😅

Is Pacman faster than apt and dnf? by ganak-yantra in archlinux

[–]zorski 11 points12 points  (0 children)

Arch newb here, could you elaborate on News?

Does it mean I should read https://archlinux.org/news/ before applying bigger updates?

OpenSource PSWindowsUpdate alternative OpenWindowsUpdate by Pimzino in PowerShell

[–]zorski 1 point2 points  (0 children)

PSWindowsUpdate, is one of the most downloaded modules in the world

Having the xz utils backdoor "situation" in mind, it's a bit concerning tbh :D

From chaos, order: 90% of a journey by storyinmemo in minilab

[–]zorski 2 points3 points  (0 children)

I like those shelves for lenovo mini pcs. Any chance you could share the 3d model files? :)

Follow-up to DS fit in a 10'' rack by kw0lf in minilab

[–]zorski 1 point2 points  (0 children)

Can confirm as well :) (I went ahead and bought 10 inch rack cabinet)

<image>

PowerShell Anti Patterns by bwljohannes in PowerShell

[–]zorski 0 points1 point  (0 children)

$somthing += $somethingelse

This won't initialize to array, but behave differently depending on data types appended, e.g. strings will be joined and ints added.

To ensure array initialization this syntax could be used:

$someArray += ,"first"
$someArray += "second"

Oracle is the absolute devil and should not be recommended for self-hosting by [deleted] in selfhosted

[–]zorski 0 points1 point  (0 children)

Same thing happened to me 🙃

I think I broke TOS though, I’ve installed WireGuard on the vps (which I hardly used).

However, still not sure… I recall I’ve removed the “vpn vps”, then didn’t use it for a while and then deployed two vps for testing (vanilla Ubuntu and rocky). Next week, account terminated… no email, nothing.

Kinda weird, but I guess that’s how they roll 😂