Search Results

uTorrent 2.2.1 Beta 24217- Speedy and efficient!

Speedy, efficient, and free. µTorrent is the world’s most popular BitTorrent client for a reason. uTorrent is an efficient and feature rich BitTorrent client for Windows sporting a very small footprint. It was designed to use as little cpu, memory and space as possible while offering all the functionality expected from advanced clients. Multiple simultaneous [...]

Comodo Internet Security 5.3.176757- Total protection for your PC!

Comodo claim that their firewall is unique in that it passes all known leak tests to ensure the integrity of data entering and exiting your system. Comodo has put firewall through all kinds of sophisticated tests to ensure its firewall powerful enough to ward off these attacks with default settings. No other firewall has had [...]

Google Chrome 10.0.642.2 Beta

The latest browser that took the World by storm is the Google own brainchild – Google Chrome. Just like the search engine, it is a mix of advanced technology and simple design, which makes it fast and very easy to use. New features is Language tools translation in the browser and Extensions. Key Features of [...]

HP Systems Insight Manager 6.2- Managing HP servers and storage!

HP Systems Insight Manager is the clear choice for managing HP servers and storage by being the easiest, simplest and least expensive way for HP system administrators to maximize system uptime and health. Provides hardware level management for HP ProLiant, Integrity, and HP 9000 servers, HP BladeSystem, HP StorageWorks MSA, EVA, and XP storage arrays [...]

Twitter users are being targeted by Goo.gl Fake Antivirus Worm

Twitter and Twitter users are being targeted by a malicious worm. The worm sends out tweets which has a goo.gl shortened URL website link directed to a rogue antivirus application. The assault demonstrates the moment once more how URL shortening may be a Pandora’s box as customers click on links without any clue in which [...]

Degraded I/O Performance using a Windows XP Virtual Machine with Windows Server 2008 Hyper-V

Applies To: Windows Server 2008, Windows Server 2008 R2, Windows XP This article explains the degradation of I/O performance when using a Windows® XP virtual machine with Windows Server® 2008 Hyper-V™ technology. Symptoms When using an x86-based Windows XP guest operating system on Windows Server°2008 with the Hyper-V role enabled, you observe degraded I/O performance and [...]

How to Create and Configure Virtual Directories in IIS 7.0

By using IIS Manager, you can create a virtual directory for an ASP.NET Web application that is hosted in IIS 7.0. A virtual directory appears to client browsers as if it is in the Web server’s root directory, even though it can physically reside somewhere else. This approach enables you to publish Web content that [...]

How to Create and Configure Virtual Directories in IIS 5.0 and 6.0

You can use IIS Manager to create a virtual directory for an ASP.NET Web application that is hosted in IIS 5.0, IIS 5.1, and IIS 6.0. A virtual directory appears to browsers as if it were contained in a Web server’s root directory, even though it can physically reside somewhere else. This approach enables you to publish Web content that [...]

How to Show info about disk – Linux Commands

Please refer the following command to get  info about disk   under Linux or Unix System [root@pwas2 ~]# hdparm hdparm – get/set hard disk parameters – version v5.7 Usage: hdparm [options] [device] .. Options: -a get/set fs readahead -A set drive read-lookahead flag (0/1) -b get/set bus state (0 == off, 1 == on, 2 == [...]

How to kill long run mysql queries

As a Database Administrator you should be aware about the slow queries .  When you are running a high traffic website with multiple mysql servers , you have to be very careful about long running queries, ideally all queries should get executed below 2 seconds for high traffic site as there are thousands of database queries are coming to [...]

The Apache Software Foundation Announces Apache Pivot 2.0

Apache Pivot provides a professional-grade foundation for easily building and deploying sophisticated and engaging GUI applications that can be downloaded and installed like traditional desktop or mobile applications. Apache Pivot combines the enhanced productivity and usability features of a modern user interface toolkit with the power of Java or any other JVM-compatible language, such as [...]

Virtual Appliance Load Balancing

A virtual Load Balancer is a relatively new concept in load balancing based on the principle of virtualisation and, more specifically, virtual machines. A virtual machine is a self contained software product including an operating system and application designed to run in a virtual environment such as VMware or Microsoft Virtual Server. Traditionally virtual load [...]

What is web acceleration in Load balancing

Web acceleration typically consists of a number of methods including HTTP compression and connection management/ pooling. Compression can dramatically reduce the size of a typical web page by 70-90%. This means that over a real internet connection i.e. with some latency, the page will be compressed, delivered and uncompressed much faster than a page without [...]

What is SSL acceleration and off load in Load balancing

SSL acceleration  or SSL offload is the ability for a load balancer to establish a secure tunnel with the client thus in most cases replacing the requirement for the web server to perform SSL. In order for the load balancer to perform this function it must be configured with an SSL certificate either self generated [...]

What is persistence Connections in Load balancing

Persistence is a feature that is required by many web applications. Once a user has interacted with a particular server all subsequent requests are sent to the same server thus persisting to that particular server. It is normally required when the session state is stored locally to the web server as opposed to a database. [...]