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
| ubuntu@ip-10-170-178-152:/etc/init.d$ ps aux | grep nginx | |
| root 20005 0.0 0.0 6380 844 ? Ss 01:12 0:00 nginx: master process /opt/nginx/sbin/nginx | |
| www-data 20006 0.0 0.0 6556 1728 ? S 01:12 0:00 nginx: worker process |
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
| if [[ -s "/usr/local/rvm/environments/ruby-1.9.2-p136@fat" ]] ; then | |
| . "/usr/local/rvm/environments/ruby-1.9.2-p136@fat" | |
| else | |
| rvm --create use "ruby-1.9.2-p136@fat" | |
| fi |
NewerOlder