0. Internet 1. Text 2. Graphics 3. System 4. File 5. Misc 6. Palm 7. OS X |
Random harvest #
/misc | Jan 31, 2012 Verify disk wipe #After zero-filling a disk, verify with hexdump or md5sum and All-Zero Hash Calculator. On a 2.5" 500GB SATA drive, both hexdump and md5sum took 144m16s to run. hexdump: $ hexdump /dev/sda 0000000 0000 0000 0000 0000 0000 0000 0000 0000 * 7470c060007470c06000 hex = 500107862016 decimal, which is the number of bytes on disk. md5sum and All-Zero Hash Calculator: $ md5sum /dev/sda 91564846bfd6055945b31bbd831378a7You'll need the number of bytes or sectors (the latter may be listed on the drive sticker as LBA) to verify the hash: $ fdisk -l /dev/sda Disk /dev/sda: 500.1 GB, 500107862016 bytes
$ testdisk /dev/sda
Proceed > None > Advanced > Size in sectors
976773168
/nix | Jan 29, 2012 Fix Windows XP BSOD after motherboard swap #Possibly avoid a repair install after swapping motherboards by using FixIDE (from the author of D7, spotted on GSD). /windows | Jan 28, 2012 Reset Trend Micro OfficeScan Password #Change the values for Unload_Pwd= UnloadProtect=in C:\Program Files\Trend Micro\OfficeScan Client\Ofcscan.inito !CRYPT!523D617DF57CBF0E9ACD37611537EBB612F9B6F1C471EB529B89772E71AD9D2431BC212ACF23B7767831E317364and now the password to unload or uninstall OfficeScan is "test" (without quotes). Thanks, Chaos! /windows | Jan 25, 2012 Import Thunderbird LDIF into Outlook 2010 #under Windows 7:
/windows | Jan 24, 2012 CMD does not support UNC paths as current directories #Use pushd instead of cd:
C:\>cd \\server\share
'\\server\share'
CMD does not support UNC paths as current directories.
C:\>pushd \\server\share
Z:\>dir
Volume in drive Z has no label.
Volume Serial Number is XXXX-XXXX
Directory of Z:\
01/18/2012 05:04 PM <DIR> .
01/18/2012 05:04 PM <DIR> ..
01/18/2012 04:54 PM 4 test.txt
1 File(s) 4 bytes
2 Dir(s) 978,217,558,016 bytes free
Z:\>popd
C:\>
More from Microsoft:
If you specify a network path, the pushd command temporarily assigns the first unused drive letter (starting with Z:) to the specified network resource. The command then changes the current drive and directory to the specified directory on the newly assigned drive. If you use the popd command with command extensions enabled, the popd command removes the drive-letter assignation created by pushd. /windows | Jan 19, 2012 Another Deep Freeze freeware alternative #Toolwiz Time Freeze 1.2.0.120 [1210k] "Reboot to restore" app similar to Deep Freeze; temporarily virtualizes OS for software testing, etc. /windows | Jan 10, 2012 Four newly-listed apps #Mohan kindly sends word of vTask Studio's tiny freeware apps. WhatChanged was mentioned back in '06 (when it still had a space between "What" and "Changed", and before the wise company name change from "Vista Software" to "vTask Studio"). /windows | Jan 10, 2012 |
Categories
Blosxom Archive
2013: 5 4 3 2 1
2012: 12 11 10 9 8 7 6 5 4 3 2 1 2011: 12 11 10 9 8 7 6 5 4 3 2 1 2010: 12 11 10 9 8 7 6 5 4 3 2 1 2009: 12 11 10 9 8 7 6 5 4 3 2 1 2008: 12 11 10 9 8 7 6 5 4 3 2 1 2007: 12 11 10 9 8 7 6 5 4 3 2 1 2006: 12 11 10 9 8 7 6 5 4 3 2 1 2005: 12 11 10 Blogger Archive
Ezine Archive
|