Ah man, all these servers are driving me CRAZY! I got personal servers, client’s servers, company servers, AMIs, repositories and virtual servers out the waa-zoo.
What’s my username on this server? What’s the IP for that server? Oh yeah, this one requires a key, oh man, what key did I use when I set that up.
SVN Tip: Preview Incoming Changes (With GIT Bonus)
I had to figure out if any of the incoming Source Code Control changes from the upstream SVN repository was going to clobber any of my local changes. Any time I have to google and figure out the best solution I think it is a good time to share. This…
A Little Bit of Love from BASH
That’s fascinating and all, but aren’t we supposed to be learning about something called BASH history, auto-complete?
MySQL Tip: Drop All Tables (With PostgreSQL Bonus)
Certain DBALs and ORMs don’t provide a functional reset method to clear out schema cruft before rebuilding tables (I’m looking at you, Django). Others like SilverStripe tip toe around your schema, appending-never-deleting, so nothing ever gets flat out broken by a rebuild. That behavior is OK with me because their scope usually…