Archive for the 'IT Info' Category

09 22nd, 2008

Virus Rieysha is a virus that supposed to be from Yogyakarta (Indonesia). Detected as W32/Autorun.FCN, this virus was made by using Borland Delphi 6.0 and is using TXT icon (Text Document).

Each time we turn on the computer or everytime we execute a file that have .TXT, .BAT, .DOC, or .INI extention, it’ll trigger a message that stated “Sayang Kapan Kamu Balik Ke Indonesia? Apa Kamu Kembali Dengan Hatimu Yang Dulu?”

To erase this virus, you can follow the instruction below:

Read the rest of this entry »



Google Chrome

Author: stone
09 2nd, 2008

Google Chrome

Google Chrome Beta Version
Launch on 2nd September 2008

Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.

Read the rest of this entry »



Gmail Storage: 7 GB

Author: axing
08 3rd, 2008

Gmail storage on 2008-08-03 16:13:00 GMT+07:00 was 6992.813534 MB.

Approximately increment rate:
0.002325 MB increase in 1 minute. 0.002325 MB/min * 1440 min/day = 3.348 MB/day
Gmail storage will reach to 7000 MB:
On 2008-08-05 19:43:57 GMT+07:00

7000 MB - 6992.813534 MB
= 7.186466 MB remaining / 3.348 MB
= 2.146495 days * 24 hours * 60 minutes * 60 seconds
= 185457.187097 seconds.

Gmail storage will reach to 7168 MB or equal to 7 GB:
On 2008-09-25 00:02:01 GMT+07:00

4520941.058065 seconds

Note:
The result was calculated by using VB6 DateAdd() function:
On Immediate Window:

?DateAdd(”s”,185457.187097,”2008-08-03 16:13:00″)
8/5/2008 7:43:57 PM


Registry Manipulation

Author: usoppinokio
05 5th, 2008

This post, we’ll give some of tips and tricks along windows registry.

The Windows Registry is a directory which stores settings and options for the operating system for Microsoft Windows 32-bit versions, 64-bit versions, and Windows Mobile. It contains information and settings for all the hardware, operating system software, most non-operating system software, users, preferences of the PC, etc. Whenever a user makes changes to Control Panel settings, file associations, system policies, or most installed software, the changes are reflected and stored in the registry. The registry also provides a window into the operation of the kernel, exposing runtime information such as performance counters and currently active hardware. This use of registry mechanism is conceptually similar to the way that Sysfs and procfs expose runtime information through the file system (traditionally viewed as a place for permanent storage), though the information made available by each of them differs tremendously.

Source : Wikipedia

Some of tips and trick on registry :

1. to access registry windows, just enter words “regedit” at Run command (Start -> Run)
2. we’ll use operating system windows xp as our example, maybe there are some keys and subkeys that are different. The key is the part shown as a folder at the left side of the Registry Editor. Overall it will not affect the part we change.
Read the rest of this entry »