Aug 18

I keep all my sensitive documents encrypted in Truecrypt volumes (don’t you?).  But I ran into a problem when I wanted to share a Truecrypt volume across my home network.  I had to setup the share every time I mounted the volume.

Then it hit me; my flaw was that I was trying to set up a share within the Truecrypt volume.  I needed to set up a share and then mount the TC volume inside that share.    But you can’t mount a Truecrypt volume to a directory.  Humm….

Enter Hardlink Shell Extension.  HSE will let you create Volume Mount Points in Windows.  That will let you “map complete local volumes onto arbitrary disk locations”.  So you can create a VMP (as a folder) and point it at the drive letter of your TC volume.   That way whenever you mount the TC volume to that drive letter, it will already be shared.

After installing the HSE, Mount your TC volume, right-click, and select “Pick Link Source”

pick-link

Now go to the drive you are going to set up your shared folder and right click.  Then select “Drop As…” and “Volume Mountpoint”.

drop-vmp

Now just share the resulting folder.

When you mount the TC volume (or any TC volume for that matter) to the drive letter you selected as your “Link Source” it will be shared.

–Zen

Popularity: 12% [?]

  • Share/Save/Bookmark
Sep 05

I never could find a good script to check to see if a Macromedia Contribute key had been installed for a user on a machine, and if not then to run the key. So I made one. This one is for Contribute 2, but I think it will work with 3 (if you change the Site folder to 3). And it assumes that the user will only be running one Site. I make the Contribute Icon/Shortcut point to this script.

You will need to change “h:\key.stc” to the location of your key. You will need to save the following script as a .vbs

Set objFSO = CreateObject(”Scripting.FileSystemObject”)
Set objNetwork = WScript.CreateObject(”WScript.Network”)
strUserName = objNetwork.UserName
If objFSO.FileExists(”C:\Documents and Settings\” & strUserName & “\Local Settings\Application Data\Macromedia\Contribute 2\Sites\Site1\_mm\contribute.xml”) Then
Set wshShell = WScript.CreateObject (”WSCript.shell”)
wshshell.run “”"C:\Program Files\Macromedia\Contribute 2\Contribute.exe”"”, 6, True
set wshshell = nothing
Wscript.Quit
Else
Wscript.Echo “Your Contribute Key needs to be installed on this computer. Click OK to begin.”
Set wshShell = WScript.CreateObject (”WSCript.shell”)
wshshell.run “h:\key.stc”, 6, True
set wshshell = nothing
End If

References:
1) http://www.microsoft.com/technet/scriptcenter/resources/qanda/jun05/hey0620.mspx
2) http://www.microsoft.com/technet/scriptcenter/resources/qanda/jun05/hey0620.mspx
2) http://www.computerperformance.co.uk/Logon/Logon_HomeDirAdv.htm

Popularity: 37% [?]

  • Share/Save/Bookmark
Apr 26

http://www.microsoft.com/office/backup/en-us/default.mspx

Popularity: 12% [?]

  • Share/Save/Bookmark
Feb 11

if you really want to: Here’s How

Popularity: 13% [?]

  • Share/Save/Bookmark
Jan 14

Gnatt

Popularity: 9% [?]

  • Share/Save/Bookmark
Aug 21

http://home.snafu.de/tilman/xenulink.html

Popularity: 9% [?]

  • Share/Save/Bookmark
Jul 25

Here is a website for easy vmx creation: http://www.easyvmx.com/ 

Two great resources for instructions on how to Create VMware images:

Newsforge

Linux Docs

Popularity: 9% [?]

  • Share/Save/Bookmark
May 02

I just came across a great utility to split up large folders so that they may be burned to several cd’s or dvd’s.

It uses Hard Links, so it will create perfectly sized folders without acutally copying or modifying the data that is to be burned.

Check it out

Directions here: http://www.photo.net/bboard/q-and-a-fetch-msg?msg_id=00Etbl&tag=

File Download here: http://www.oboguev.net/scratch/HardLink.zip

Popularity: 10% [?]

  • Share/Save/Bookmark
May 02

Error: “LU1803: LiveUpdate failed while getting your updates” or “LiveUpdate had an internal error while getting your updates”

Finally found a fix for this that works!

Go to the Documents and Settings\All Users\Application Data\Symantec

Delete the whole LiveUpdate directory
Go into Commone Client and delete all the files you can (there may be one that says it can’t be deleted because it is in use)

Now run LiveUpdate

This should fix the problems

Popularity: 17% [?]

  • Share/Save/Bookmark