Recent content by cbis

  1. C

    windows prog to mirror a local directory onto the network?

    Anyone know of a windows program that I can use to mirror a local directory onto a network share on a different machine? Ideally, the program would run as a service (I'm running W2k) and would copy files without prompting whenever they were modified. I don't think the Synchronize program that...
  2. C

    How to import cookies from Netscape into Internet Explorer?

    I am wondering if it is possible to transfer cookies from Netscape into Internet Explorer. Also, just to complicate things somewhat, I should point out that I am trying to move cookies from a Netscape install on one machine to an IE install on a different machine. Just wondering if any one...
  3. C

    req: ipchains help

    I have 2 ethernet cards in a linux box and want to set it up as a router. I know how to filter incoming and/or outgoing packets, but how do I get the incoming packets to go out the outgoing interface? Thanks for any help
  4. C

    transparent vpn with Windows 2k?

    Ok, here is my setup. I have networks at separate locations ( 10.1.x.x and 10.2.x.x ). Each network has an internet connection through a router on location. What I want to do is have any packets directed to the other network (say, from 10.1.1.5 to 10.2.1.5) be sent through a VPN tunnel to the...
  5. C

    How to replace standard windows delete with a permanent delete program?

    But doing that would still leave the file in a recoverable state on the hard drive. I want to wipe it clean from the hard drive.
  6. C

    Has anyone hacked an Intel Inbusiness Storage Station?

    I have an Intel 60GB Storage Station and would like to up the storage capacity. Has anyone tried this? (does anyone else even own one?) The model I have uses dual 30GB Maxtor 93073U6 hard drives and is running Free BSD as I understand it. Hopefully it could take any standard 5400 IDE drive...
  7. C

    How to replace standard windows delete with a permanent delete program?

    When you delete a file in Windows the OS does not really delete the file, only the pointer to the file. Eventually the file gets over written and is finally gone. There are programs, BCWipe from jetico.sci.fi for one, that will permanently delete the file by overwriting it repeatedly. That...