Skip to content

Instantly share code, notes, and snippets.

View maatthc's full-sized avatar

Alexandre Andrade maatthc

  • MaaT Tech
  • Melbourne
View GitHub Profile
@mohanpedala
mohanpedala / bash_strict_mode.md
Last active May 8, 2024 15:08
set -e, -u, -o, -x pipefail explanation
@raulcabero
raulcabero / gist:c63df4ec79b0a6655d0c
Created December 10, 2015 16:13
Order bare metal server with raid configuration and custom partitions
"""
Order a new server with RAID configuration.
Important manual pages:
http://sldn.softlayer.com/reference/datatypes/SoftLayer_Container_Product_Order
http://sldn.softlayer.com/reference/datatypes/SoftLayer_Hardware_Server
http://sldn.softlayer.com/reference/datatypes/SoftLayer_Product_Item_Price
http://sldn.softlayer.com/reference/services/SoftLayer_Product_Order/verifyOrder
http://sldn.softlayer.com/reference/services/SoftLayer_Product_Order/placeOrder