this post was submitted on 16 Aug 2024
380 points (98.5% liked)

Cybersecurity - Memes

1902 readers
6 users here now

Only the hottest memes in Cybersecurity

founded 1 year ago
MODERATORS
 

Fun fact: The outdated software runs on outdated hardware, too.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 34 points 1 month ago (2 children)

Trigger me timbers

What has two thumbs and just spent all week hectoring the boss to upgrade from Server 2008 to 2022 so docker and ssh would finally work?

๐Ÿ‘๐Ÿป๐Ÿ‘๐Ÿป

Well girls, we're living in the future now! Five new 2022 servers, all turned into dumb ssh+docker nodes in my job cluster!

Wipes brow with a trembling hand

Grumble grumble... they wouldn't let me upgrade to Linux just yet though... But the plan is coming together... evil laugh

[โ€“] [email protected] 20 points 1 month ago (2 children)

Do they hate money? Paying for Windows server just to run docker is an expensive option.

[โ€“] [email protected] 20 points 1 month ago

There's two ways to perform every task. There's the way we say and maintain the illusion of doing. And, there's the practical way we actually get the work done. If we don't maintain the illusion then they'll cut budget. If they cut our budget we can't even afford the practical way, let alone what they think we're doing.

Your success in this position will be determined by how quickly you learn both processes and how well you choose which is appropriate for the situation.

[โ€“] [email protected] 15 points 1 month ago* (last edited 1 month ago) (1 children)

TBF all the jobs are a decade old and written by our researchers in dotnet framework as Winforms apps I hacked up to be console apps so it's gotta be windows. I'm converting them one by one to dotnet core and moving them to my Linux containers but it's a slow process and I've got a v1 release to prepare for next month.

Everyone is just stoked that no longer do a half dozen researchers have to twice a day log in to their pet server, open their Winforms app, run it, and copy paste the results to a shared drive. Now my docker harness does it all on a scheduled task triggered automatically from rundeck server I manage. WE'RE LIVING IN THE FUTURE BABY

[โ€“] [email protected] 1 points 1 month ago (1 children)

I'm sure it's not that simple but .Net is and has been on Linux https://learn.microsoft.com/en-us/dotnet/core/install/linux

Docker images I have run dotnet in a container but the docker server host is Ubuntu. Though I really should flatten it and run it on proxmox.

However, it's not like that would save real dollars on licensing we have Windows servers still for AD et. al. and therefore have to license all CPU cores in a hypervisor cluster so having fewer windows servers is irrelevant in our environment with regards to license costs.

[โ€“] [email protected] 2 points 1 month ago

Oh yeah, all my code is dotnet core running on Ubuntu servers in docker.

Just all this legacy code is written in dotnet framework which doesn't run on Linux, and requires some moderate effort to switch (relies on libraries that are framework, and those also rely on framework libraries, etc)

It's completely possible, but for now, I've got these 2022 servers running "good enough" to go to production, and I'll convert them as soon as the first issue arises.

[โ€“] [email protected] 3 points 1 month ago (1 children)

I feel ya man. I spent a year arguing for the existence of a pilot environment.

Because when you test in production, it's bad, mmmkay.

[โ€“] [email protected] 3 points 1 month ago

Oof that's a rough one indeed!