I hereby claim:
- I am marioy47 on github.
- I am marioyepes (https://keybase.io/marioyepes) on keybase.
- I have a public key ASBiddd_dTsR6Hq5SnMu7ijUDF80tK2AWwf8cazqyEhAswo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Script to dump all databases from a MySQL server | |
| if [ "$2" -eq "" ]; then | |
| echo "Usage: $0 <mysql_root_user> <mysql_root_pass>" | |
| exit | |
| fi | |
| #!/bin/bash | |
| # Script para la instalacin de NextCloud (https://nextcloud.com) usand el script de mantenimiento | |
| # Con el aliciente que el directorio de datos estará por fuera de los archivos de ejecucin de | |
| # NextCloud. De esta manera es mucho mas facil hacer backups en servicios como AWS Glacier | |
| INSTDIR=/var/www/dazzet_cloud | |
| DATADIR=/var/www/dazzet_clouddata | |
| CLOUDUSER=admin |
| {# Enlace de confirmación original #} | |
| {{ confirmation_link }} | |
| {# Enlace de confirmación con nuevo texto #} | |
| {{ confirmation_link | replace_inner_html: “Llévame al sitio.” }} |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
| VAGRANTFILE_API_VERSION = "2" | |
| Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
| config.vm.box = "precise64" | |
| config.vm.box_url = "http://files.vagrantup.com/precise64.box" | |
| config.vm.network :private_network, ip: "192.168.33.33" |
| #!/bin/sh | |
| echo "What should the Application be called (no spaces allowed e.g. GCal)?" | |
| read inputline | |
| name="$inputline" | |
| echo "What is the url (e.g. https://www.google.com/calendar/render)?" | |
| read inputline | |
| url="$inputline" |
| [user] | |
| name = Mario Andrés Yepes C | |
| email = [email protected] | |
| [color] | |
| branch = auto | |
| diff = auto | |
| interactive = auto | |
| pager = true | |
| status = auto | |
| ui = true |
| <snippet> | |
| <content><![CDATA[ | |
| <!doctype html> | |
| <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> | |
| <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> | |
| <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> | |
| <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> | |
| <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | |
| <head> | |
| <meta charset="utf-8"> |