Sunday, October 11, 2009

Windows Server 2003:Best Practices for Enterprise Deployment

Windows Server 2003:Best Practices for Enterprise Deployment






Author: Danielle Ruest and Nelson Ruest
Paperback: 520 pages
Publisher: McGraw-Hill Osborne Media; 1 edition (April 10, 2003)
Language: English
ISBN-10: 007222343X
ISBN-13: 978-0072223439
Format: pdf


Discover the fastest way to migrate to Windows Server 2003 and begin to profit from its enterprise-ready features. Learn how to use the parallel network for migration. Design an Enterprise Network Architecture and follow feature-by-feature implementations. Make the most of Active Directory as an object management environment to remotely configure PCs, servers, users, and groups. This informative resource helps businesses large or small make the most of Windows Server 2003. Its nuts-and-bolts approach is geared toward helping intermediate to advanced users focus on those features most needed for enterprise success.
Plan the architecture of your enterprise network
Prepare for massive installations of Windows Server 2003
Perform a post-installation customization and verification
Build the organizational unit infrastructure to manage PCs, People, and Services
Design Active Directory and Enterprise Network IP Infrastructure
Create an enterprise-ready security environment
Install PCs by coordinating the OU strategy with RIS
Cover specific considerations for all server types, including Network Infrastructure, Application and Dedicated Web servers


Download Here 






Azureus Software ( Vuze ) torrent tracker download

 After Java Runtime installation, download Vuze(Azureus). Unpack it to the desktop or in your Home folder.
  1. To add Vuze(Azureus) launcher to Application/Internet menu go to System/Preferences/Main Menu, then from left menu choose Internet and click new item!
  2. On the name filed enter Azureus or Vuze
  3. Then browse to the unpacked Vuze(Azureus)
  4. Select Azureus or Vuze script and click Open
  5. Click OK

vlc-0.9.8a-win32.exe Download

For video, VLC Media Player is the best application you will find. It's minimal interface is great for viewing, it's got excellent tools for effects, and doing things like adding subtitles is easy.

Languages:

English

Recent changes in VLC Media Player:

    VLC Media Player
  • Notable fixes and improvements include:
  • Flv and mpeg2 seeking
  • Wmv, wav, rtsp and ssa support
  • Fixes for Qt and MacOS interface
  • Fix of an integer underflow in Real pseudo-RTSP module
  • Translations updates
  • Port of the ZVBI module to Windows for full teletext support and
  • Codec updates

OS requirements for VLC Media Player:

  • OS: Win95/98/98SE/Me/2000/NT/XP/Vista/7

Download here






Saturday, October 10, 2009

GBDownloader-0.6.3.32614

A small utility which allows you to save book as PDF from Google to your local filesystem.


The Google Book Downloader application was designed to a small utility which allows you to save book as PDF from Google to your local filesystem.

NOTE: This version allows to download books marked as to full view (but it does not mean you can download it from google). You can try download books without this mark, but not all pages will be downloaded.

Requirements:

· Microsoft .net Framework 3.5 SP1
Google Book Downloader 0.6.0 Build 32118 Beta


Released: Aug 25 2009
Updated: Aug 25 2009
Dev status: Beta Beta: This software is probably stable enough for use
Download Here
 
 
 
 
 
   

WinRAR v3.90 Download

Download WinRAR v3.80 Full Version.

WinRAR is a powerful archiver and archive manager. RAR files can usually compress up to 15 percent better than traditional ZIP-files. WinRAR's main features include strong compression, ability to process non-RAR archive formats, embedded file comments, encryption, ZIP compression and decompression, support for long filenames, Recovery of physically damaged archives, Multivolume archives, unicode support in archive filenames and support for self-extracting archives (SFX).

Additionally to complete support of RAR and ZIP WinRAR provides basic operations for 7Z, ACE, ARJ, BZ2, CAB, GZ, ISO, JAR, LZH, TAR, UUE, Z files created by other tools.


  Download Now.

FreeRapid 0.82 Download

  Welcome to the homepage of the open source software FreeRapid Downloader
 FreeRapid is the another application. It's a simple Java downloader that supports downloading from Rapidshare and other file-sharing services.
