Hi, I'm just your average pen. Kinda new here, just lookin' for frenz.
A Pen by Jake Albaugh on CodePen.
| ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl |
| mysql -u username -p | |
| SHOW VARIABLES LIKE 'connect_timeout'; | |
| SET GLOBAL connect_timeout=60; |
Hi, I'm just your average pen. Kinda new here, just lookin' for frenz.
A Pen by Jake Albaugh on CodePen.
| # This is a .gitignore file for git-managed WordPress projects using Yeopress. | |
| # Ignore everything in the root except the "htdocs" directory. | |
| /* | |
| !.gitignore | |
| !htdocs/ | |
| # Ignore everything in the "wordpress" directory except the "wp-content" directory | |
| htdocs/* | |
| !htdocs/wp-content/ | |
| # Magento | |
| htdocs/app/etc/local.xml | |
| htdocs/media/* | |
| !htdocs/media/.htaccess | |
| htdocs/var/* | |
| !htdocs/var/.htaccess | |
| htdocs/sitemap | |
| htdocs/staging |