February 2012
3 posts
1 tag
Are there such things as TV repair guys anymore?...
2 tags
3 tags
January 2012
2 posts
2 tags
2 tags
December 2011
25 posts
3 tags
2 tags
2 tags
2 tags
3 tags
1 tag
1 tag
1 tag
3 tags
3 tags
3 tags
2 tags
2 tags
2 tags
2 tags
Checking disk space usage on a VMFS volume of an...
VMWare has a great article about checking disk space on a VMFS volume in the command line. My favorite command is vdf -h, which puts the free space into more human-readable format (pictured).
2 tags
3 tags
Disable IPv6 with a script
I like this script that Misha put together to quickly disable IPv6 on all interfaces:
@Echo off
@ECHO Windows Registry Editor Version 5.00 > %TEMP%\DisableIPv6.reg
@ECHO [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters] >> %TEMP%\DisableIPv6.reg
@ECHO "DisabledComponents"=dword:000000ff >> %TEMP%\DisableIPv6.reg
REGEDIT /S %TEMP%\DisableIPv6.reg
3 tags
Ping with timestamp in Mac OS X
This article shows the commands for doing a ping with timestamp on a Mac. The basic command is:
ping 10.0.0.1 | while read line; do echo `date` - $line; done
2 tags
2 tags
Using iPerf to measure bandwidth quality between... →
2 tags
2 tags
Set Windows Server 2008 R2 to sync to an external...
Thanks to this site, synching Server 2008 R2 to an external NTP server isn’t too bad. Here’s what the commands boil down to:
net stop w32time
w32tm /config /syncfromflags:manual /manualpeerlist:0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org
w32tm /config /reliable:yes
net start w32time
w32tm /query /configuration
3 tags
2 tags
November 2011
14 posts
1 tag
1 tag
1 tag
1 tag
Today I’m thankful for Menards employees who, despite annoyed looks, let me have my fun yesterday.
1 tag
2 tags
1 tag
1 tag
1 tag
1 tag
1 tag
October 2011
4 posts
2 tags
1 tag
2 tags
1 tag
September 2011
4 posts
1 tag
Sometimes the only people you’re going to find on the narrow path are you and...
– via Twitter from @JoyceMeyer