Skip to content

Instantly share code, notes, and snippets.

View ericrasch's full-sized avatar

Eric Rasch ericrasch

View GitHub Profile
@ericrasch
ericrasch / Vagrant 1.8.5 & Virtual Box 5.1.2 Upgrade Troubleshooting.md
Created August 15, 2016 20:33
Vagrant 1.8.5 & Virtual Box 5.1.2 Upgrade Troubleshooting

Error: ssh-cleanup

(Usually occurs when running Vagrant Up (Evolution ​v1.3.16​) = Vagrant 1.6.5 Virtual Box 4.3)

There are errors in the configuration of this machine. Please fix
the following errors and try again:

vm:
* The 'ssh-cleanup' provisioner could not be found.
  • Upgrade to Vagrant 1.8.5+ & Virtual Box 5.1.2+
@ericrasch
ericrasch / SEO Checklist.md
Last active August 7, 2021 20:38
SEO Checklist
@ericrasch
ericrasch / Steps to Winning Featured Snippets.md
Last active October 6, 2019 12:10
Steps to Winning Featured Snippets
@ericrasch
ericrasch / Increasing Website Traffic.md
Created August 4, 2016 19:55
Increasing Website Traffic Case Studies
@ericrasch
ericrasch / hyperterm.js
Created July 27, 2016 21:18
My HyperTerm settings
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 14,
// font family with optional fallbacks
fontFamily: '"Operator Mono", Menlo, "DejaVu Sans Mono", "Lucida Console", monospace',
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
cursorColor: 'rgba(211,0,123,0.75)',
@ericrasch
ericrasch / 00_manually-upgrading-wordpress.md
Last active April 12, 2016 18:15
Manually Upgrading Wordpress

Manually Upgrading WordPress

For sites that aren’t running on Genesis/Evolution

Backup Your Database & Files

Always backup content before beginning the manual update in case a revert is needed.

Check Plugins

@ericrasch
ericrasch / restore osx.md
Last active April 13, 2016 18:29
How to reset a Mac: restore your Mac to the original factory settings

Restore your Mac to the original factory settings

  1. Deauthorize your iTunes store account. (You should also deauthorize any third-party apps, such as Photoshop, that are locked to your Mac).
  2. Turn off FileVault (if you are using it).
  3. Sign out of iCloud.
  4. Restart the Mac in Recovery Mode (hold down Command + R key during restart).
  5. Use Disk Utility to erase the hard drive. Click on Disk Utility > Continue. Select the Main volume and click Unmount then Erase). Quit Disk Utility (Disk Utility > Quit Disk Utility).
  6. Click Reinstall OS X and Continue. Follow the instructions to reinstall Mac OS X.

Source: http://www.macworld.co.uk/how-to/mac/how-reset-macbook-restore-your-mac-original-factory-settings-3494564/

Key Features:

  • Integrates with CRM, email marketing and other programs
  • Analyze data from multiple channels in a single interface
  • Visitor-focused data instead of broad stats

Pros

@ericrasch
ericrasch / good PR desc.md
Created July 8, 2015 14:06
Helpful GitHub PR descriptions

Please write a short description of what the PR entails for project. Also, please remember to begin your PR as soon as you create a branch and make your first commit. This allows others to see what's actually being worked on and what the latest updates are (especially if a project has a lot of existing branches).

REF:

  • {{insert any Basecamp or other links that are relevant to the project here}}

TODO

@ericrasch
ericrasch / gulp errors fixed.md
Last active August 29, 2015 14:22
NPM + Gulp.js errors (npm ERR + throw err + libsass) have been resolved...

When running npm update I was getting this error: npm ERR! cb() never called!

This answer on StackOverflow helped solve that issue:

So here's the fix for that. These steps are from David Walsh's blog

  1. Clear your npm cache: sudo npm cache clean -f
  2. Install the latest version of the Node helper: npm install -g n
  3. Tell the helper (n) to install the latest stable version of Node: sudo n stable