esa@discuss.tchncs.de to Programming@programming.devEnglish · 8 days agoBrendan Gregg's special collection of freeware tools for system administrationwww.brendangregg.comexternal-linkmessage-square4fedilinkarrow-up133arrow-down11file-text
arrow-up132arrow-down1external-linkBrendan Gregg's special collection of freeware tools for system administrationwww.brendangregg.comesa@discuss.tchncs.de to Programming@programming.devEnglish · 8 days agomessage-square4fedilinkfile-text
minus-squarestrlcpy@lemmy.sdf.orglinkfedilinkarrow-up10·edit-28 days ago# We check if the server is on by asking the ALU to perform an operation, $result = 1 + 1; if ($result == 2) { print "Server is ON.\n"; } else { print "Server is OFF.\n"; print "Power on the system before attempting to run any programs!\n"; } Brilliant
# We check if the server is on by asking the ALU to perform an operation, $result = 1 + 1; if ($result == 2) { print "Server is ON.\n"; } else { print "Server is OFF.\n"; print "Power on the system before attempting to run any programs!\n"; }Brilliant