Date: Thu, 29 Jul 2004 19:17:01 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: DK <asdzxc111@yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer Message-ID: <20040729161701.GA4084@orion.daedalusnetworks.priv> In-Reply-To: <20040729065528.59993.qmail@web41008.mail.yahoo.com> References: <200407281818.i6SIIUc01719@clunix.cl.msu.edu> <20040729065528.59993.qmail@web41008.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2004-07-28 23:55, DK <asdzxc111@yahoo.com> wrote: > --- Jerry McAllister <jerrymc@clunix.cl.msu.edu> wrote: > > You are probably better off and more secure with an initial install, > > with no additional work or tweaking, of FreeBSD on the net than you > > would be with a MS system with every know "fix" available. > > So if I do a default install of FreeBSD & then connect to the net for > ports/packages, is there a default firewall running in the background ?? No, but the default setup of FreeBSD doesn't enable a ton of services. The /etc/inetd.conf file has nothing enabled by default. Even if it did, you'd have to manually enable inetd in /etc/rc.conf since it's also disabled by default: $ grep -v '^[[:space:]]*#' /usr/src/etc/inetd.conf $ grep inetd_enable /usr/src/etc/defaults/rc.conf inetd_enable="NO" # Run the network daemon dispatcher (YES/NO). > > Do use appropriate precautions such as ssh instead of telnet and ssl > > protected sites where possible and check md5-s of downloaded files. > > But, don't let it stop you from using it with FreeBSD. > > Do you install FreeBSD first & connect to the net for ports/packages, > or install the actual FreeBSD OS from the /stand/sysinstall & select > the net ?? There is no difference in the two statements presented as alternative options above. Keep in mind that /stand/sysinstall *IS* the FreeBSD installer. > My bootup is fine, its the BSD+wmaker running & opening nedit & a cmd > prompts that are slower than Windows 2000 ?? any suggestions as to why ?? You're probably using X11 with a "vesa" driver or something that doesn't take advantage of all the accelerations that your hardware can provide. Giorgos
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040729161701.GA4084>