From owner-freebsd-questions@FreeBSD.ORG Thu Jul 21 15:22:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FC6616A422 for ; Thu, 21 Jul 2005 15:22:25 +0000 (GMT) (envelope-from virgil.huston@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4C1F43D5E for ; Thu, 21 Jul 2005 15:22:12 +0000 (GMT) (envelope-from virgil.huston@gmail.com) Received: by wproxy.gmail.com with SMTP id 67so278151wri for ; Thu, 21 Jul 2005 08:22:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=T7m1GCfzCoVdOXWgquCALUEOI/77zbW4FGrnIuQtHNK4RbjK9WaJw6K0Aq6WUFctNy2Ta8t7pEsHYKdj6EEv4MgYjRN+v7KHXtKkZHbgQyJPUF4uwnK3/IsBpIhi2gDDfMLRM1i1MlfE4OIfQDXrrY6rF9LXE8SHoaay7MXseuo= Received: by 10.54.4.3 with SMTP id 3mr561810wrd; Thu, 21 Jul 2005 08:21:53 -0700 (PDT) Received: by 10.54.78.17 with HTTP; Thu, 21 Jul 2005 08:21:52 -0700 (PDT) Message-ID: <3cf08c8105072108215c786c23@mail.gmail.com> Date: Thu, 21 Jul 2005 11:21:52 -0400 From: virgil huston To: freebsd-questions@freebsd.org In-Reply-To: <200507191007.13555.bryan.maynard@reallm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42DCD28E.000003.01076@ALVIAN> <200507191007.13555.bryan.maynard@reallm.com> Subject: Re: help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: virgil huston List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2005 15:22:25 -0000 On 7/19/05, Bryan Maynard wrote: > On Tuesday 19 July 2005 10:14 am, Rommi Alvian (MTHK/EDP) wrote: > > I am deeply interested with freeBSD. currently, i am a windows expert > > then i am trying to move into freeBSD. The problem is no one can teach > > me. i have read xxxguide but it can't help me. does freeBSD support > > GUI interface? >=20 I am quite inexperienced with Linux/Unix. so my experience may be useful to a newbie. I found FreeBSD easier to install that Red Hat Linux and far easier to use than RH. A couple of things I have learned: 1. Install the ports collection. 2. DO NOT try to install applications during the install process. In fact, I found that I didn't like using sysinstall to install apps at all. I just cd to the appropriate ports directory and run make and make install. 3. DO NOT forget to run make clean after installing apps. I couldn't figure out why my hard drive was filling up. I love FreeBSD so far. I wish I had discovered it long ago. VHH