From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 12:08:34 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80468106564A for ; Fri, 11 Jul 2008 12:08:34 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.189]) by mx1.freebsd.org (Postfix) with ESMTP id 200E98FC21 for ; Fri, 11 Jul 2008 12:08:33 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by gv-out-0910.google.com with SMTP id n8so572409gve.39 for ; Fri, 11 Jul 2008 05:08:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=uOcBHl/llZwmIeBOFVI50XGsIujV2CqW+YJzERBjcso=; b=a1wpfhAwQi/tJRfknOmt+7O0jbElNSj4Ut3n2JGsjzc0a5DfA9dc090otgyg3HaYDm BxCKCgRo75yDn4GSeLgNOrcXOTIsfh2aclHd53GisDGcW7DVV3YIwM9NFeeY8Pi0td3H cELG65wMhhzoFnW8nhnqhXisuYsoa+loA+NJs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=tMFlO03e47J9yQomHV6JiKmfz3QxpC9ljwqFS3m0NEpc/3abff5i7DlPEdC5jQ0Uxg s5+hM5OlJalsJGUPWVcvZie5Hq5NeGLa3hLUISt16MGExx04RnEuHtT6526RqQhp/lyQ Ojf68qiac4wWcIkAb9ovM3d5MNXzZXefKDhZs= Received: by 10.125.115.18 with SMTP id s18mr2940852mkm.133.1215778112655; Fri, 11 Jul 2008 05:08:32 -0700 (PDT) Received: from atlantis.dyndns.org ( [79.131.197.56]) by mx.google.com with ESMTPS id 22sm1425833fkr.4.2008.07.11.05.08.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 11 Jul 2008 05:08:31 -0700 (PDT) Message-ID: <48774D30.1000108@gmail.com> Date: Fri, 11 Jul 2008 15:08:16 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.14 (X11/20080703) MIME-Version: 1.0 To: Ian Lord References: <990695FC90DB4BC8B3439F779B73FCF8@msdi.local> In-Reply-To: <990695FC90DB4BC8B3439F779B73FCF8@msdi.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Linux for freebsd admins 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: Fri, 11 Jul 2008 12:08:34 -0000 Ian Lord wrote: > I have to install a linux machine and don't know which distribution to take. > > > > I tried debian ubuntu and fedora and didn't like them. > > > > I want: > > - A basic install (not 900 packages installed by default > > - No gui, I like my flashing cursor > > - an equivalent of ports. I want to easily compile my ports I don't like > prebuilt package. Want to retrieve them by cvs. > > - an equivalent to portupgrade. > > If you wish something really close to you FreeBSD experience, you should try Arch linux: - Uses rc.conf file (bsd style init) - Fully configurable, no GUI installed by default - Package manager allow both source / binary packages - Rolling distro means you never have to reinstall. - You will easily apply your knowledge from FreeBSD to it