andThenYouDie
Automation, IT and more.
Home
All posts
Tags
02
Jan 2014
Never Use Shortname in SA
That’s why you should not use the Shortname in Server Automation --- ![alt text](/img/shortnameInSA.jpg "Shortname in...
08
Sep 2011
Base64_Encode and Decode
Little javascript scriptlet used in OO, to play with Base64 --- **Base64_encode** ```javascript var base64_encode ...
08
Sep 2011
Add a Word at the End of a Chain
Little javascript scriptlet used in OO, to add a word at the end of a chain if you find a first specific letter. --- `...
15
Jul 2011
The exit code from the script was 246
The Server automation error code, can sometime be a little bit cryptic. --- You are running a Server Automation script ...
15
Jul 2011
Remove Excess Commas
Little javascript scriptlet used in OO, to remove excess commas in a chaine. --- ```javascript var result=""; ...
← Prev page
Next page →