Skip to content

Instantly share code, notes, and snippets.

View ctorresr's full-sized avatar

Camilo Torres ctorresr

  • Jacksonville, Florida
View GitHub Profile
@ctorresr
ctorresr / keybase.md
Created June 14, 2018 23:26
kebase.md

Keybase proof

I hereby claim:

  • I am ctorresr on github.
  • I am ctorresr (https://keybase.io/ctorresr) on keybase.
  • I have a public key ASBjyqCLWQZajA4joxjZ1mrbTDu70UEzfjwOVJJ_eR6eYgo

To claim this, I am signing this object:

@ctorresr
ctorresr / README.md
Created June 13, 2018 20:12 — forked from manuelselbach/README.md
xdebug docker on macOS with PhpStorm

Use xdebug with docker on macOS and PhpStorm

To use xdebug with macOS and docker is quite, let´s call it tricky ;)

The following steps need to be proceed to get it working:

  1. use the config from the xdebug.ini wihtin your docker web container. Important: set remote_connect_back to off
  2. set up an alias for your local interface (lo)

To bring up the alias at startup, you can either (sudo may be needed here):

@ctorresr
ctorresr / keybase.md
Created June 13, 2018 15:26
keybase.md

Keybase proof

I hereby claim:

  • I am ctorresr on github.
  • I am ctorresr (https://keybase.io/ctorresr) on keybase.
  • I have a public key ASBjyqCLWQZajA4joxjZ1mrbTDu70UEzfjwOVJJ_eR6eYgo

To claim this, I am signing this object:

@ctorresr
ctorresr / MSSQL PHP7 RECIPE
Created November 16, 2017 19:16
MSSQL PHP7 RECIPE FOR UBUNTU 16.04
#RECIPE: MSSQL PHP 7.1
#SOURCE: https://github.com/Microsoft/msphpsql/tree/dev#install-unix
#Ubuntu 16.04
#STEP-1: Install PHP7+
apt update
apt -y install php7.1 mcrypt php7.1-mcrypt php-mbstring php-pear php7.1-dev php7.1-xml
#STEP-2: Install Prerequisites