Edit : vim /etc/ssh/sshd_config change port service ssh restart
Edit : vim /etc/mysql/my.cnf change port under mysqld service mysql restart
TERM_CHILD=1 COUNT=5 QUEUES=* bundle exec rake resque:workers |
#!/bin/bash | |
# Install | |
# This script need a API key from TinyPNG. See this page: https://tinypng.com/developers | |
# It also need jq library, which can be install thanks to: `brew install jq` | |
# Usage | |
# cd to your folder. This script will compress all PNG or JPG files recursively. | |
API_KEY="CHANGE_ME" |