VMWare ESXi 5.1/5.5 free license key

I’m not sure why people can’t find the free license key that’s readily available on VMWare’s website. Here’s where to look for it: Visit the site https://my.vmware.com/web/vmware/evalcenter?p=free-esxi5&lp=default Click “License & download” and login with your vmware user account or register…


No Image

The Cisco IP Phone manual – Guide and Basics Part II

Conference Create a Standard Conference Call using Confrn 1. Call your first participant. Standard Conference Call using Confrn requires you to call each conference participant. The maximum number of participants is 6. 2. During the connected call, press the Confrn…


No Image

The Cisco IP Phone manual – Guide and Basics

Searching for a Cisco IP phone manual? This guide will give you a detailed step by step instruction on how to use some of the most basic features. Dial From the Corporate Directory Dial From the Corporate Directory 1. Press…


No Image

Cisco ASA missing hop in traceroute

tracert * * * request timed out? By default if you do a Traceroute behind a Cisco ASA or PIX, you will notice that the ASA is missing in the Traceroute table. ie. the IP address of your ASA does…


How to enable Cisco Anyconnect VPN through Remote Desktop

Problem: RDP not working over VPN? Getting this error message? VPN Establishment capability from a Remote Desktop is disabled. A VPN Connection will not be established. Solution: By default, VPN establishment capability is disabled once you remote into a remote…




No Image

How to migrate a subversion repository

Take a copy of the subversion repository In order to migrate a subversion repository you must NOT do a plain copy of the database. You must do a DUMP of the repository. svnadmin dump path/to/repository > repository.dump Restore your repository…


How to tune mysql database running wordpress

First Install mysqltuner In order to tune mysql database that is running wordpress you must first download and install “mysqltuner”. On my CentOS 5.8 server simply run yum to install it. yum install mysqltuner Run mysqltuner to analyze your database…