Logo Background RSS

Advertisement

  • PCMAV Express for Conficker
    By ÑûGîÉ on March 24th, 2009 | No Comments Comments

    Is your computer infected with the virus Conficker (aka Kido or Downadup)?  If yes, whether you have used the popular anti-virus, but can not afford Conficker thoroughly cleaned with? No sad especially disappointed. Media PC is now, as the market-leader in computer magazines, the PCMAV Express Conficker for that at this time is * the only * special Conficker superior antivirus in the world capable of providing complete solutions in the virus.  And this proves that antivirus PCMAV is always the pride of Indonesia, although the virus is faced by foreign-nan sophisticated.

    NOTE: Due to the complexity of handling Conficker this virus, mainly due to the implementation of rootkit technology is a relatively neat and “beautiful”, scan engine architecture PCMAV 2.0 standards that are not designed and are not prepared to handle new types of virus such as this. Therefore why PCMAV Express for this Conficker present pending the rising PC Media magazine 05/2009 which will load the latest release PCMAV.

    Unlike the other anti-virus, PCMAV for Conficker Express is designed specifically for the special and can identify 100% accurately and thoroughly eradicate Conficker to the “radical”, even though this virus has antidebugging techniques, anti-VM, double-layer and obfuscated code rootkit (invisible), which include sophisticated and complex. (more…)

    Popularity: unranked [?]

  • User's Guide To Avoiding Virus Infections, Keeping an eye out for viruses
    By ÑûGîÉ on March 23rd, 2009 | No Comments Comments

    Computer viruses are everywhere! This guide will show you how to stay alert and how to avoid getting infections on your computer. Having an updated virus scanner is only a small part of this, there are many ways that you can prevent having viruses other than a virus scanner, as it will not always save you.

    Types of viruses
    There are many type of viruses. Typical viruses are simply programs or scripts that will do various damage to your computer, such as corrupting files, copying itself into files, slowly deleting all your hard drive etc. This depends on the virus. Most viruses also mail themselves to other people in the address book. This way they spread really fast and appear at others’ inboxes as too many people still fall for these. Most viruses will try to convince you to open the attachment, but I have never got one that tricked me. In fact, I found myself emailing people just to make sure they really did send me something. It does not hurt to be safe.

    Worms
    Worms are different type of viruses, but the same idea, but they are usually designed to copy themselves a lot over a network and usually try to eat up as much bandwidth as possible by sending commands to servers to try to get in. The code red worm is a good example of this. This worm breaks in a security hole in Microsoft IIS (Internet Information Server) in which is a badly coded http server that, despite the security risks, a lot of people use it. When the worm successfully gets in, it will try to go into other servers from there. When IceTeks was run on a dedicated server at my house, there was about 10 or so attempts per day, but because we ran Apache, the attempts did not do anything but waste bandwidth and not much as I had it fixed a special way. Some worms such as the SQL slammer will simply send themselves over and over so many times that they will clog up networks, and sometimes all of the internet. Worms usually affect servers more than home users, but again, this depends on what worm it is. It is suspected that most worms are efforts from the RIAA to try to stop piracy, so they try to clog up networks that could contain files. Unfortunately, the RIAA have the authority to do these damages and even if caught, nothing can be done.
    (more…)

    Popularity: unranked [?]

  • Virtual Memory Information
    By ÑûGîÉ on March 23rd, 2009 | No Comments Comments

    Tutorial Objective

    This tutorial talks about anything about the virtual memory and how much virtual memory you need for your system.

    Tutorial Introduction & Background

    Today application is getting bigger and bigger. Therefore, it requires a bigger system memory in order for the system to hold the application data, instruction, and thread and to load it. The system needs to copy the application data from the HDD into the system memory in order for it to process and execute the data. Once the memory gets filled up with data, the system will stop loading the program. In this case, users need to add more memory onto their system to support that intense application. However, adding more system memory costs the money and the normal user only needs to run the the intense application that requires the memory only for one or two days. Therefore, virtual memory is introduced to solve that type of problem.


    Terminology & Explanation

    There are two types of memory, which are as follows:

    * System Memory is a memory that is used to store the application data and instruction in order for the system to process and execute that application data and instruction. When you install the memory sticks to increase the system RAM, you are adding more system memory. System Memory can be known as either the physical memory or the main memory. (more…)

    Popularity: unranked [?]

  • Firefox Speed Tweaks
    By ÑûGîÉ on March 23rd, 2009 | No Comments Comments

    Yes, firefox is already pretty damn fast but did you know that you can tweak it and improve the speed even more?

    That’s the beauty of this program being open source.
    Here’s what you do:
    In the URL bar, type “about:config” and press enter. This will bring up the configuration “menu” where you can change the parameters of Firefox.

    Note that these are what I’ve found to REALLY speed up my Firefox significantly – and these settings seem to be common among everybody else as well. But these settings are optimized for broadband connections – I mean with as much concurrent requests we’re going to open up with pipelining… lol… you’d better have a big connection.

    Double Click on the following settins and put in the numbers below – for the true / false booleans – they’ll change when you double click.

    Code:
    browser.tabs.showSingleWindowModePrefs – true
    network.http.max-connections – 48
    network.http.max-connections-per-server – 16
    network.http.max-persistent-connections-per-proxy – 8
    network.http.max-persistent-connections-per-server – 4
    network.http.pipelining – true
    network.http.pipelining.maxrequests – 100
    network.http.proxy.pipelining – true
    network.http.request.timeout – 300

    One more thing… Right-click somewhere on that screen and add a NEW -> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0″. This value is the amount of time the browser waits before it acts on information it receives. Since you’re broadband – it shouldn’t have to wait.

    Now you should notice you’re loading pages MUCH faster now!

    Popularity: unranked [?]

  • Change Text on XP Start Button
    By ÑûGîÉ on March 23rd, 2009 | No Comments Comments

    Step 1 – Modify Explorer.exe File

    In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article I have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Microsoft Windows 95/98/ME, Windows NT, Windows 2000 and Windows XP operating systems.

    get this from http://delphi.icm.edu.pl/ftp/tools/ResHack.zip

    The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe.

    The category we are going to be using is “String Table”. Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.

    There is no magic here. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry. In my case I used Click Me! (more…)

    Popularity: unranked [?]

  • Digital Camera Guide
    By ÑûGîÉ on March 23rd, 2009 | No Comments Comments

    So, it’s time for a digital camera huh? Well, buying one can be more than a little difficult. What types of features should you look for? Well, this guide will tell you that plus get you a little more familiar with what these cameras are capable of.

    Megapixels
    When it comes to megapixels, the more the better. I recommend a minimum of 2, but 3 or 4 is great. We did a test to see if a camera with 2.3 megapixels (actually 1.92 – 1600 x 1200) could produce a good quality 8×10.

    Turns out it can, if you have the right paper and printer. We used HP Premium Plus photo paper with an HP 970 series printer and made a fantastic 8 x 10. Remember, I was a professional photographer before I got into computing, so I know a good print when I see it :-)

    The resolution at 8×10 (we had to crop in to make the picture proportional to 8×10) was only 150 DPI. Most printers would not make a real good 8×10 at that resolution, but this one did. So, if you want to be sure you can get good 8 x 10s, you may want to go with a 3 megapixel camera or better (that gives you around 200 DPI at 8×10 size, still not quite the optimum 300 DPI, but it looks good with the right printer). (more…)

    Popularity: unranked [?]

  • 11 +1 Alasan Mengapa Bisnis Pulsa Isi Ulang di Bonuspulsa.com
    By ÑûGîÉ on March 23rd, 2009 | No Comments Comments

    1. Mengapa Bonuspulsa memungut Biaya Pendaftaran, sedangkan di dealer lain bisa gratis?

    Bonuspulsa.com memungut biaya pendaftaran yang kemudian dialokasikan sebagai deposit awal, Komisi Sponsorship, Komisi Jaringan dan Alokasi untuk Perusahaan. Alokasi untuk Perusahaan adalah penggantian atas investasi pembangunan sistem yang telah dilakukan serta pemeliharaan dan peningkatan kapasitas sistem. Bonuspulsa.com tidak ingin membebankan biaya investasi ke dalam harga jual karena bisa membuat harga jual pulsa isi ulang menjadi lebih mahal dari yang sekarang berlaku. Silakan bandingkan harga jual pulsa isi ulang di bonuspulsa.com dengan di tempat lain yang tidak memungut biaya pendaftaran. Perlu diketahui bahwa bonuspulsa.com tidak memungut royalty dari Biaya Pendaftaran member baru. (more…)

    Popularity: unranked [?]

Advertisement