Ramblings of a Coder's Mind

Got Tech? Will Hack.

Movement to Bumblebee

I finally took the time out to move away from shared hosting into my own server. It’s been a long time coming but it’s finally here! I hope this will stop issues for Wordpress caused by shared hosting. If it doesn’t, it’s out with Wordpress :)

I ported over data and my database after cleaning up the infections. I have, however lost some of the uploaded images from my past posts so any issues there are regretted :( These images are gone from my Dreamhost server and hence can’t be ported over.. oh well :’(

Thanks once again to those

Read on →

Make a bootable Universal Flash Drive

This is a really old trick for Universal Flash Drives (UFDs) and I’ve been using it for years. I just thought I should document the steps so it’s available as quick reference for me :)

  1. Insert your UFD and make sure all your data is backed up because we’re going to format it.

  2. Run command prompt

  3. Open diskpart (will ask for elevation)

  4. Type “list disk”

  5. find what disk is your USB based on the size. Mine is number 3.

  6. type “select disk 3” (where 3 is the number

    Read on →

HTC Incredible S - Fix for Bootloader saying "Security Warning"

I had this infamous issue where I was stuck with my phone unable to boot for 2 days. I documented everything I learnt so others might find it helpful and as usual, it’s on XDA for all nicey goodness :)

You would want to read this post either because you have already seen this issue and want a fix or haven’t seen the issue yet and want to avoid it. This tutorial has information on how to fix the bootloader Security Warning issue and how to avoid it.

http://forum.xda-developers.com/showpost.php?p=16684717&postcount=38

Fix for Chrome redirecting to URL when opening a new tab

I was helping a friend fix his hacked site when I had to disable ESET to check where his injected code was (because the website ran an img iframe hack to download a trojan on the user’s machines). I found the issue and told him what to do but had my own machine infected in the mean while :(

Chrome kept redirecting me to his website when I opened a new tab (which thankfully Chrome kept warning me was a malicious page). If I kept a tab open with his site, it wouldn’t redirect me again. The problem was localized

Read on →

Rooting HTC Incredible S with Revolutionary

AlphaRevX totally revolutionized the S-Off scene for HTCs everywhere a few months back. I wrote a bunch of posts on XDA-Dev which showed people how to use it. But AlphaRevX doesn’t work on all software versions. One such version was 2.30.x which I was stuck on. I can now confirm that Revolutionary (formed by team unrevoked and team AlphaRev) does work on this version too. Really simple to use.

  1. Go to revolutionary.io and download revolutionary for your OS (Windows/Linux)

  2. Enter the details they request for to get your beta key. It’s pretty straight forward. You

    Read on →

Android terminologies

For a first time Android user looking to customize his phone, XDA-Dev can be filled with a lot of jargon. Hope this helps users understand at least a part of it.

Bootloader a.k.a HBoot

This is the piece of software that runs before anything else on the phone. It basically packages it all up, tells what to run in what order etc. Every computer device has a bootloader in some form or another, be it an Android Phone, iPhone, Windows PC, iMac etc. The HBoot is accessible by switching your phone off, then holding down volume down as you

Read on →

Recursively delete files from a folder in Windows

This is something one might need to do regularly. I need to because wget often creates multiple index.html@* files despite being set up not to (my GUI for wget might forget configs.. who knows?)

I’m left with a couple of hundred folders with 6 html files each which to me is quite irritating. So here’s a simple command to delete files in Windows recursively.

del /S index.html@*

**Change the “index.html@*” part to anything else you might want. Obviously, wild cards are valid. Have fun and be careful! :)

Free Spotify Premium for a month

This is more like an extension for my last post. When you register yourself on Klout and have a look at the spotify perks, you will be given a unique link. Share this with your friends and get 5 of them to register to klout.

Voila! Free Spotify Premium code for you! :-D

Creating your Spotify Account in a blocked country

For those of you who don’t know what Spotify is, it’s a great music streaming site which allows free streaming to your PC and great streaming/offline music play on your mobile device.

So, have you been waiting years to create your Spotify account? Here’s a way to easily get a free spotify invite and register yourself:

  1. Click this link to get your invite. This facility is only available to Klout users so all you have to do is sign in with your Twitter/Facebook account and you’ll be good to go! (Alternately you can comment here with your proper

    Read on →