this post was submitted on 26 Jun 2025
62 points (94.3% liked)

Linux

8083 readers
965 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
 

For me, my high bar that I have yet to beat, was the time I pivoted the running OS (ubuntu) into RAM over SSH so I could unmount and image the boot drive without rebooting and loading a live USB (Which would have required a ticket with my provider to enable IPMI)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 16 hours ago

I used to be a build engineer at an enterprise Linux company that built custom Linux distributions for various device manufacturers.

I built a whole build automation system that used what would be the equivalent of a Docker container for the build system, and it was distributed across the whole company to make simultaneous build in parallel and a system that would check how many build systems were in use or available with a queueing system.

All written in Bash, Perl and Python.