Skip to content

Instantly share code, notes, and snippets.

View ckwanted's full-sized avatar
🎯
Focusing

Mario Peñate Fariñas ckwanted

🎯
Focusing
View GitHub Profile
@ckwanted
ckwanted / ext-xdebug.ini
Created April 14, 2023 18:06 — forked from tuto1902/ext-xdebug.ini
XDebug configuration file
[xdebug]
xdebug.start_with_request=yes
xdebug.discover_client_host=true
xdebug.max_nesting_level=256
xdebug.remote_handler=dbgp
xdebug.client_port=9000
xdebug.idekey=VSCODE
xdebug.mode=debug
xdebug.client_host=host.docker.internal
@ckwanted
ckwanted / apache, php, mysql for MAC OS X 10.11
Created March 26, 2017 20:13 — forked from aichbauer/apache, php, mysql for MAC OS X 10.11
How to install or run apache, php, and mysql on Mac OSX 10.11 with the Terminal
/**ALLOW HIDDEN FOLDER**/
defaults write com.apple.finder AppleShowAllFiles YES
sudo killall Finder
/**APACHE**/
sudo apachectl start
sudo apachectl stop
sudo apachectl restart