Port Security Configuration Examples

One common port security scenario is to configure a static MAC address on a switchport. If the switch sees a mac address other than the configured address, a violation occurs. By default, the violation action is shutdown.You might use a configuration like this in a college computer lab. Let’s say that you have a printer [...]

Single Internet Connection but HA Infrastructure – Using Bridging Instead of Routing

Introduction – The Design Constraint

The customer had decided to build a hosting platform, but could only arrange for a single internet connection to that site due to location. However, all other hardware was duplicated for high availability. After considering the options the following diagram was prepared showing the first pass at the design. This [...]

Burn CD and DVD images

Application Name : ISO Recorder

About :

Welcome to the ISO Recorder download page. ISO Recorder is a tool (power toy) for Windows XP, 2003 and now Windows Vista, that allows (depending on the Windows version) to burn CD and DVD images (DVD support is only available on Windows Vista), copy disks, make [...]

TrueCrypt – Free Open-Source Disk Encryption Software

TrueCrypt – Free Open-Source Disk Encryption Software

Homepage : http://www.truecrypt.org

Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features:

* Creates a virtual encrypted disk within a file and mounts it as a real disk.

* Encrypts an entire partition or storage device such as USB flash drive or [...]

How-to install WMware 6.0.3 in Linux

how-to install WMware 6.0.3 in Linux:

First, do this:

sudo apt-get install build-essential linux-headers-`uname -r`

sudo apt-get install xinetd

Now, run the vmware install, it will more then likely fail on vmon module. Do this first:

sudo ln -sf /lib/libgcc_s.so.1 /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1 sudo ln -sf  /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0

Download the latest any-any patch – currently vmware-any-any-update-116

From [...]