This file contains 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
# I dont want header | |
// this is a comment. |
This file contains 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
git clone https://github.com/HipByte/RubyMotionSamples | |
cd RubyMotionSamples/android/Hello | |
rake device | |
# and the output | |
Compile ./app/main_activity.rb | |
clang: error: no such file or directory: './build/Development-28/obj/local/armeabi-v7a/Users/psethi/practice/RubyMotionSamples/android/Hello/app/main_activity.rb.armv7.o.s' | |
clang: error: no input files | |
rake aborted! |
This file contains 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
# Trying to include a .js.erb file | |
<script type='text/javascript' src='/js/test.js.erb'></script> | |
# getting error | |
# ActionController::RoutingError (No route matches [GET] "/js/test.js.erb"): | |
# cntent of test.js.erb |
This file contains 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
better-cap sudo bettercap -T 10.149.236.117 -L -D --proxy -P POST | |
_ _ _ | |
| |__ ___| |_| |_ ___ _ __ ___ __ _ _ __ | |
| '_ \ / _ \ __| __/ _ \ '__/ __/ _` | '_ \ | |
| |_) | __/ |_| || __/ | | (_| (_| | |_) | | |
|_.__/ \___|\__|\__\___|_| \___\__,_| .__/ | |
|_| v1.4.1 | |
http://bettercap.org/ | |