Search results

  1. L

    Can my ISP track me down if I use VPN

    Your ISP or the police? :o
  2. L

    Disguise IP

    To keep your ip secret, you would need a proxy between your server and the clients, but even that will not prevent anyone to attack the ports used.
  3. L

    crack a router passcode

    Normally, yes. It will be reset to factory default.
  4. L

    crack a router passcode

    There is a button somewhere you can push to reset it. Check the manual.
  5. L

    Windows 7, 32 or 64 bit?

    The site says it needs access to the old installation, so it might monitor the applications when you launch them - to see what it needs to transfer. This is a guess :)
  6. L

    Ways to delete and format multple hard drives?

    I don't like to quote just to quote.
  7. L

    Ways to delete and format multple hard drives?

    #8 I didn't made it up. Microsoft actually did change how full format works. Besides that, diskpart can fully overwrite a drive.
  8. L

    Ways to delete and format multple hard drives?

    Try looking into diskpart. It has a scripting feature. Unless you are using xp or older, a full format will also zero all the sectors.
  9. L

    Question about hashes for files

    Downloading through http is done using tcp...
  10. L

    What is a rootkit - is it like a keylogger?

    And yes, you can get it by browsing a website, if the attacker has access to a vulnerability on your computer. Java is a popular way to get in these days :)
  11. L

    Windows 7 gpedit bypass

    Resource: http://gpsearch.azurewebsites.net http://www.microsoft.com/en-us/download/details.aspx?id=25250
  12. L

    64bit only 6gb of ram showing up?

    Remapping must be enabled. Today it is usually enabled by default with no option to disable it. Only if you are running 32bit OSes without support for more than 4GB, must it be disabled.
  13. L

    NTLDR is missing when a particular aux drive is connected

    To be more precise, only if there is an active primary partition. If the bootstrap code in the mbr doesn't find an active partition (standard windows mbr), the mbr will hand the boot process back to bios and it will try the next disk.
  14. L

    64bit only 6gb of ram showing up?

    DMGrier (post #7) asks about what your bios displays
  15. L

    64bit only 6gb of ram showing up?

    You most likely have a problem. See #7.
  16. L

    NTLDR is missing when a particular aux drive is connected

    Only if there is no active partition on the drive, will the bios continue to the next drive in the boot order.
  17. L

    4GB RAM and 2GB GPU RAM on XP

    The picture is a bit bigger. A lot of stuff will be assigned address space, not just the graphics card. Then there is alignment and stuff. Then there is where the bios makes the cut between mmio and system ram space / remapping line. The result of the total equation can be that you have 2 GB...
  18. L

    4GB RAM and 2GB GPU RAM on XP

    I think I have already done that. The address space reserved by the graphics card is usually smaller than the amount of vram (if more than 256 MB).
  19. L

    4GB RAM and 2GB GPU RAM on XP

    I was referring to this post by john: The point I was making later is that the mapping is not 1:1. Which is also what the guy was talking about in that Microsoft kb.
  20. L

    4GB RAM and 2GB GPU RAM on XP

    John was talking about his own system with 1 GB vram. He still sees more than 3 GB system ram. I'm not talking about addressing more than 4 GB. What I'm saying is that 1 GB vram doesn't necessarily mean it takes up 1 GB in the cpu's address space. The point is: depending on how the graphics...
Back
Top