RE: [Zope] Zope and Linux flavors

2001-01-17 Thread Jonathan \(Listserv Account\)
> Actually, I burn a CD with the latest updates on it. > Including autorpm. > Install autorpm, then use autorpm to upgrade everything from the CD. > > I do all of this BEFORE connecting to the net. > > > I've had boxes rooted within 60 minutes of connecting to the > net, before I started doing the

RE: [Zope] Zope and Linux flavors

2001-01-16 Thread sean . upton
a network intrusion-detection system and tripwire to watch the filesystem changes on your boxes. Sean -Original Message- From: Simon Coles [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 9:50 AM To: Ragnar Beer Cc: [EMAIL PROTECTED] Subject: Re: [Zope] Zope and Linux flavors >

Re: [Zope] Zope and Linux flavors

2001-01-16 Thread Simon Coles
>Which Linux distributions are you using for running Zope and how >easy it was for you to maximize security of your server? We run a variety of RedHat 6.1, 6.2, and 7.0 and Debian 2.2, as well as Solaris. We apply all the latest updates, turn off services we don't use, and proxy Zope through

RE: [Zope] Zope and Linux flavors

2001-01-16 Thread Steve Drees
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Jonathan (Listserv Account) > Sent: Tuesday, January 16, 2001 11:21 AM > To: Zope Mailinglist > Subject: RE: [Zope] Zope and Linux flavors > > > > Which Linux d

RE: [Zope] Zope and Linux flavors

2001-01-16 Thread Jonathan \(Listserv Account\)
> Which Linux distributions are you using for running Zope and how easy > it was for you to maximize security of your server? Red Hat Linux 6.2 here. After a standard install, download and install latest release of SSH. Open '/etc/inetd.conf', comment out all services. Save and do a 'killall -HUP

Re: [Zope] Zope and Linux flavors

2001-01-16 Thread Oleg Broytmann
On Tue, 16 Jan 2001, Ragnar Beer wrote: > Which Linux distributions are you using for running Zope and how easy I use Zope on Debian GNU/Linux. But also I run it on Sparc Solaris. And on FreeBSD. I really do not care of OS until it is unix. Debian 2.2r1 Solaris 2.5.1 FreeBSD 3.4-STABLE > it

[Zope] Zope and Linux flavors

2001-01-16 Thread Ragnar Beer
Howdy Zopistas! These days I came to the conclusion that I might need to investigate a bit on Linux as an alternative base for running Zope. So far I've been using OpenBSD which is a real timesaver when it comes to setting up a secure server which is my first priority over anything else. What