Simply copy and paste your links from a browser to this application. FreeRapid Downloader will handle the rest itself. No more clicking or uncomfortable waiting.

Main Features

Main Window
  • support for concurrent downloading from multiple services
  • downloading using proxy list
  • download history
  • smart clipboard monitoring
  • automatic checking for file's existence on server
  • auto shutdown options
  • automatic plugins updates
  • simple CAPTCHA recognition
  • works on MS Windows (all), Linux and MacOS
  • easy to use
  • multilanguage interface - Arabic, Bosnian, Brazilian portuguese, Croatian, Chinese, Czech, Danish, Dutch, English, Farsi, French, German, Greek, Hungarian, Indonesian, Italian, Japanese, Polish, Russian, Slovak, Slovenian, Spanish, Turkish and Ukrainian is ready for you!
  • looks amazingly
  • simply works!

Filename: FreeRapid-0.82.zip (5.46 mb)
  Download Now!
 Free software downloads.

Description: an java based program, so you need to installed JRE to run it on your System

How to install/Enable System restore on Win server 2003

start we need a WinXP installation CD (doesn’t matter is Home Edition or Professional). In XP system restore is installed in syssetup.inf under the inf.always section. If you have XP installed, you can open up %windir%\inf\syssetup.inf and search for “[Infs.Always]“: you’ll see the section XP looks at for installing system components. You’ll notice it has sr.inf, this is the inf for system restore. For Windows 2003, if you look at syssetup.inf you won’t find sr.inf. This doesn’t mean system restore won’t work in server 2003.
Copy sr.inf file from your xp machine in to your win server 2003.Now we have to right click on sr.inf and select “Install”, to install it on Windows 2003. If you have XP installed on another machine/partition you can simply right click on it; if you don’t, extract \i386\sr.in_ from the XP CD to a folder of your choice, then right clink on it and select “Install”. It will ask you where the files are, so point to the XP CD. When done you’ll be prompted to restart the system.
After restarting the system you’ll get an error saying that the service could not start, specifically this is error 1068: this means it cannot run under the service is on. If you look at it in services.msc console, the path of the executable will be “C:\WINDOWS\system32\svchost.exe -k netsvcs”. This got me thinking so I opened up sr.inf, and found this line:
[SRSvc_delreg]
HKLM,”Software\Microsoft\Windows NT\CurrentVersion\SvcHost”,”SRGroup”
So it seems the sr.inf doesn’t register system restore to run under the network services group. Using the above registry key as an example, I opened regedit and went to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost. On the right side I saw netsvcs. I double clicked on it, but could not find SRService (this is the name for system restore).
at the bottom I added SRService, rebooted, and this time got no error on startup. I opened up rstrui.exe, and System Restore opened fine. I also had a System Restore tab in System Properties now, too. I was able to make a restore point fine, then restore the computer to it without any problems. So in the above registry key double click on netsvcs, and at the bottom of the list type in SRService (not sure if this is case sensitive or not).
I would personally prefer solution 1 because this is very easy and simple .

How to install/Enable System restore on Win server 2003

System Restore’s purpose is to return your system to a workable state without requiring a complete reinstallation and without compromising your data files. The utility runs in the background and automatically creates a restore point when a trigger event occurs. Trigger events include application installations, AutoUpdate installations, Microsoft Backup Utility recoveries, unsigned- driver installations, and manual creations of restore points. The utility also creates restore points once a day by default.Currently system restore available in Windows XP/Vista this tutorial will show you how to install/enable system restore on win server 2003.
Solution 1
Note:- Take a complete backup of your registry before doing any changes
In this procedure you need to download Add System Restore from here
Extract the zip file into a folder, in this you will see two files – AddSystemRestoreEntries.reg and sr.inf
Double click on AddSystemRestoreEntries.reg and click on Yes when prompted.
Insert your Windows XP CD and Right click on sr.inf and select Install.
Point to the /i386 directory on the CD if prompted.
Reboot your win server 2003 that’s it now you are ready for your new win server 2003 feature
System restore screen

