Search results

  1. E

    Apache Server Logs

    I have no idea why it does this but for some reason my logs are full of my own ip. When I was hit by the Code Red worm I had 42 entrys of my own ip, when it should have been the other systems. Anyone have any idea why?
  2. E

    How do I Close these ports?

    I have these ports open: 111 760 763 I ran the command lsof -i:111 and it returned: lsof: WARNING: compiled for Darwin release 1.0; this is 1.3.3. Then I ran the same command for port 760 and got: [B][localhost:~] error% lsof -i:760 lsof: WARNING: compiled for Darwin release...
  3. E

    Does tar's z option compress on the fly?

    You are correct. It is STDIN to STDOUT when you tar and zip a file. Everything in unix is a file. Your tty is no exception. FYI: Programs in windows copy to the temp dir then to the location specified. Windows isnt anywhere near unix. And it never will be. One thing that I love...
Back
Top