Author Archives: Humair

Perl – Converting the Time from 24 hr to 12 hr Format

Below is a Perl script that demonstrates how to appropriately convert the current time from 24 hr format to 12 hr format. The ‘convertToTwelveHr’ subroutine does all the work here. The 24 hr input value is passed into the subroutine … Continue reading

Posted in Perl, Programming Languages, Technology | Tagged , , , , , , , , , | Leave a comment

Intel VT FlexMigration and AMD-V Extended Migration – Enabling Dynamic, Agile Data Centers

Server virtualization/consolidation is becoming a norm and data centers and enterprises are now looking towards the horizon at how to bring dynamic, agile, and flexible capabilities to their IT infrastructure. What I will focus on here is one specific technology … Continue reading

Posted in AMD, Intel, Networking, Processors/CPUs, Virtualization and Cloud Computing, VMware | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Intel Hyper-Threading Technology

Intel Hyper-Threading Technology (HT Technology) enables each processing core to run multiple tasks or “threads” at the same time. Intel HT Technology also improves overall performance on threaded software by increasing processor throughput. For each physical processor core, the operating … Continue reading

Posted in Intel, Operating Systems, Processors/CPUs, Technology, Windows | Tagged , , , , , , , , , , , , | Leave a comment

Cisco VLAN Trunking Protocol (VTP)

VLAN Trunking Protocol (VTP) is a Cisco proprietary protocol that reduces administration in a switched network. When you configure a new VLAN on one VTP server, the VLAN is distributed through all switches in the domain. This prevents you from … Continue reading

Posted in Cisco, Labs, Networking, Protocols, Technology | Tagged , , , , , , , , , , , | Leave a comment

Address Resolution Protocol (ARP)

Address Resolution Protocol (ARP) is used by IP devices to locate the hardware addresses of other devices on the local network. RFC 826 introduced ARP as a method for IP devices to locate other IP devices on the same local … Continue reading

Posted in Networking, Protocols, Technology | Tagged , , , , , , , , , | 1 Comment

Cisco – Spanning VLANs across Switches via Trunking

In this lab I use two Cisco WS-C2960-24TT [IOS 12.2(25)FX] switches to demonstrate how to span VLANs across switches via 802.1q trunking. I avoid using VTP by using “VTP transparent mode”; as a result, I have to configure the VLANs … Continue reading

Posted in Cisco, Labs, Networking, Technology | Tagged , , , , , , , , , , , | 1 Comment

Setting-up Tomcat 7 on Windows 7

Apache Tomcat 7 is unique compared to prior releases as it supports the Servlet 3.0, JSP 2.2, and EL 2.2 specifications. However, make note that Tomcat 7 requires Java 1.6 or higher.

Posted in Application Servers, Technology, Tomcat | Tagged , , , , , , , , , , , , , , , | Leave a comment

Perl – merging files

Below I demonstrate a quick method of merging two files into a third file using Perl. The program merges two files together into a third file by writing one line from file one to file three and then writing one … Continue reading

Posted in Perl, Programming Languages | Tagged , , , , , | Leave a comment

Recover from a Forgotten Console Password on Dell Force10 E-Series Switches

In this lab I will use a Dell Force10 E600i chassis [FTOS 8.3.1.1] to demonstrate how to recover if you forget your console password. The first thing to do to prepare for this lab is to log on through the … Continue reading

Posted in Dell Force10, Force10 Networks, Networking, Technology | Tagged , , , , , , , , , , , , , , , , , , | 1 Comment

Linux – tar command

The linux ‘tar’ program (name derived from tape archive) is a useful utility for archiving/transmitting files. A ‘.tar’ file does not represent compressed files; it is a collection of files within a single uncompressed file. If the file is a … Continue reading

Posted in Linux, Operating Systems | Tagged , , , , , , , , , , , , , | Leave a comment