Tuesday, December 18, 2012
Tuesday, October 9, 2012
Enable 8.3 naming convention on Windows 2008 R2
I ran into an issue recently where the application required me to enable the 8.3 naming convention on a Windows 2008R2 server.
To achieve this, simply issue the following command from the CLI.
fsutil.exe 8dot3name set 0
The change should be immediate.
Monday, August 20, 2012
Configure NTP - Cisco switch
Tuesday, July 24, 2012
Microsoft Support Lifecycle
If you've had trouble in the past finding the lifecycle of Microsoft products, this link should help.
Microsoft Support Lifecycle
Tuesday, June 5, 2012
Restore factory default - Cisco ASA 5505
I use a little ASA 5505 for testing from time to time and sometimes I get it to the point where I just want to set it back to factory default. To do this is rather simple, the following lines will get you there.
From a console connection perform the following.
'enable'
'conf t'
'config factory-default'
'write mem'
'reload'
You should now be able to use the default address 192.168.1.1 to get started.
Tuesday, May 15, 2012
Visio stencils - Brocade
Here is a link to Brocade Visio stencils.
http://www.brocade.com/data-center-best-practices/resource-center/index.page
Tuesday, April 3, 2012
Installing vmware tools on Fedora 16
Use the following steps to install the vmware tools on a Fedora 16 guest.
-Install Fedora
-Apply all updates
-Reboot
-Install gcc and kernel-devel (if you used the PAE kernel install kernel-PAE-devel)
-copy the vmware tools to /tmp
-un-zip and un-tar the file
-cd to vmware-tools-distrib
-run vmware-install.pl
Provided you successfully installed the dependencies, everything should have installed correctly.
Tuesday, March 20, 2012
tcpdump - filter destination port
There are times when you may need to do some network troubleshooting on a *nix box and only have access to tcpdump.
One handy thing to do if your troubleshooting an application is to filter on the destination port so you can zero in just on that application data. Here is how you could build a filter to capture data based on the destination port 8080 going over interface eth0.
tcpdump -i eth0 dst port 8080
Tuesday, February 7, 2012
Cat5E vs Cat6
Here is a good video that addresses the differences between Cat5E and Cat6.
Monday, January 23, 2012
IPv6 Resource
Here is a resource from Cisco for IPV6 research. It is full of videos, blog entries, and other related documents.
https://supportforums.cisco.com/community/netpro/network-infrastructure/ipv6-transition