Skip to content

Instantly share code, notes, and snippets.

@mrsombre
Last active March 14, 2019 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrsombre/20b1675ca720c946385ec97cdf95ccc0 to your computer and use it in GitHub Desktop.
Save mrsombre/20b1675ca720c946385ec97cdf95ccc0 to your computer and use it in GitHub Desktop.
Useful snippets
# MySQL config files
/usr/sbin/mysqld --verbose --help | grep -A 1 "Default options"
# composer install
curl -sSL https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment