TECH TIPS
How to Install Internet Explorer on Ubuntu
You have to enable universe packages first. It is also recommended that you use the official winehq ubuntu package: 1) Open a terminal 2) Open /etc/apt/sources.list sudo gedit /etc/apt/sources.list3) Uncomment (or add) following lines: deb...
Blackberry Pearl – VZ Navigator has no sound
Enabling VZNavigator permissions - BlackBerryFrom the Home screen, press the menu button. Select Options then press in on the trackball. Select Advanced Options then press in on the trackball. Select Applications then press in on the trackball. Select VZNavigator then...
How to setup Hotmail / Windows Live Mail in Thunderbird email client
Forget Microsoft Outlook, now you can check all your e-mail accounts (Microsoft Exchange, Hotmail, Gmail, Yahoo) in one place using Mozilla's open-source Thunderbird e-mail client and the Webmail extension. Here's how:(This tutorial is applicable for Windows and Linux...
Painless TFS 2005 to TFS 2008 Upgrade
Some say that you should uninstall TFS 2005 first, but I found just installing TFS 2008 over top of the existing installation worked fine.We didn't have to upgrade to Sharepoint 3.0 so all we needed to do was to install the Sharepoint Extensions. Tip #1: TFS Build -...
How to Restore Data for Team Foundation Server to Another Server
You can restore data for Team Foundation from one data-tier server to another but keep the same application-tier server. For example, you might want to move the data tier when you upgrade its server hardware. Moreover, you might need to create a data-tier server if...
How to Identify IIS Site IDs – recreating Default Web Site and moving it to a Site ID of 1
Normally you do not need to be concerned about web site identifiers, these are the actual ID's that reference the web site to IIS. Normally we just use the web site description such as Default Web Site or in my case blog.crowe.co.nz or something similar. But if you...