System restore tab

BSOD during install of XP on new Dell E520




http://dsnimg.dell.com/images/external/images/BIOS-CMOS/Performance%20BIOS%209100.jpg




















  The Dell E520 come with SATA2 drives. In the BIOS config, they have RAID turned on by default. There is an option in the BIOS under ‘Drives > SATA Operation’ for ‘RAID/ATA’ or ‘RAID On’. You need to change the setting to ‘RAID/ATA’ as to remove the BSOD from the install procedure.
Nowhere on the internet is this to be found. I searched for hours the first time this came up. The BSOD error is ” STOP: 0×0000007B “.
Sometimes I wonder who makes the decisions for what defaults are on or off???

Friday, October 9, 2009

EMC Navisphere Simulator Download

NavisphereEMC CLARiiON Best Practices for Navisphere Performance in Large Configurations


This white paper provides best practices for managing large configurations using Navisphere Manager. It discusses performance issues one might encounter when managing large configurations, and provides recommendations for improving Navisphere Manager's performance with large configurations. This paper also includes an overview release 28. It also says about two primary keys to maximize the performance of a Navisphere Manager GUI session.



    Clck here to download.  

Thursday, October 8, 2009

Rapidshare Automatic Downloader for Linux & Windows

In past we have covered several Rapidshare tools for windows today we are here with excellent Rapidshare script for Linux
and Windows. Rapidshare Automatic Downloader is small script for Linux as well as for Windows to download files from Rapidshare via command line automatically.
The script will automatically start the downloads in the list, and even if the DOWNLOAD LIMIT has been exceeded, it will wait and retry every 5 minutes until it can download the other files!!
How to Install on Linux
For linux users, this is just a simple bash script. Just do the following to set it up:
unzip rsdown_linux.zip
chmod +x ./rsdown_linux/rsdown.sh
How to Install on Windows
Extract the package, and navigate to the rsdown_win folder. then:
1. right-click on rsdown.sh
2. choose open with -> Browse to the rsdown_win\bin\ folder
3. choose sh.exe, and press ok
4. Next go to Control panel->System->Advanced->Environment Variables
and append the rsdown_win\bin location folder (put in the full path of the folder) to the PATH variable.
Rapidshare Automatic Downloader
Download Rapidshare Automatic Downloader (Linux)
Download Rapidshare Automatic Downloader (Windows)

Wednesday, October 7, 2009

connect to an instance of Microsoft SQL Server 2005 from a remote computer


When you try to connect to an instance of Microsoft SQL Server 2005 from a remote computer, you may receive an error message. This problem may occur when you use any program to connect to SQL Server. For example, you receive the following error message when you use the SQLCMD utility to connect to SQL Server:
Sqlcmd: Error: Microsoft SQL Native Client: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.
This problem may occur when SQL Server 2005 is not configured to accept remote connections. By default, SQL Server 2005 Express Edition and SQL Server 2005 Developer Edition do not allow remote connections. To configure SQL Server 2005 to allow remote connections, complete all the following steps:
Enable remote connections on the instance of SQL Server that you want to connect to from a remote computer.
Turn on the SQL Server Browser service.
Configure the firewall to allow network traffic that is related to SQL Server and to the SQL Server Browser service.
This article describes how to complete each of these steps.
Back to the top

Enable remote connections for SQL Server 2005 Express or SQL Server 2005 Developer Edition       
You must enable remote connections for each instance of SQL Server 2005 that you want to connect to from a remote computer. To do this, follow these steps:                                              
Click Start, point to Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and
then click SQL Server Surface Area Configuration.                                                      
On the SQL Server 2005 Surface Area Configuration page, click Surface Area Configuration for Services
and Connections. On the Surface Area Configuration for Services and Connections page,         
expand Database Engine, click Remote Connections, click Local and remote connections,
click the appropriate protocol to enable for your environment, and then click Apply.
------------------------------------------------------------------------------------------------------------Note Click OK when you receive the following message:
Changes to Connection Settings will not take effect until you restart the Database Engine service.
On the Surface Area Configuration for Services and Connections page, expand Database Engine, click Service, click Stop, wait until the MSSQLSERVER service stops, and then click Start to restart the MSSQLSERVER service.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Back to the top
Enable the SQL Server Browser service
-------------------------------------------------
If you are running SQL Server 2005 by using an instance name and you are not using a specific TCP/IP port number in your connection string, you must enable the SQL Server Browser service to allow for remote connections. For example, SQL Server 2005 Express is installed with a default instance name of Computer Name\SQLEXPRESS. You are only required to enable the SQL Server Browser service one time, regardless of how many instances of SQL Server 2005 you are running. To enable the SQL Server Browser service, follow these steps.

