Mirokhodets@lemmy.ml to Linux@lemmy.ml · 2 days agoLinux developmentlemmy.mlimagemessage-square6fedilinkarrow-up117arrow-down117file-text
arrow-up10arrow-down1imageLinux developmentlemmy.mlMirokhodets@lemmy.ml to Linux@lemmy.ml · 2 days agomessage-square6fedilinkfile-text
“What is the most complex program, application or game you have created on Linux? What programming language did you use?”
minus-squareDran@lemmy.worldlinkfedilinkarrow-up10·edit-22 days agoI wrote and maintain a zero-to-working SAP HANA/S4 installer in pure bash. It takes a redhat compatible from base install to a working, production-ready SAP system in about 5 hours. It’s like ~9,000 lines of bash
minus-squareDran@lemmy.worldlinkfedilinkarrow-up2·edit-21 day agoBuilding a fully functional SAP system just takes that long in raw install time when your process also includes a sufficiently large system copy, and your hardware isn’t bleeding-edge. It’s a massive application stack
I wrote and maintain a zero-to-working SAP HANA/S4 installer in pure bash.
It takes a redhat compatible from base install to a working, production-ready SAP system in about 5 hours.
It’s like ~9,000 lines of bash
Why does it take 5 hours?
Building a fully functional SAP system just takes that long in raw install time when your process also includes a sufficiently large system copy, and your hardware isn’t bleeding-edge.
It’s a massive application stack