Re: C2 Certification

1999-07-28 Thread Mathias Wegner
from http://www.radium.ncsc.mil/tpep/library/rainbow/5200.28-STD.html "The Trusted Computing Base (TCB) of a class (C1) system nominally satisfies the discretionary security requirements by providing separation of users and data. It incorporates some form of credible controls capable of enforcing

Re: sloooooow apache

1999-07-08 Thread Mathias Wegner
Well, I don't know apache, but you might want to see about placing these restrictions in tcp wrappers rather than in apache - if you have tcp wrappers installed, read the man for hosts.deny and set up an http deny for all but those 30 clients. You're only moving the overhead around rather than eli

Re: Basic networking

1999-07-05 Thread Mathias Wegner
> I gather I need a HUB or a switch for anything more than two hosts? > connected to. Is there any advantage to a switch in a small home > network? Money, at this level, really isn't the issue, but I don't > want to spend extra money on a switch if it's overkill for a small > network and doesn

Re: Securing system

1999-07-05 Thread Mathias Wegner
> > The standard things people will tell you to do are: > > - turn everything off > > What is "everything"? I've downloaded the lasg and have been reading > through it...but so far I have only disable things in > /etc/inetd.conf. Are there other locations that I need to be concerned with? Yo

Re: bash functions

1999-05-08 Thread Mathias Wegner
| more The "|" is the pipe command, which will pipe the ourput of the first command into the input of the second command. More is a program which will display things one screen at a time. Less is actually a better program that more, because you can scroll back up using the arrow keys or pageup/