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..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..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..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..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..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..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..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..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..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..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..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..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..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..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..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..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..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..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..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..