yum --disableplugin=fastestmirror install php-devel libmcrypt-devel gcc
cd /tmp
wget http://museum.php.net/php5/php-5.3.3.tar.gz
tar xf php-5.3.3.tar.gz
cd php-5.3.3/ext/mcrypt/
phpize
aclocal
./configure
make
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
http://help.snapengage.com/useful-chat-commands/ |
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
for i in `pgrep -u root salt-minion`; do pstree -a $i; done; |
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/sh | |
cat << EOF | |
▄▄▄▄ ██▓ ██▓▄▄▄█████▓▒███████▒ | |
▓█████▄ ▓██▒ ▓██▒▓ ██▒ ▓▒▒ ▒ ▒ ▄▀░ | |
▒██▒ ▄██▒██░ ▒██▒▒ ▓██░ ▒░░ ▒ ▄▀▒░ | |
▒██░█▀ ▒██░ ░██░░ ▓██▓ ░ ▄▀▒ ░ | |
░▓█ ▀█▓░██████▒░██░ ▒██▒ ░ ▒███████▒ | |
░▒▓███▀▒░ ▒░▓ ░░▓ ▒ ░░ ░▒▒ ▓░▒░▒ | |
▒░▒ ░ ░ ░ ▒ ░ ▒ ░ ░ ░░▒ ▒ ░ ▒ |
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
[program:my-app] | |
command=sh /home/blitz/my-app.sh | |
directory=/home/blitz | |
user=blitz | |
startsecs=5 | |
startretries=3 | |
stopsignal=TERM | |
stopwaitsecs=10 | |
autostart=true | |
autorestart=true |
- AWS CLI is installed
- AWS CLI profile is configured and the profile you are using is named
blitz
as it will be referenced throughout with--profile
- Valid AWS key pair
- Valid AWS ID and access key
Symlink Graphviz dot
sudo ln -s /usr/local/bin/dot /usr/bin/dot
./manage.py foobar --verbosity 3 --traceback
./manage.py runserver [::]:8000 --verbosity 3 --traceback