Important These steps may increase your security risk. These steps may also make your computer or your network more vulnerable to attack by malicious users or by malicious software such as viruses. We recommend the process that this article describes to enable programs to operate as they are designed to, or to implement specific program capabilities. Before you make these changes, we recommend that you evaluate the risks that are associated with implementing this process in your particular environment. If you choose to implement this process, take any appropriate additional steps to help protect your system. We recommend that you use this process only if you really require this process.
Click Start, point to Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Surface Area Configuration.
On the SQL Server 2005 Surface Area Configuration page, click Surface Area Configuration for Services and Connections.
On the Surface Area Configuration for Services and Connections page, click SQL Server Browser, click Automatic for Startup type, and then click Apply.

Note When you click the Automatic option, the SQL Server Browser service starts automatically every time that you start Microsoft Windows.
Click Start, and then click OK.
Note When you run the SQL Server Browser service on a computer, the computer displays the instance names and the connection information for each instance of SQL Server that is running on the computer. This risk can be reduced by not enabling the SQL Server Browser service and by connecting to the instance of SQL Server directly through an assigned TCP port. Connecting directly to an instance of SQL Server through a TCP port is beyond the scope of this article. For more information about the SQL Server Browser server and connecting to an instance of SQL Server, see the following topics in SQL Server Books Online:
SQL Server Browser Service
Connecting to the SQL Server Database Engine
Client Network Configuration
Back to the top
===============================================================
Create exceptions in Windows Firewall
--------------------------------------------------
These steps apply to the version of Windows Firewall that is included in Windows XP Service Pack 2 (SP2) and in Windows Server 2003. If you are using a different firewall system, see your firewall documentation for more information.

If you are running a firewall on the computer that is running SQL Server 2005, external connections to SQL Server 2005 will be blocked unless SQL Server 2005 and the SQL Server Browser service can communicate through the firewall. You must create an exception for each instance of SQL Server 2005 that you want to accept remote connections and an exception for the SQL Server Browser service.

SQL Server 2005 uses an instance ID as part of the path when you install its program files. To create an exception for each instance of SQL Server, you must identify the correct instance ID. To obtain an instance ID, follow these steps:
Click Start, point to Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Configuration Manager.
In SQL Server Configuration Manager, click the SQL Server Browser service in the right pane, right-click the instance name in the main window, and then click Properties.
On the SQL Server Browser Properties page, click the Advanced tab, locate the instance ID in the property list, and then click OK.
To open Windows Firewall, click Start, click Run, type firewall.cpl, and then click OK.
Create an exception for SQL Server 2005 in Windows Firewall
----------------------------------------------------------------------------------
To create an exception for SQL Server 2005 in Windows Firewall, follow these steps:
In Windows Firewall, click the Exceptions tab, and then click Add Program.
In the Add a Program window, click Browse.
Click the C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\sqlservr.exe executable program, click Open, and then click OK.

Note The path may be different depending on where SQL Server 2005 is installed. MSSQL.1 is a placeholder for the instance ID that you obtained in step 3 of the previous procedure.
Repeat steps 1 through 3 for each instance of SQL Server 2005 that needs an exception.
Create an exception for the SQL Server Browser service in Windows Firewall
To create an exception for the SQL Server Browser service in Windows Firewall, follow these steps:
In Windows Firewall, click the Exceptions tab, and then click Add Program.
In the Add a Program window, click Browse.
Click the C:\Program Files\Microsoft SQL Server\90\Shared\sqlbrowser.exe executable program, click Open, and then click OK.

