Slashdot Mirror


User: Awesome+Al

Awesome+Al's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. here's a piece of the code that was copied! on SCO vs Linux.. Continued · · Score: 1

    Ready? Here it is:

    int i;

    Those bastards!

  2. it's not a nipple, it's a clitoris on The Best Traveling Laptop? · · Score: 1

    Just thought I would clear that up.

  3. run few services: only sshd, sendmail, httpd on DSL Line Security--What Do I Need to know? · · Score: 1

    If you're connecting a unix box to the Internet:

    Run as few IP server services as possible. A good bet is: sshd, sendmail and httpd.

    Don't run telnetd, ftpd, popd, imapd, or anything else that sends passwords in the clear.

    Use appropriate conf files to restrict ssh access if possible.

    Make sure you're running recent versions of sendmail, majordomo, etc.

    Be paranoid. Configure your machine to send you email at the first sign of trouble. (Newer versions of FreeBSD do this out of the box; don't know about LiGNUx.)