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
| ( [4689]11 | *xxS0 | <:1>[2-9]xx[2-9]xxxxxxS0 | 1[2-9]xx[2-9]xxxxxxS0 | 011xxxxxxx. | [#*x][#*x][#*x][#*x]. ) |
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
| Routing tables | |
| Internet: | |
| Destination Gateway Flags Refs Use Netif Expire | |
| 0/1 10.8.0.5 UGSc 3 0 tun0 | |
| default 192.168.1.1 UGSc 10 0 en1 | |
| 10.8.0.1/32 10.8.0.5 UGSc 0 0 tun0 | |
| 10.8.0.5 10.8.0.6 UH 9 0 tun0 | |
| 10.37.129/24 link#8 UC 3 0 vnic1 | |
| 10.37.129.2 0:1c:42:0:0:9 UHLWI 2 7 lo0 |
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
| # taken from http://eigenclass.org/hiki.rb?ruby+live+process+introspection | |
| ################### | |
| # #### RUBY STUFF | |
| define eval | |
| call(rb_p(rb_eval_string_protect($arg0,(int*)0))) | |
| end | |
| define redirect_stdout |
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 | |
| #================================================================================ | |
| # /engineyard/bin/monit_merb_mpc | |
| #================================================================================ | |
| # This script controls the multi-process Merb 1.0 service | |
| # | |
| # Do not forget to ensure this script is executable: | |
| # $ chmod a+x /engineyard/bin/monit_merb_mpc | |
| #================================================================================ |
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 | |
| #================================================================================ | |
| # /engineyard/bin/monit_merb_mpc | |
| #================================================================================ | |
| # This script controls the multi-process Merb 1.0 service | |
| # | |
| # Do not forget to ensure this script is executable: | |
| # $ chmod a+x /engineyard/bin/monit_merb_mpc | |
| #================================================================================ |
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
| # COWBOY CODING FTW! TESTING IS FOR WUSSIES. ;-) | |
| require File.dirname(__FILE__) + '/test_helper' | |
| class CowboyTest < Test::Unit::TestCase | |
| def test_my_awesomeness | |
| (0..12612).each { | |
| assert :this_code_does_not_contain_bugs | |
| } | |
| end |
NewerOlder