Category Archives: Computers and Technology
How to fix Ubuntu 11.04 / 11.10 (How to live with Gnome3 / Gnome-shell)
I often find myself looking forward to April and October, because these are the months when Ubuntu releases their latest updates for my favorite operating system. But, with my most recent upgrade I found myself thrown into the world of … Continue reading
The top Android apps that you shouldn’t live without.
Below is my list of Android apps that every phone should have (in my humble opinion). Some of these might require root access. ADW.Launcher (AnderWeb) Extremely customizable launcher replacement. This gives you back the control of your Android phone that … Continue reading
Samba file sharing for your Android phone
More and more, our phones are becoming little computers that we carry around with us everywhere. And we store more and more files on these little electronic brains of ours. But what happens when you can’t find that USB cable … Continue reading
How to remove a WordPress header image (twentyten theme).
The Short Answer… In path-to-your-blog-install/wp-content/themes/twentyten/header.php on line 79, replace this: <img src=”<?php header_image(); ?>” alt=”" width=”<?php echo HEADER_IMAGE_WIDTH; ?>” height=”<?php echo HEADER_IMAGE_HEIGHT; ?>” /> With this: <?php if(strlen(get_header_image()) > 0) : ?> <img src=”<?php header_image(); ?>” alt=”" width=”<?php echo HEADER_IMAGE_WIDTH; … Continue reading
Why your PS3 needs so many updates.
Have you ever noticed that your PS3 requires a lot of updates lately? And that they typically don’t come with any new features? Well, you’re not alone and you’re not imagining things. The folks as Sony have been busy releasing … Continue reading
Use Hibernate to keep the peace in a multiple OS household.
For those of us that are into computers, its likely you’ve been tempted or have already taken the plunge on a multi Operating System machine. The problem arises when you share that machine with others in the family. Perhaps you … Continue reading