This script seems to get a lot of usage from the net.  After 3 years, it’s time to make this script v1.  I’ve also moved the script to GitHub now.

https://github.com/pdufault/mysqlfragfinder

This will make it easy for anyone for anyone that wants to develop on the script, or just to patch a bug.  Just create an account, fork the project, and start editing!

You can send me a pull request once you’re finished changing it and I’ll review the code and merge it.

{ 0 comments }

My friend Chris Olstrom wrote a step-by-step guide on how to update your Motorola Milestone to run CyanogenMod.  CyanogenMod is a open source firmware for many mainstream Android-powered phones, each update patches out bugs and adds features.  I’d highly recommend giving it a try.

Here’s the link: Installing CyanogenMod on a Motorola Milestone

 

{ 0 comments }

I’m starting to notice that mobile network carriers disable features in their handset on purpose (as shocking and cruel as that may sound.) That strikes up a great deal of irritability from me — I am a sound believer that if I paid for a product, I should be getting full access to what I paid for.  Carriers disabling features on their products is an even greater incentive to not deal with the majority of large cell phone corporations in North America — their dodgy tactics of forcing their customers to pay more money for features they already possess is despicable.  Some providers are starting to open this up, most notable Verizon unlocking the GPS for third-party program use (Google Maps for Mobile, for instance.) Source

Thankfully, the good guys over at xda-developers and ppcgeeks can help you unlock the disabled functionality of your handset, and use your phone like you paid for it. :)

{ 4 comments }

Google Maps for mobile: enable your phone and never carry a map again

March 3, 2009

Google Maps for mobile — it’s one of the greatest offerings that Google’s made in my humble opinion. Armed with my handset (and data connection) and this software, I can never be lost again in the city. Hungry and need to find a local pizzeria in a hurry? No digging through Yellow Pages, viewing shady-looking [...]

Read the full article →

My new HTC Touch Pro from Telus

February 27, 2009

A few weeks ago I purchased a replacement handset to my HTC Touch, the HTC Touch Pro from my local CDMA provider, Telus. I’m very pleased to say that the upgrade was a complete success, and that the majority of my complaints with the Touch have been resolved. My new HTC Touch Pro has improved [...]

Read the full article →

Check out my article on itnewb: Easy Logins With SSH On Linux!

February 23, 2009

I wrote an article for a friends site, check it out: Guide To Easy Logins With SSH On Linux I didn’t know that article writing took so long — the amount of writing, rewriting, critiquing, etc etc was a new experience. I’ll have to keep writing articles — teaching others is a good way to [...]

Read the full article →

Logging all BASH commands to history, and keeping people from deleting/emptying it

February 16, 2009

Usually on Linux server, we have issues with logging the commands that our users are running, especially with BASH. BASH doesn’t log the commands as soon as they’re executed, and the user can do a number of simple things to prevent the log from ever being written to the disk, preventing you from knowing what’s [...]

Read the full article →

Blood donation in Canada

September 23, 2008

I did my 2nd blood donation in Canada today.  I’d like to encourage any Canadian’s that read my blog to go out and schedule a donation to the Canadian Blood Services, it’s a worthwhile experience that can save someone’s life.  It’s free, it’ll take an hour of your time, and you get juice and cookies. [...]

Read the full article →

Android v1.0 released

September 23, 2008

For anybody that cares, Android v1.0 has been released along with the T-Mobile G1 handset running Android on it.  The future is finally here — I can hardly wait. Here’s the download site: http://code.google.com/android/download_list.html Their download page hasn’t been updated yet, but here’s the link to the SDKs: http://dl.google.com/android/android-sdk-linux_x86-1.0_r1.zip http://dl.google.com/android/android-sdk-windows-1.0_r1.zip I’m very excited now.

Read the full article →

Enable date-stamp in your .bash_history file and be more secure

September 4, 2008

While your .bash_history file can be easily cleared by a malicious person that’s gained access to your account,  we can make it harder for them to achieve this. Note: this works in bash v3 and up, so you should be pretty safe in today’s world of bash v3.3+ everywhere. If you’d like to add the [...]

Read the full article →