Ghandi
Nickname
Ghandi
From/Now
White Plains, NY/Brooklyn, NY
Available for
Brogrammers, Leisurely Bike Rides, Codez
About
My tumblr blog below should help. More of the same at daveghandihall.tumblr.com, and d-g-h.co
Ghandi's Posts
4.25.2013
refactor...for those projects.
thechangelog.com/csscss-find-duplicated-css-rules/
4.24.2013
Install MariaDB in place of MySQL
centosforge.com/node/how-replace-mysql-mariadb-centos-6-including-mysql-uninstall-instructions-and-yum-install
4.12.2013
Wedding Music
2.14.2013
mutt
sheet.shiar.nl/mutt
2.8.2013
blog.philippklaus.de/2012/02/install-dnsmasq-locally-on-mac-os-x-via-homebrew/
1.30.2013
Thanks again. StackOverFlow FTW
for file in *.zip; do dir=$(basename “$file” .zip); mkdir “$dir”; cd “$dir”; unzip ../”$file” && rm ../”$file”; cd ..; done
12.11.2012
MySQL Distinct Categories ID and Name for Wordpress
select distinct t.term_id, name, count from wp_term_taxonomy ttinner join wp_terms t on tt.term_id = t.term_idwhere taxonomy = ‘category’
11.9.2012
Getting Other people on your EC2 Instance (Safety)
#viaemail #ec211.3.2012
setfiletype
:setfiletype jade , I installed vim-jade, but I couldn’t get working till I did this, if only I had checked the issues sections on the github page, always check for issues so you don’t have issues.
8.24.2012
Parsing a PHP object and Missing JSON
In a nutshell…
http://stackoverflow.com/questions/1522572/parsing-stdclass-object-data-in-php
#ImissJSON8.20.2012
No Mouse.

8.3.2012
Test All Screens Bro...
#responsive6.30.2012
Instagr.am API down?
Hopefully, our free API days are not over, I was just going to redesign the page using jquery’s mason plugin.
#bummer6.27.2012
tinypng.org
6.24.2012
This site might be faster tomorrow.
codingsteps.com/install-php-fpm-nginx-mysql-on-ec2-with-amazon-linux-ami/
#staytuned6.23.2012
GS to EC2
So far so good. I’m think my shared hosting days are over. Which, is good
news for this site.
6.23.2012
Elaborate
Varnish + Nginx + PHP-FPM (and W3TC for Wordpress) > LAMP
6.10.2012
Multiple Python Envs
stackoverflow.com/questions/5506110/python-it-is-possible-to-install-another-version-of-python-to-virtualenv
6.3.2012
Hipster Branding...
http://hipsterbranding.tumblr.com/
Why do you feel like I have seen these somewhere?
6.1.2012
And the Reading Material...
 rubyinside.com/media/poignant-guide.pdf
#try #ruby