From owner-freebsd-questions@FreeBSD.ORG Sat Oct 7 11:06:36 2006 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 63B7916A40F for ; Sat, 7 Oct 2006 11:06:36 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1EEC43D46 for ; Sat, 7 Oct 2006 11:06:35 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so405398uge for ; Sat, 07 Oct 2006 04:06:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=slysBdBxVUiWTVG+vtp+2a93UhGLKIOXKUtBMOrjM3MRooHbs7kKkNsKwxUlyyZp9TylKuj6gEEB745XvdCkFeBqoSfIsQtjVnDxp5p1WY7d8nQQ3Pf3JzsGdLEfLAyzkMO8lGNOgJJ43JXWZQ0iRtWHLui83i8BzztrKQPAmCQ= Received: by 10.67.97.18 with SMTP id z18mr4408000ugl; Sat, 07 Oct 2006 04:06:34 -0700 (PDT) Received: by 10.67.86.4 with HTTP; Sat, 7 Oct 2006 04:06:34 -0700 (PDT) Message-ID: <80f4f2b20610070406s4d2d29cn6387ec57fc92e468@mail.gmail.com> Date: Sat, 7 Oct 2006 07:06:34 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org In-Reply-To: <1092883606.20061006121429@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1092883606.20061006121429@gmail.com> Subject: Re: Newbie Question - looking for suggestions of small ports to install on stand-alone system without internet connection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 11:06:36 -0000 On 10/6/06, ograbme wrote: > > I would like a few recommendations for small "ports" to try to install > on my stand-alone machine. > > The stand-alone machine does not have connection to the internet; > however, I do have a set of four (4)CD from the FreeBSD Mall and two > (2) of the CD's have 'ports' on them. I would like to select one, two > or three ports to install on this machine ... to go through the steps > and experience of the ports process using the cdroms, sooooo ... in > essence I'm looking for suggestions of ports of a small nature (if > there is such a thing). > I'm not sure how familiar you are with Unis operating systems or the various tools available for all of it's incarnations, so, I'm listing these with info as if you were completely new to it. If you are not, I do not mean any insult or offense, I just don't know your level of experience, so I'm going for something relatively low that would give you a wide range of "sights and sounds" in the desktop *nix world. If you aren't /that/ new, just look at my list, and pick and choose your favorites. Ideally, you would want to install ports that you could make use of more than ports that are small. Even the larges ports rarely cause me issues. For small starts: "bash" - already suggested, very good shell "nano" - light weight and useful text editor "pico" - like nano, but made before or after, can't remember which "vim" - again, already suggested, good text editor, though not to my taste. It is lightweight and fast, though not to the extent of pico/nano. "sudoku" - I prefer pencil and paper because you can make notes, but it's fun "naim" - a console IM program intermediate projects: "emacs" - another popular editor, the largest (in size, not popularity - don't know what is the most popular) of the bunch, but I know people who get a lot of work done only starting one program *ever*, this is that program. It uses a large amount of resources for just a text editor, but you can do a lot more with it, and on a modern machine, that large amount is still relatively neglegable. "xorg" - an X (graphics) server, which will be extremely useful if you want more than a console command prompt. "gaim" - a multi-im client. quite useful, it could actually be in "small" projects, but you need X installed before hand. "gnome" - this is between intermediate and larger projects, a good and popular desktop/session manager, again, not to my taste, for as much smaller as it is, it runs slower than KDE on my systems. Nonetheless, a lot of people like it, and you should give it a try. * - Just about anything in the games directory Big projects "KDE" - like gnome, but more friendly to the people who like gui configuration, less friendly to those who like text configuration. I find it faster, but that could be because I have a lot of memory on all my machines - it's definetly larger. Might be the whole space for speed tradeoff that you can sometimes do, I don't know. Regardless, be prepared for a challange, you may not (read: probably won't) be able to get the full KDE running due to some apps not compiling. Read the updating file, and you may have to try kde-lite. "openoffice.org-2.0" - a nice office suit, be prepared for a challange! Now, you may need a few java packages that won't be on the CDs for this - which you'll have to download elsewhere and put on either a CD or a flash drive. Have fun, -Jim Stapleton