While I was trying to set up my development environment on a vagrant vm,
I saw a compiler error while installing the excellent YouCompleteMe vim
plugin. Well let me back up a bit..
You install the plugin using
Vundle. After the plugin is
installed you need to run a script …
How to capture shell script output to a logfile and standard output
I wanted the ability to review the output from a shell script. I could always re-direct output to a log file, but then I don’t see where in the script I am currently at. I can always open a second terminal and then tail the lot file I used …
How to make a bootable install of Mavericks on USB Flash Drive
Your USB drive should be called Untitled and formatted as Mac OS Extended (Journaled). The installer should be called Install OS X Mavericks.app and should be in your Applications folder.
Run the following command to prepare your USB to be a bootable installer, Don’t worry.. it takes 20-25 …
Desi Murgh Curry
Change wordpress wp_mail using a plugin
Hosting wordpress on bluehost has been nice except for one problem. All notifications from my wordpress come out weird. The domain name of the sender does not show up as my domain name. It shows up as username@box###.BlueHost.com as explained here.
I had figured out a way …
