Skip to content

Instantly share code, notes, and snippets.

View orlando's full-sized avatar
🦅

Orlando Del Aguila orlando

🦅
View GitHub Profile
@orlando
orlando / Dockerfile
Created April 19, 2018 02:09
WordPress Docker SMTP email configuration with environment variables
FROM wordpress:latest
# Setup SMTP by running apache2-config.sh
COPY ["apache2-config.sh", "/usr/local/bin/"]
CMD ["apache2-config.sh"]
@orlando
orlando / event.js
Last active October 24, 2016 22:00
Poors man EventSupport example
class EventSupport {
constructor(props) {
this.parent = props.parent;
this.name = props.name;
this.eventQueue = {};
}
trigger(eventName, props) {
if (typeof props === 'undefined') {
@orlando
orlando / slackNotify.js
Last active November 3, 2016 14:13
lambda sns slack notify function
var slackWebhookPath = '/services/T02N0QWAS/B2N58DH4N/lczo4THnmZvr2sNVMutCGH4P';
var https = require('https');
var util = require('util');
var colorMap = {
'ALARM': 'danger',
'OK': 'good',
'INSUFFICIENT_DATA': 'warning'
};
exports.handler = function(event, context) {
@orlando
orlando / VierPagerAndroid.android.with-plugin.js
Last active August 30, 2016 21:37
ViewPagerAndroid.android.js babel issue
var ViewPagerAndroid = function (_React$Component) {
babelHelpers.inherits(ViewPagerAndroid, _React$Component);
function ViewPagerAndroid() {
var _ref;
var _temp, _this, _ret;
babelHelpers.classCallCheck(this, ViewPagerAndroid);
@orlando
orlando / .drone.yml
Created July 11, 2016 17:26
Drone.yml Node.js
build:
image: node:5-wheezy
commands:
- npm install --silent
- npm test
cache:
mount:
- .git
- node_modules
@orlando
orlando / swap.md
Created July 11, 2016 17:25
Habilitar memoria swap en Ubuntu.

Memoria Swap en Ubuntu

Estos son los pasos a seguir para habilitar memoria swap en tu VPS corriendo Ubuntu, probablemente esto sirva para otros VPS

echo "Reemplazar 4G por el doble de memoria ram del sistema, ejemplo si tengo 1gb de ram, entonces colocar 2G)"
sudo fallocate -l 4G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
@orlando
orlando / helpers.scss
Created April 3, 2016 03:11
padding margins helpers
// padding/margins helpers
$sizes: (xs: 0.5rem, sm: 1rem, md: 1.5rem, lg: 2rem, xl: 2.5rem);
$properties: ('top', 'right', 'left', 'bottom');
@each $name, $value in $sizes {
@each $prop in $properties {
.margin-#{$prop}-#{$name} {
margin-#{$prop}: $value;
}
@orlando
orlando / mac-setup.md
Last active January 27, 2024 21:18 — forked from todc/mac-setup.md
Fresh Mac OS Setup

1. Run Software Update

Make sure everything is up to date in the App Store

2. Install Homebrew

  1. Open a terminal window and execute the Homebrew install script:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
@orlando
orlando / jquery_ujs_safari_workaround.js
Last active July 25, 2016 04:16
Rails jquery-ujs Safari UI locking workaround
// Safari blocks the UI as soon as a form is submitted
// This behaviour prevents us from doing animations inside buttons
// This is a workaround to give the render engine some time before blocking
// This depends on jQuery browser to know if the current browser is Safari
// We happened to have that dependency when I implemeneted this workaround
$(function () {
if (!$.browser.safari) {
return;
@orlando
orlando / keybase.md
Created November 28, 2014 02:34
keybase.md

Keybase proof

I hereby claim:

  • I am orlando on github.
  • I am orlando (https://keybase.io/orlando) on keybase.
  • I have a public key whose fingerprint is D83C 56F0 986E 294C A631 0473 A692 3BDA F7BF BD00

To claim this, I am signing this object: