esa@discuss.tchncs.de to Programming@programming.devEnglish · 4 months agoBrendan Gregg's special collection of freeware tools for system administrationwww.brendangregg.comexternal-linkmessage-square7linkfedilinkarrow-up137arrow-down11file-text
arrow-up136arrow-down1external-linkBrendan Gregg's special collection of freeware tools for system administrationwww.brendangregg.comesa@discuss.tchncs.de to Programming@programming.devEnglish · 4 months agomessage-square7linkfedilinkfile-text
minus-squareStrlcpy@1linkfedilinkarrow-up11·edit-24 months 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