Note The path may be different depending on where SQL Server 2005 is installed.

Tuesday, October 6, 2009

Media Recovery Wizard



  Media Recovery Wizard is works with all kinds of flash media cards.

Download  Order Now  Tutorial



Recover Flash Memory Cards

Media Recovery Wizard is works with all kinds of flash media cards, USB drives, hard drives, CD and DVD media. Don’t have a flash card reader? Just plug your camera or MP3 player directly via a USB cord, and Media Recovery Wizard will be able to recover multimedia files! Compact and SLR digital cameras, hard drives, floppy disks, Zip, Jazz, and all sorts of USB flash memory drives are supported along with a number of memory cards formatted to FAT or NTFS, including Smart Media, Memory Stick, Compact Flash, MicroDrive, Secure Digital (SD), xD Picture Card, MMC, and the miniature miniSD and microSD cards.
Full List of Advanced Media Recovery Wizard Features

Recover Audio Files

Media Recovery Wizard can recover collections of MP3, WMA, ASF, WAV, OGG, WV, RA, RM, VQF, MID and VOC files.

Recover Digital Images

Supporting both compact and dSLR cameras, Media Recovery Wizard is a truly universal photo recovery tool. All popular formats are supported, including JPG, GIF, PNG, BMP, TIF, and many others. Digital SLR owners can recover digital negatives in multiple RAW formats such as CR2, CRW, RAW, TIFF, TIF, NEF, PEF, and X3F.

Recover Movies and Videos

Have a collection of movies stored in an iPod or on a hard drive? Recover films and videos in AVI, WMV, MPG, ASF, MP1, M1V, MP2, M2V, M2A, VOB, DAT, MV, and MOV formats.
Full List of Advanced Media Recovery Wizard Features

Supported File Systems

Media Recovery Wizard works on Windows 95, 98, ME, NT, 2000, XP, 2003 Server, and Vista, and supports flash memory formatted with all versions of FAT and NTFS file systems.

PowerSearch Recovery

If a flash memory card is damaged, corrupted or formatted, the original file system is little use for the purpose of data recovery. In case of an emergency, Media Recovery Wizard finds and recovers recoverable multimedia files such as pictures, music and movies by scanning the contents of a memory card or hard drive and matching the data against a set of pre-defined signatures in order to define the beginning and end of each file. PowerSearch allows Media Recovery Wizard detecting recoverable files in cases of severe data corruption and file system failure.



Nucleus Windows Data Recovery Software

   
Author: Nucleus Data Recovery
File Size: 2078K
Language: English
Licence: Demo
Update: 2005-08-01 00:04:25.000
   
   
Nucleus sum for FAT and NTFS is the most powerful data recovery software and file undelete tool available in the market,and can well recover your accidentally deleted files. Kernel data recovery software system can easily recover data from formatted or corrupted partitions and hard drives.It is a robust data recovery software and file undelete tool for FAT and NTFS file systems.An snug to use data recovery utility for Windows 98/Me/NT/2000/XP/2003. Kernel data recovery software allows you to view and browse the content of your damaged or formatted disk likewise as you do it in Windows Explorer.It understandably display you all deleted files and folders along with the regular ones after the complete disk scanning.The program allows you to search for files near name or mask,rename a file to represent recovered and show the probability of successful recovery for each file by opening it by double-clicking it.Recovered files tin be saved to any disks accessible on your system. Kernel data recovery software allows you to save the full branch of folders tree diagram containing selected files and folders.Installation sustain is provided under Win 95/98/Me/NT/2000/XP/2003 operating systems.The software supports data recovery from all Windows file systems for hard work and floppy drives including FAT12/FAT16/FAT32,NTFS/NTFS5.

Download Undelete File Recovery

EASEUS Data Recovery Wizard Professional v4.3.6 Retail

Data Recovery Wizard is the professional level, most cost-effective and ease-to-use software available for data recovery.
-- Folder/File Structure Recovery
-- Recovers files/folders from error partitions
-- Previews the recovered files and pictures
-- Supports Windows 2000/XP/2003/Vista
-- Supports FAT, NTFS file systems
-- Recovers compressed and encrypted files on NTFS volume

