Archive for February, 2009

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]

Installing the HP Mini’s Mie interface on Ubuntu How to »

The following are instructions for installing the HP Mini’s Mie interface on Ubuntu.