RSS Feed for How toCategory: How to

How to Create a Bootable USB Flash Drive »

In order to create a bootable USB Flash Drive, you will need some knowledge of computers.  I will attempt to make these directions as simple as possible, but even I can be a bit obtuse at times.  (Who said that?)   Also note that there are other ways to do this, but I am going [...]

Boxee is BACK!!! With new HULU goodness!!! »

Well it didn’t take long for the Boxee team to come up with a new alpha release that includes more gooey goodness including a fix to the pesky Hulu.com issue.
Last night the folks at Boxee announced the release of a new Boxee alpha.  The top additions to this new alpha are the support for Pandora [...]

Boxee Remote for the IPhone/Ipod Touch!! »

A new application has been released for the Ipod Touch and the Iphone.  A Boxee Media Center remote control application that in my opinion is CRISPY!!!!  The application which is currently available through the App store on your device can be downloaded for free and gives you control over any Boxee media center you may [...]

Prevent Hot Linking »

Just a quick tip to prevent hot linking to the items on your blog. Saves bandwidth and prevent others from embedding images on your site in their blogs.
Add the following code to the .htaccess file at the root of your site.
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?YourDomain.com/.*$ [NC]
RewriteRule \.(gif|png|jpg)$ – [F]

MythTv Remote on your N800/N810 »

Lirc being a pain?  Does your favorite universal remote NOT work with your new myth box. Mythetomer is a remote control application for your N800 or N810 to control your MythTv.  Mythetomer uses your WLAN or Bluetooth to make a connection to your Myth Frontend for full control.  No cables, no hours of configuring key [...]

How to setup Clonezilla on Linux (Ubuntu). Quick start guide. »

Replace Symantec Ghost Enterprise with Clonezilla.
Since posting my article listing the open source alternatives to Symantec Ghost Enterprise, I have received a lot of questions related to installing and configuring Clonezilla, so I thought it would be a good idea to post a “quick start guide” for installing Clonezilla.
The following applies to setting up a [...]

How to listen to Sirius online with your Nokia N800 N810 internet tablet. »

I’ve had a subscription to sirius satellite radio for the last four months and I can’t say enough good things about it. The best thing about it, besides the lack of commercial interruptions and music selection, is that with the online streaming, you don’t really need to purchase a sirius radio as long as you [...]

Cmd line local and mapped printers to your will all over your network. »

I previously wrote about how to delete a local printer on your network but, I have expanded my knowledge on local and mapped printers using the command (cmd) line and decided to share my omnipotence with you. (my head just exploded from ego overload) These little nuggets of fried gold will keep you [...]

How to crack / recover an Adobe PDF password using pdfcrack for Linux. »

From time to time I am asked to break a password on an Adobe PDF file. This mostly comes up when the user who created the pdf can’t remember what their own password is. As annoying as that is, actually recovering the password is simple using pdfcrack.
PDFCrack is a GNU/Linux application (or any other [...]

How to print out a list of your files and folders in windows. »

A coworker of mine recently asked me how he could get a printout of his files and folders. I replied “why are you asking me? I don’t freaking know” (In my defense, I have been out of Zoloft for a week) So as an apology, I did some research and found [...]