One line = one command. Examples below.

rxboost - this tool is for RX460/470/480/560/570/580/590
It does not work on RX5700/RX5600/RX5500 series!
Tool is very safe and does not void warranty.
This tool is exclusive for simplemining and you will not find it anywhere else !
It boosts mining speed by 1-5% with very little more power like 1%.
-i is intensity and permtied values are 10-99 where 99 will be unstable and 30 should be stable
-d is optional device number from 0 to 20 which you want to be overclocked
example for all gpus: rxboost -i 30
example for separate gpus: rxboost -d 0 -i 30 -d 1 -i 30 -d 2 -i 20

OhGodAnETHlargementPill - this tool is for NVIDIA GTX 1080/1080TI
example for old revA for choosed gpus: OhGodAnETHlargementPill --revA 0,1,6,7
example for new revB for all gpus: OhGodAnETHlargementPill

amdmemorytweak - this tool is for AMD mostly VEGA but RX too
example: amdmemorytweak --RAS 28 --RCDRD 12 --RCDWR 5 --RC 44 --RP 12 --RRDS 3 --RRDL 3 --FAW 12 --CWL 8 --WR 12 --REF 9750 --RFC 248

octominer-case-fan - this tool is for Octominer rack cases only
Acceptable value is 0..100
example: octominer-case-fan=60

minerprescript - this runs user script before miner program start
Script must be uploaded manually to rig using for eg. ssh.
You can also download script to your rig using bash in advanced commands:
curl -k https://example.com/script.sh > /home/miner/userminerprescript.sh
Script will be executed on user privileges. 
If needed, add sudo word before each line inside script to run as root.
Script will not be preserved when Reflash command occured.
example: minerprescript /home/miner/userminerprescript.sh

startupscript - this runs user script during rig startup
Script must be uploaded manually to rig using for eg. ssh
You can also download script to your rig using bash in advanced commands:
curl -k https://example.com/script.sh > /home/miner/userstartupscript.sh
Script is running with administrator privileges.
Script will not be preserved when Reflash command occured.
example: startupscript /home/miner/userstartupscript.sh