Skip to content

Instantly share code, notes, and snippets.

View matrizlab's full-sized avatar

Edoardo Armandi matrizlab

View GitHub Profile
@matrizlab
matrizlab / ContextCmder-Disable.reg
Created February 8, 2021 14:36 — forked from jojobyte/ContextCmder-Disable.reg
Cmder Context (Right-Click) Menu for Windows 7, 8 & 10
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder]
[-HKEY_CLASSES_ROOT\Directory\shell\Cmder]
@matrizlab
matrizlab / wp-core-config.cl
Created October 7, 2019 12:26 — forked from jpen365/wp-core-config.cl
Things you can do with wp-cli
wp core config --dbname=database_name --dbuser=database_user --dbpass=user_password --dbhost=localhost --dbprefix=wp_
@matrizlab
matrizlab / wp-config.php
Created September 15, 2019 10:50
WP Debug Constants
# WP Debug Constants for wp-config.php
# Default Log File @ /wp-content/debug.log
// enable debug
define('WP_DEBUG', true);
// log debug info
define('WP_DEBUG_LOG', true);
// display debug info
@matrizlab
matrizlab / laravellocal.md
Created June 29, 2019 08:35 — forked from hootlex/laravellocal.md
Run laravel project locally

##Windows users:

cmder will be refered as console

##Mac Os, Ubuntu and windows users continue here:

  • Create a database locally named homestead utf8_general_ci