Advanced Data Recovery Software & File Undelete Tool for FAT and NTFS file systems in Windows 2000, XP, 2003 Server, Vista.

Data Recovery Wizard is the professional level, most cost-effective and ease-to-use software available for data recovery. It is unmatched in its ability to recover almost total logic data loss situations - covering servers, desktops or laptops for many media, Windows Operating Systems and file types.

The new version enhanced supportability for Windows Vista, Disk Image,compressed/encrypted NTFS files, intelligent search and many other improvements. The Deleted File Recovery module can recover files and folders which are deleted accidentally recently. The Complete Recovery module is designed for recovering Hard Disks with formatted partition, crashed file system and without drive letters. User can recover all lost files and folders including deleted files with this module. Partition Recovery module is used for recovering data loss from Hard Disks with hidden partitions, crashed file system, mistakenly deleted/damaged partitions, drives with failed operation/file system and drives suffered from virus.

Data Recovery Wizard Professional offers recover loss data in EXT2 and EXT3 file system files

Download

Kernel for Undelete File Recovery

Kernel Undelete, Deleted File Recovery software

recovers permanently deleted files and folders, lost due to following reasons -
  • Accidental file deletion from the hard drive
  • Files & folders emptied from Recycle Bin
  • Files & folders deleted by Shift + Delete keys
  • Unexpected system shutdown or software failure
Deleted File Recovery - Screen
Download Undelete File Recovery
Buy  Undelete File Recovery
Kernel Undelete recovers deleted files from FAT and NTFS based operating systems, such as Windows 95, Windows 98, Windows ME, Windows NT, Windows 2000, Windows XP, Windows 2003 and Windows Vista installed on the hard disk or data storage media.
During the recovery process, a complete scan of the damaged drive or data storage media is performed to locate and revive the lost partitions, files and folders. After complete scanning, files found in the damaged disk are displayed in a tree like structure from where you can easily copy your recovered files to a working disk or volume.
Our QFSCI (Quick File System Component Identification) Technology ensures faster recovery of all the possible recoverable files and folders. This is the prime reason why our UNDELETE - Deleted File Recovery Software is being used by most of the professional data recovery companies. The Kernel Undelete file recovery software has been developed in such a way that the user need not to have any technical knowledge to recover the lost data and files.
Kernel Undelete Data Recovery Software is a fast, simple and easy to use Windows Undelete file recovery software which helps you to recover your lost data and files in minutes in case of file deletion disasters and hence supports your business continuity.
We suggest you to use Kernel for FAT+NTFS data recovery software in case Kernel Undelete do not recovers all the required files.
If you purchase the software, you will get Life Time product support for FREE. LiveUpdate is available with in the software to make sure that you always have the latest version. There is no time limit to use the software. You can use the software for unlimited period. No restriction for installing on Single Machine.
Software is available for immediate download after purchase. An activation password will be emailed to you with in few minutes after you made the purchase.
You can download the Evaluation Version of the software for FREE and analyze your corrupt file. To effectively use the software, view online help of the software.
If the Evaluation Version shows you the data than you can purchase the Full Version software to save your data to a safe location.
Kernel Undelete - Deleted File Recovery Software
File Systems Supported
FAT16, FAT32, NTFS, NTFS5, HPFS (DOS, Windows 3.1/9x/NT/2k/ME/XP/2K3/Vista)

XP Registry Hacks eBook File Download

Windows Hack and Tips 


Content Summary :See full size image
More Power: Registry Hacks to Speed Up XP Hack #110 Put your Registry-hacking knowledge to good use: hack your way to runningWindows XP at top speed. Creating and marketing tuning and customization utilities for the WindowsXP operating system is quickly becoming big business. A Google search willturn up hundreds of sites and programs dedicated to tweaking Windows XP.But no matter what type of interface is developed to make system tweakingeasier and safer for the average user, the end result is that the changes arereflected in XP by modifying the Registry. For some people, commercialtweaking utilities might be the method of choice, but with a few precau-tions and safeguards it’s possible to enhance system performance using onlythose tools supplied with Windows XP.

