Author Archives: Dennis

How to fix that mistake commit you just pushed to your git repository

I’ve already written a time or two how you can use git rebase to change your commit history as you work. Handy handy.. I think everyone should know how to do that. Next up.. what if you pushed a commit … Continue reading

Posted in Programming | Tagged , , , | Comments Off on How to fix that mistake commit you just pushed to your git repository

Changing server ip addresses

OK, so I changed my virtual server ip address in response to my host being allocated a new block of IPs. Anyhow, things seem to have gone ok. I changed DNS timeouts to short, waited, updated everything etc etc… Of … Continue reading

Posted in System Administration | Tagged , | Comments Off on Changing server ip addresses

Git Rebasing Tips

So there you are, using git to store, track and share your code with a few others. Maybe many others. You make a change, someone else makes a change, one or the other of you pulls the others changes and … Continue reading

Posted in Software | Tagged , , , | Comments Off on Git Rebasing Tips

Fixed my RSS feeds

I hadn’t realized I was a victim of the wp blank line bug in my RSS feeds. I found an extra space at the bottom of my wp-config.php file. Fixed. Perhaps that’ll help the rss readers out there.

Posted in Miscellaneous | Tagged , , | Comments Off on Fixed my RSS feeds

Netflix: Your parental controls break everything

Normally I’m an email kind of guy and if a site takes so many precautions to not publish any possible way to contact them except via phone, I’d just bag it altogether and choose an alternative. I actually took the … Continue reading

Posted in Miscellaneous | Tagged , , | 5 Comments

Pulling libraries off Android phones

Well, have you ever wanted to pull a bunch of libraries off an Android phone? I bet you wish you could execute the command like this: > adb pull /system/lib/*.so Sorry. A no go. What about this then: > for … Continue reading

Posted in Programming | Tagged , , , | Comments Off on Pulling libraries off Android phones