Archive for February, 2008

Why does my Outlook keep receiving duplicate messages?

Posted in MS Office Outlook, Vista HowTo, Win XP Center, Windows Server 2008, Windows Server 2008 - Tips | No Comments »

There are a couple of situations which may cause Outlook to download duplicate messages: Outlook Downloads Messages from a POP3 Server Twice: http://support.microsoft.com/default.aspx?scid=kb;en-us;292249 Mail Retrieval Problems Occur When You Receive ... Read more..

IE Maintenance-related Group Policy results not displayed correctly in Group Policy Management Console

Posted in Vista HowTo | No Comments »

Consider the following scenario: • You configure the Internet Explorer Maintenance Group Policy settings in an Active Directory domain or on a client computer. • You start Group Policy Management Console (GPMC) on a ... Read more..

Where To Find the MAC Address | Nokia N800/N810

Posted in Misc Tips | No Comments »

This HowTo is for those who need the MAC address of the phone the wireless routing . 1. Enter Task Navigator, click Applications , then Settings and after that go to ... Read more..

Fontext of recommendations for SEO

Posted in Uncategorized | No Comments »

1.  External links must be coming to your site from "successful high ranking sites"  the first step here is to offer commisions to other companies to link to your site through the ... Read more..

Error message when you deploy an image to a Windows Vista-based computer: “The system registry contains invalid file paths. Installation cannot proceed”

Posted in Vista Tips | No Comments »

Consider the following scenarios. Scenario 1 1. You install Windows Vista on the C partition on "Computer A." 2. After you install Windows Vista, you use the System Preparation tool (Sysprep.exe) to prepare an installation ... Read more..

How to change the computer certificate on a Windows Server 2008-based computer that is running the “Routing and Remote Access” service and SSTP

Posted in Vista HowTo, Windows Server 2008 - HowTo | No Comments »

This article describes how to change the computer certificate on a Windows Server 2008-based computer that is running the "Routing and Remote Access" service and Secure Socket Tunneling Protocol ... Read more..

Error: “Windows cannot connect to the printer Operation could not be completed (error 0×0000000d)”

Posted in Vista Tips | No Comments »

When you try to install a network printer on a Windows Vista-based computer, you may receive the following error message: Windows cannot connect to the printer. Operation could not ... Read more..

Permission Calculator may add exaggerated or overly restrictive permissions to the application in Visual Studio 2008

Posted in HowTo | No Comments »

When you run the Permission Calculator in Microsoft Visual Studio 2008, the Permission Calculator may add exaggerated permissions or overly restrictive permissions to the application. CAUSE This problem occurs when the Permission ... Read more..

Error message when you install Windows SharePoint Services or SharePoint Server 2007

Posted in MS Office SharePoint | No Comments »

When you install Microsoft Windows SharePoint Services or Microsoft Office SharePoint Server 2007, you receive the following error message: This product requires ASP.NET v2.0 to be set to 'Allow' in the ... Read more..

Error message when you select a database or when you click “Test Connection” in PerformancePoint Dashboard Designer: “The PerformancePoint Server could not connect to the specified data source”

Posted in Uncategorized | No Comments »

A server is running Microsoft Office PerformancePoint Monitoring Server 2007. From a client computer, you create a Microsoft SQL Server Table data source or an ... Read more..

You cannot start the Microsoft Exchange Transport service on an Exchange Server 2007 Hub server

Posted in Microsoft Exchange Server | 2 Comments »

You cannot start the Microsoft Exchange Transport service on a Microsoft Exchange Server 2007 Hub server. When this occurs, the following error message is logged the ... Read more..

You may receive duplicate Out of Office messages in Outlook 2003 after your mailbox is migrated to Exchange Server 2007

Posted in Microsoft Exchange Server | No Comments »

Your mailbox is migrated from Microsoft Exchange 2000 Server or from Microsoft Exchange Server 2003 to Microsoft Exchange Server 2007. After this occurs, you may receive ... Read more..

Linux : Determine the Default Gateway

Posted in Linux and Unix | No Comments »

1. Open a terminal window. 2. Enter the following command route -n 3. The address marked with the UG Flag , last line in the output is your default Gateway Read more..

OpenSSL : View details of a certificate signing request

Posted in Linux and Unix | No Comments »

This is how to view the details of the certificate signing request We will be using the file mycert.csr openssl req -noout -text -in mycert.csr Read more..

Openssl : Generate Random Passwords

Posted in Linux and Unix | No Comments »

Make a  6 random bits of base64-encoded data. The result will be an eight character string  (crypt based) password: $ openssl rand -base64 6 RqwsGq8h $ This is how to generate a 16 ... Read more..

Make your Linux OS ignore all pings

Posted in Linux and Unix | No Comments »

Here is how you can hide your linux OS Learn how to turn answers to icmp_echos off Log in as root : echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all To turn it on  type: echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_all Read more..

Open multiple websites as Home Pages when you start IE7

Posted in Internet Explorer 7 | No Comments »

Here is how you can make Internet explorer 7 open multiple tabs when it is started. Multiple Home Pages at once     1. Click the Tools Menu 2. Click Internet Options 3. Click the General ... Read more..

Enable/Disable Pop-Up Blocker in Internet Explorer 7

Posted in Internet Explorer 7 | No Comments »

This  is how to enable (disable) the Internet Explorer 7 pop-up blocker 1. Click the Tools menu 2. Click Pop-up Blocker 3. Click Turn on Pop-up Blocker (If already on, it will offer an ... Read more..

How To Remove the Search Bar in Internet Explorer 7

Posted in Internet Explorer 7 | No Comments »

This is how you get rid of the IE7 search bar (i did)  1. Open up Notepad and copy the following: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions] "NoSearchBox"=dword:00000001 2. Save the   file and ... Read more..

Linux : Protect yourself by hiding your BIND version

Posted in Linux and Unix | No Comments »

Add the following value to named.conf to hide your version of bind :   version "[SECURED]" here is an example : options { directory "/var/named"; version "[SECURED]"; }; After this you need to restart the named ... Read more..

Page 1 of 6123456»