Introduction
Partition Assistant from Aomei Technology allows you to manage your disk partition similar with Partition Magic. With it, you can resize and move partition, extend system drive, repartition, merge, split partition and other more… It supports Microsoft Windows 2000, XP, Vista and Windows 7 in 32bit (FREE Home edition) and 64bit (Pro edition). And added Microsoft Windows Server 2000, 2003 and 2008 (32bit and 64bit) support on Server, Unlimited and Technician editions.

Partition Assistant 2.1 Professional Edition
Oh no… Slow Streamyx connection again? Telekom Malaysia Berhad (TM) wishes to announce that its consortium members have detected a cable fault on the Southeast Asia-Middle East-Western Europe 4 (SMW4) submarine cable network between Alexandria in Egypt and Palermo in Italy linking Malaysia to Europe and the United States (link). In this case, connection within Malaysia servers is still okay but no no when you try load oversea websites.
How to speed up Streamyx connection? That’s the question that I ask myself. All my blogs are hosted in US. And the performance is very bad now. Err…
Well, the first thing that I will do. Turn on the Streamyx proxy server on my Firefox browser (no proxy by default). This will speed up a lot because it will load the website from the proxy server. And only will load the website from its original server (let’s say located in US) if proxy server don’t have the cache.
Yes, I just turn on the Streamyx proxy server mode. Streamyx connection speed does improve some. Try it for yourself.
Introduction
EASEUS Partition Master is hard disk partition management software from EASEUS ~ CHENGDU YIWO Tech Development Co., Ltd. It is used to resize, move, copy, create, delete, format, convert, explore, hide and unhide partitions for Windows Server 2000/2003/2008 and Windows 2000/XP/Vista. It has 4 editions which are Home Edition (free for home user), Professional Edition, Server Edition and Unlimited Edition (32bit and 64bit).

EASEUS Partition Master 3.5 Server Edition
Hmm… I have been using SQL for quite some time. But I do not know how to compare 2 tables to find out the different records. For example, I have 2 tables which are table A and table B. Both of them have some similar records. But I want to filter out the different data only. How can I do so? I searched online and discovered the method to do so. It is located in Microsoft SQL Server 2005 Books Online. All we need to do is use EXCEPT function in SQL.
Query to compare 2 tables to find the different
SELECT * FROM TableA EXCEPT SELECT * FROM TableB;
Query to compare 2 tables to find the matches
SELECT * FROM TableA INTERSECT SELECT * FROM TableB;
Hope this will help you too.
AWStats is a free powerful and featureful tool that generates advanced web, streaming, ftp or mail server statistics, graphically. I have using it lately to track web usage by loading data from the web log files. However, it does not show authenticated users which I wanted. I searched at AWStats website and found out that Authenticated users list is part of the features. And the demo have Authenticated users list too. Hmm… What should I do to turn Authenticated users list on?

Authenticated users list at AWStats