This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(function()%7Bvar%20div%20%3D%20document.createElement('div')%3Bdiv.style.position%20%3D%20'fixed'%3Bdiv.style%5B'z-index'%5D%20%3D%209999999%3Bdiv.style%5B'background-color'%5D%20%3D%20'%23fff'%3Bdiv.style.padding%20%3D%20'5px'%3Bdiv.innerHTML%20%3D%20'%3Cdiv%20class%3D%22visible-xs-inline%22%3EXS%20tablet%20mobile%3C%2Fdiv%3E'%20%2B%20'%3Cdiv%20class%3D%22visible-sm-inline%22%3ESM%20tablet%3C%2Fdiv%3E'%20%2B%20'%3Cdiv%20class%3D%22visible-md-inline%22%3EMD%20desktop%3C%2Fdiv%3E'%20%2B%20'%3Cdiv%20class%3D%22visible-lg-inline%22%3ELG%20desktop-lg%3C%2Fdiv%3E'%3Bdocument.body.insertBefore(div%2C%20document.body.firstChild)%7D)() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yum install -y epel-release | |
| yum install -y python-pip | |
| cd /usr/bin | |
| pip install pystache | |
| pip install argparse | |
| pip install python-daemon | |
| pip install requests | |
| cd /opt |
OlderNewer