I hereby claim:
- I am jaimerodas on github.
- I am jaimerodas (https://keybase.io/jaimerodas) on keybase.
- I have a public key whose fingerprint is 8AEB 13C8 DA04 6212 5F3F 0E85 C4C7 B374 041E B47F
To claim this, I am signing this object:
var https = require('https'); | |
function generaTexto(event) { | |
var text; | |
if (event.marker) { | |
text = 'AppSignal recibió un release nuevo en el app ' + event.marker.site; | |
} else if (event.exception) { | |
text = 'AppSignal registró un error en el app ' + event.exception.site + "\n"; | |
text += '_'+ event.exception.exception +'_ : ' + event.exception.message + "\n"; |
I hereby claim:
To claim this, I am signing this object:
for gem in `gem list --no-versions`; do | |
gem uninstall $gem -aIx | |
done |
sudo su | |
cd /var/app/current | |
su -s /bin/bash webapp | |
rails c |
11 | |
220 | |
2202 | |
221 | |
2221 | |
2223 | |
2224 | |
2225 | |
2226 | |
2227 |
#!/bin/bash | |
# Set the direction based on the first argument, default to 'up' | |
direction=${1:-up} | |
token="token" | |
# Endpoint and entity ID | |
endpoint="http://homeassistant.local:8123/api" | |
entity_id="light.desk_light_office" |