From owner-freebsd-questions Sat Jan 13 5:16:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from teapot28.domain6.bigpond.com (teapot28.domain6.bigpond.com [139.134.5.197]) by hub.freebsd.org (Postfix) with SMTP id DC2BD37B400 for ; Sat, 13 Jan 2001 05:16:32 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by teapot28.domain6.bigpond.com (NTMail 3.02.13) with ESMTP id za401803 for ; Sat, 13 Jan 2001 23:16:35 +1000 Received: from CPE-203-45-68-28.nsw.bigpond.net.au ([203.45.68.28]) by mail6.bigpond.com (Claudes-Drunken-MailRouter V2.9c 11/4527898); 13 Jan 2001 23:16:35 From: Danny To: Jonathon McKitrick , freebsd-questions@FreeBSD.ORG Subject: Re: good text based word processor, database question, and freebsd-uk Date: Sun, 14 Jan 2001 00:07:59 +1100 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: MIME-Version: 1.0 Message-Id: <01011400112001.00338@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In regards to your RDBMS question about MySQL : therr are many RDBMS that can be used with FreeBSD this inlcludes: - MySQL -MSQL (mini SQL) - Postgresql You can install either one of these by: - Launch a web browser and type in www.freebsd.org/ports/ - Now click on the "entire ports hierarchy" hyperlink - This file you downloaded is called ports.tar.gz - now extract the file with the following command as root zcat ports.tar.gz | tar xvf - -C /usr/ - To install the ports you have to have a dial up connection, cable modem, dsl, or your BSD machine is going through some proxy in the company - Now, type cd /usr/ports/database/postgresql7 -then type "make install" On Sat, 13 Jan 2001, Jonathon McKitrick wrote: > I realize this is a shot in the dark, but I was wondering if there are any > decent word processors out there (not programmer's editors) that work in > just text mode. I guess the only obvious answer here is Latex? I would > like to be able to composed decent looking stuff via an ssh connection, > without then having to import and reformat pure ascii into staroffice or > something similar. Is this possible, and does it make sense? > > I would like to start a database of assorted tips for BSD. I was > wondering what the simplest way would be to get started. I have > theoretical database experience but I have never set up MySQL or any other > real DB. I would like a simple interface that allows me to type an > command and either enter a new tip with keywords or heading, or query for > a matching tip. Or is this just as easily implemented as flat ascii with > grep? > > Lastly, does anyone know why the freebsd-uk server is down? I'm being > forced to use my rogue SunOS account. :-/ > > jonathon > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message