How to install MTR on Mac OS X Lion

If you liked using WinMTR on Windows machines to troubleshoot network connections and latency and looking for a similar tool on a Mac OS X there is an app for that. It’s called MTR, written by Matt Kimball. MTR stands for Matt TraceRoute or My TraceRoute whichever works for you. On your Mac, start by downloading …

Read more

How To Install Python 2.7 with mod_wsgi on CentOS 5.6 with cPanel

This is a step by step tutorial which will help you install Python 2.7 with mod_wsgi onto CentOS 5.6 and cPanel. Prerequisites: CentOS 5.6 32 or 64 bit with root access cPanel Note: we are not using cPanel custom modules guide because it only works with built-in Python 2.4. Creating Python folder mkdir /usr/src/python2.7cd /usr/src/python2.7 …

Read more

Google Apps Alias limitations

Like many others I use Google Apps account for my emails and I have more than one domain that I add as Alias to Google Apps primary account. For quite a while I’ve been wondering if there was a limit of how many aliases I can add to Google Apps and I wasn’t able to …

Read more

How To: Find .NET3 and .NET3.5 versions

If you are programming a web application for .NET Framework 3.0 or 3.5 you might be looking for the versions in IIS6 or IIS7. You ask where is ASP.NET3.0 or ASP.NET3.5 versions? The right answer, there is NO ASP.NET3.0 or ASP.NET3.5. There are 4 ASP.NET versions:ASP.NET1.0ASP.NET1.1ASP.NET2.0ASP.NET4.0 There are 6 .NET Framework versions so far:.NET Framework …

Read more