Skip to content

Instantly share code, notes, and snippets.

alert("this is injected");
make sure to create the SSH using the “apache” user.
# Added this to fix apache git pull
apache ALL = NOPASSWD: /usr/bin/git
sudo su apache
sudo su ec2-user
@xtarx
xtarx / Accept All invitations on LinkedIn.md
Last active August 29, 2015 14:20
Accept All invitations on LinkedIn

Accept All invitations on LinkedIn

Steps

alt text

  • Navigate to the incoming requests page
@xtarx
xtarx / Cordova File Choose issue Android.md
Last active August 29, 2015 14:12
Cordova File Choose issue on Android 4.4.2 and 4.3

Cordova File Choose issue on Android 4.4.2 and 4.3

Issue

openFileChooser not called when <input type="file"> is clicked on android 4.4 webview

Official

  • [apacheIssue] - Issue on Apache's Cordova
@xtarx
xtarx / MyActivity.java
Created July 24, 2014 22:51
udacity android lesson 2
package com.example.tako.lesson1;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.app.ActionBarActivity;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;