Skip to content

Instantly share code, notes, and snippets.

@artes-visuales
artes-visuales / Remove MySQL on Mac OS X
Last active August 29, 2015 14:20
Remove MySQL on Mac OS X
sudo rm /usr/local/mysql
sudo rm -rf /usr/local/mysql*
sudo rm -rf /Library/StartupItems/MySQLCOM
sudo rm -rf /Library/PreferencePanes/My*
(Edit /etc/hostconfig) sudo vi /etc/hostconfig (Remove line MYSQLCOM=-YES)
sudo rm -rf /Library/Receipts/mysql*
sudo rm -rf /Library/Receipts/MySQL*
sudo rm -rf /var/db/receipts/com.mysql.*
@artes-visuales
artes-visuales / 0_reuse_code.js
Created September 23, 2016 05:45
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@artes-visuales
artes-visuales / xampp-enable-ssl
Created October 30, 2016 09:26 — forked from rxnlabs/xampp-enable-ssl
XAMPP - enable ssl on Mac
sudo ./Applications/XAMPP/xamppfiles/xampp enablessl
@artes-visuales
artes-visuales / README.md
Created October 31, 2016 08:16 — forked from jonathantneal/README.md
Local SSL websites on macOS Sierra

Local SSL websites on macOS Sierra

These instructions will guide you through the process of setting up local, trusted websites on your own computer.

These instructions are intended to be used on macOS Sierra, but they have been known to work in El Capitan, Yosemite, Mavericks, and Mountain Lion.

NOTE: You may substitute the edit command for nano, vim, or whatever the editor of your choice is. Personally, I forward the edit command to Sublime Text:

alias edit="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"
@artes-visuales
artes-visuales / cf7.css
Created August 7, 2018 09:28 — forked from TutorialWordPress/cf7.css
Principales estilos CSS para personalizar el plugin Contact Form 7
/* Estilos generales (Ancho del formulario, borde, fondo, tipo de letra...)*/
.wpcf7 {}
/* Campo de texto y mensaje*/
.wpcf7-text, .wpcf7-textarea {}
/* Estilo al pinchar sobre el campo de texto y mensaje */
.wpcf7-text:focus, .wpcf7-textarea:focus {}
/* Etiqueta de los campos*/