Search

This is a great article for protecting your exposure on Facebook.

10 Privacy Settings Every Facebook User Should Know

Popularity: 3% [?]

  • Share/Save/Bookmark

Music of the Week – Static X

Posted by Zen on May 1st, 2009

Static X – Terminal
Cult of Static

Popularity: 2% [?]

  • Share/Save/Bookmark

Script to Mount / Unmount TrueCrypt Volumes

Posted by Zen on April 15th, 2009

I found a great article about a script to mount a TrueCrypt Volume on Windows here.  It also detailed a script to unmount the volume.

I decided to improve on it a bit, and allow the same script to mount and unmount the volume (by testing to see if the volume is mounted).  I did not include his password parameter because TrueCrypt will ask for the password anyway.  And I really don’t want to code my password into any script.

So here is the script:

REM TrueCrypt mounting script (version 2)
REM Based on script Written by Mark Ursino (allthingsmarked.com)
REM Modified by Zen (Zenmojo.com)
REM Modifications are allowed, but please include these comments
@echo off

set TrueSource=I:\TrueCrypt\truecrypt
set Source=I:\volume.cab
set Drive=O:

IF EXIST “%Drive%” goto unmount

:mount
cls
“%TrueSource%” /v “%Source%” /l “%Drive%” /m /a /p /q
explorer.exe “%Drive%”
cls
goto end

:unmount
cls
“%TrueSource%” /d”%Drive%” /q
cls
goto end

:end
cls

Notes:
TrueSource is the location of your truecrypt.sys file (from the stand-alone version of TrueCrypt)
Source is the source of your TrueCrypt file
Drive is the drive letter you want to mount the file to

Popularity: 4% [?]

  • Share/Save/Bookmark

Music of the Week – Machinehead

Posted by Zen on March 25th, 2009

Machinehead – Halo

Popularity: 3% [?]

  • Share/Save/Bookmark

Music of the Week – Atreyu

Posted by Zen on March 11th, 2009

Atreyu – Demonology And Heartache

Popularity: 3% [?]

  • Share/Save/Bookmark

Music of the Week – Underoath

Posted by Zen on March 4th, 2009

Underoath – When the Sun Sleeps

oldie but a goodie

Popularity: 3% [?]

  • Share/Save/Bookmark

Music of the Week – Sonic Syndicate

Posted by Zen on February 25th, 2009

Sonic Syndicate- Encaged

Popularity: 4% [?]

  • Share/Save/Bookmark

How to Create your own POI’s for your Garmin GPS unit.

Posted by Zen on February 20th, 2009

Software you will need:
Google Earth
POIEdit
POI Loader

  1. Load all your Coordinets/Addresses in Google Earth and drag to an appropriately named  folder under My Places.
  2. Right-Click on that folder and select Save Place As…  and save it as a .kml file.
  3. Fire up POIEdit and open the .kml file you just saved.  Then select the File menu and Save As.
  4. Select to save it as a Garmin Comma Seperated file.  And save that file in the same directory you save your other POI files.
  5. Then use Garmin POI Loader to load the csv file.

Popularity: 4% [?]

  • Share/Save/Bookmark

Stamp ID3 Tag Editor

Posted by Zen on February 19th, 2009

This is exactly the tool I was looking for to easily update Tags.

http://www.nch.com.au/tageditor/

Popularity: 5% [?]

  • Share/Save/Bookmark

Music of the Week – All That Remains

Posted by Zen on February 18th, 2009

Metal: All That Remains – This Calling

Popularity: 5% [?]

  • Share/Save/Bookmark