April 28, 2008, 7:56 am
Restaurants I want to try for a tasty Mexican breakfast..
From The Stranger
El Sabor De Oaxaca
217 James Street
Seattle, WA (closed on weekends)
452 SW 153rd St
Burien, WA
(206) 242-2326
Memo’s Mexican Food
4743 University Way NE
Seattle 98105
(206) 729-5071
Austin Cantina
5809 24th Ave NW
Seattle 98107
(206) 789-1277
Señor Moose
5242 Leary Ave NW
Seattle 98107
(206) 784-5568
Category:
Food |
Comments Off
April 25, 2008, 3:37 pm
I found these photos on Flickr. She is from, and these photos are of, Iceland. I think it conveys the general sense of the country quite well.
April 23, 2008, 10:49 am
When I need to find an open IP, this is a decent way to do it. I wish there were a way to find IPs that don’t respond, but this works for now. This won’t work if your network bans ICMP traffic, or your host doesn’t respond, but is alive.
April 11, 2008, 12:17 pm
From a command window run…
regsvr32 mshtml.dll
regsvr32 shdocvw.dll -i
regsvr32 shell32.dll -i
After each command, you’ll get a pop-up window saying “xxx was registered”
I support a lot of W2K boxes 
April 7, 2008, 3:28 pm
osql -E- Login with your Windows credential
to change your authentication mode to Mixed Mode (meaning you can use both local password such as sa, and Windows Credentials), change…
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\LoginMode from 1 (default) to 2(mixed).
Now that you have mixed, mode you can change the sa password..
osql -E
sp_password NULL,”<new-password>”,sa
go
April 6, 2008, 7:10 pm
Tags:
Food Category:
Food |
Comments Off
April 4, 2008, 9:19 pm
For those savvy in the ways of Unix and maybe even VMware, here is what you need to do…
vmkfstools -i /<source directory>/<VM name>.vmdk /<destination directory>/<VM name>.vmdk
cp /<source directory>/<VM name>.nvram /<destination directory>/<VM name>.nvram
cp /<source directory>/<VM name>.vmx /<destination directory>/<VM name>.vmx
Edit beyond01.nvram and change the swap volume path - AKA sched.swap.derivedName
Register - vmware-cmd register -s /vmfs/volumes/OS_Store/beyond01/beyond01.vmx
Error message about msg.uuid.moved. Use Keep if you are just moving.
Now for the long answer
Continue reading ‘Moving a .VMKD in VMware ESX 3.5’ »