From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-140897-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 620B6138010
	for <garchives@archives.gentoo.org>; Wed, 29 Aug 2012 03:38:11 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 92F30E04C8;
	Wed, 29 Aug 2012 03:37:45 +0000 (UTC)
Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53])
	by pigeon.gentoo.org (Postfix) with ESMTP id 31A32E0453
	for <gentoo-user@lists.gentoo.org>; Wed, 29 Aug 2012 03:35:57 +0000 (UTC)
Received: by bkwj4 with SMTP id j4so25846bkw.40
        for <gentoo-user@lists.gentoo.org>; Tue, 28 Aug 2012 20:35:57 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=99wWR/qTaAAtmpVBWTBcsbFa6Rxd41wezBysyPxLCPI=;
        b=MsBtiPJ0GNXtURL0mYtyAP4SqqvlhDDoa1hqA2XwbDzREQAbCJJGSRKQjPpF2drzHp
         nmPOr0SQc8D1CLsKifHRMZwNm6gfMnqder0hv0wWjO8niAPnyOPjohRWC1dOLlZItud1
         /jz26v1WE3aITf53KRDb6mXZI6B17iXm9R2EVJVrRpOiXBnz/VpoKv+xBxqZEb+dKSkr
         iQ+VcgkE8tCz17qOZhZqFxlleE57QLNWQkfHcZpjxldEeoVKs1yCVimmUYqNzyh/+3FD
         4BV/vdJEDoof98zEDZO8QuMb2DAdc38q3HMwxzOfhfppXyfNEHHlGQ15ROv0F+VDhS9Z
         5qFg==
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.204.136.205 with SMTP id s13mr62318bkt.22.1346211357182; Tue,
 28 Aug 2012 20:35:57 -0700 (PDT)
Received: by 10.205.25.8 with HTTP; Tue, 28 Aug 2012 20:35:57 -0700 (PDT)
In-Reply-To: <503D8503.3010906@wht.com.au>
References: <503D8503.3010906@wht.com.au>
Date: Tue, 28 Aug 2012 23:35:57 -0400
Message-ID: <CA+czFiCoJpHigr18wFpC7ovggDtM=Y9yBUnxaroUhjtH=9cbuw@mail.gmail.com>
Subject: Re: [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard
From: Michael Mol <mikemol@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
X-Archives-Salt: ac03ab3e-5d14-461b-b820-bffec9c7f17a
X-Archives-Hash: c1df2bdb351d3720d39baee522a36e9c

On Tue, Aug 28, 2012 at 10:57 PM, Andrew Lowe <agl@wht.com.au> wrote:
> Hi all,
>         Anyone got any suggestions for a lightweight server distro for an
> old motherboard? I've got one of the VIA mini-ITX boards, SP13000, and want
> to whack something light onto it. It will be working as a file/media server
> and will be headless, hence will be fiddled via ssh. Obviously there are the
> usual suspects, debian, centos, but does anyone have any recommendations viv
> a vis a stripped down distro, sort of like Lubuntu is to Ubuntu?
>
>         Any thoughts greatly appreciated,

Cripes, you're asking in gentoo-user. Of course someone's going to
suggest Gentoo.

Let it be me...and I'll explain:

1) You can put something like -Os or -O2 in your CFLAGS, whichever
helps your performance case better.
2) You can target your CFLAGS to your exact processor, allowing
generated machine code to be as efficient as possible on your CPU
(which you'll need, if it's a low-power CPU!)
3) You don't have to compile on the mini-ITX board; you can
cross-compile and use binpkgs to install.
4) You can use USE flags to strip out (virtually) any and every
feature you don't use, reducing both your code size, load and
execution time.

If you want to do something lightweight, there's not much better you
can do than with Gentoo.

-- 
:wq