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
#!/bin/bash -v | |
# Install prereguisites | |
yum update ca-certificates -y | |
yum install epel-release -y | |
yum install ansible -y | |
yum install git -y | |
yum install s3cmd -y | |
# setup private key that will be used to clone git repo |
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
#!/usr/bin/env pypy | |
[[email protected] bin]$ /srv/rtb/bin/update_fraud_cache | |
Traceback (most recent call last): | |
File "app_main.py", line 75, in run_toplevel | |
File "/srv/rtb/bin/update_fraud_cache", line 10, in <module> | |
from rtb.config import config | |
ImportError: No module named rtb |
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
92464* seq 1 10 | |
92465* seq 1 10 | parallel echo | |
92467* seq 1 10 | parallel echo | ag '[135]' | |
92468* seq -w 001 010 | |
92469* seq -w 001 010 | parallel --dryrun ssh bid{}.smq.mgnt.cc 'yum info kernel' | |
92470* seq -w 001 010 | parallel --dryrun ssh bid{}.smq.mgnt.cc "'yum info kernel'" | |
92471* seq -w 001 010 | parallel ssh bid{}.smq.mgnt.cc "'yum info kernel'" | |
92473* seq -w 001 010 | parallel ssh bid{}.smq.mgnt.cc "'yum info kernel'" | |
92474* seq -w 001 010 | parallel ssh bid{}.smq.mgnt.cc date | |
92475* seq -w 001 010 | parallel --tag ssh bid{}.smq.mgnt.cc date |
NewerOlder