Skip to content

Instantly share code, notes, and snippets.

View pfallasro's full-sized avatar

Pablo Fallas pfallasro

  • Zenjob
  • Berlin, Germany
View GitHub Profile
@pfallasro
pfallasro / desconexion.js
Created December 10, 2015 15:25
Plugin Desconexion
var noInternetPopup = null;
$scope.showPopup = function() {
noInternetPopup = $ionicPopup.show({
template: '<p>Por favor verifique que el servicio de red esté habilitado.</p>',
title: 'No hay conexión a internet',
scope: $scope
});
};
@pfallasro
pfallasro / .sh
Last active October 18, 2019 20:59
plumbr_service
#!/bin/bash
# File references
JbossStandAloneFile=/usr/local/jboss/bin/standalone.sh
PlumbrPropertiesFile=/opt/securelink/java/plumbr/plumbr.properties
# JBoss file setting o be added in /usr/local/jboss/bin/standalone.sh
JbossSetting='JAVA_OPTS=\"$JAVA_OPTS -javaagent:\/opt\/securelink\/java\/plumbr\/plumbr.jar\"'
# Plumbr settings to be added in /opt/securelink/java/tools/plumbr/plumbr.properties