Download Here

Microsoft Windows Server 2003 For Dummies

Microsoft Windows Server 2003 For Dummies




Microsoft Windows Server 2003 For Dummies


Info:

The perfect handbook for those who need to deploy, install, and configure installations, upgrade from previous versions, understand network addresses, manage day-to-day operations, configure storage, manage users and groups, implement security measures, configure mail services, and perform other vital administrative tasks.
Covers the enhanced features and updates of the new version including the Microsoft .NET framework, Active Directory and its new drag and drop object management, Internet Information Server, and the Microsoft Management Console.



Download
 

Duplicate File Finder Advanced Edition 2.2

Duplicate File Finder Advanced Edition is a powerful and professional tool that helps people to fast scan and clean a large amount of duplicate Photos, Music, Videos and Outlook Emails in order to release your disk space and increase your computer speed.
Duplicate File Finder is #1 Powerful Duplicate File Cleaner, Find and Delete any unwanted duplicate files in your computer.
Free-up and organize your favour collection, Make duplicate file management easier, Reduce your backup cost and Save your time. Duplicate File Finder can find and remove duplicate files in your iPod, iPhone, Zune, Zip, PSP, Mp4,etc...
1-click Scan and 1-click Clean make removing duplicate files easily and even computer newbies can handle it without any problem.
Share |

Filename: duplicate-file-finder.exe

Download Now

Ipswitch WhatsUp Gold

 SPPlanet NMS Series - Ipswitch WhatsUp Gold

WhatsUp Gold 5.0

Ipswitch, Inc.
Lexington, Mass.

http://www.ipswitch.com
Intstallation and Setup
WhatsUp Gold  is primarily a discovery and monitoring tool for TCP/IP, IPX, and NetBIOS networks. On Windows 95/98, it runs as an application; on Windows NT and 2000, it can also run as a service. We installed WhatsUp Gold 5.0 on a PIII 500 running Windows NT4 SP5, using the supplied setup program.
Installation is quick and painless. The only catch we spotted: WhatsUp Gold performance graphs require ODBC. You must make install ODBC before WhatsUp Gold, because graph support cannot be added later. Also, if you plan to run WhatsUp Gold as an NT service, you'll want to discover your network in "regular" mode first.
A "demo network" is included to help first-timers get familiar with WhatsUp Gold (right). This demo provides an excellent overview of WhatsUp Gold features and navigation. The User's Guide offers simple, step-by-step instructions on how to get your feet wet by creating a map of your own. These introductory features make WhatsUp Gold quite approachable; most users will grasp the basics with little effort. Click to view larger image

 Download Here

IVT Bluesoleil for XP/VISTA (Full Version)

BlueSoleil was developed by IVT Corporation since 1999. It is one of the most popular Bluetooth PC software in the industry with accumulated order of 12M copies. 
BlueSoleil consists of a family of products: BlueSoleil (Standard) Edition, BlueSoleil VoIP Edition, BlueSoleil WinCE Edition.

    What can BlueSoleil do for you?
  •     Access Internet Wirelessly
  •     Connect Wireless Hi-Fi Headset
  •     Connect and Control Wireless Camera
  •     Connect Wireless Printer
  •     Connect Wireless Keyboard and Mouse
    BlueSoleil allows your Bluetooth radio enabled desktop or notebook computer to wirelessly access a wide variety of Bluetooth enabled digital devices, such as mobile phones, stereo/mono headsets, keyboard and mouse, camera, printer and GPS devices or PDAs etc.
BlueSoleil presents users the Bluetooth connection environment in an intuitive "Bluetooth space / orbit + Soleil (the sun)" graphical user interface. Within this intuitive environment, users can easily click "My local Soleil" device to start to search other surrounding Bluetooth device, which are shown on the orbit. Bluetooth connection can be setup by simply clicking the other Bluetooth device icon. A line will be shown between the Soleil and the device to indicate the connection. You can enjoy all the Bluetooth functions in one graphical user interface.



Download Here