From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:06:37 2006 Return-Path: X-Original-To: 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 6DBEC16A422 for ; Wed, 22 Feb 2006 18:06:37 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6D9443D48 for ; Wed, 22 Feb 2006 18:06:36 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: by zproxy.gmail.com with SMTP id r28so1592377nza for ; Wed, 22 Feb 2006 10:06:35 -0800 (PST) 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=otlKdhEv28VqABdb8QD5PZxxPxFr81VaLpTqV6d2AjkxOhhosUch58SL1AkGr9E1OROBXvi2ZP2sX/iLCdK67H+j1h2pGaQKMQTkcqP+S5A4F5Xt53TqyDIQtSzxNkSZPsHKA0eD8Hs7Z+kkw0x4ulxSs/bmUq7VPGqYoVU+SqQ= Received: by 10.65.188.20 with SMTP id q20mr2322785qbp; Wed, 22 Feb 2006 10:06:35 -0800 (PST) Received: by 10.64.143.9 with HTTP; Wed, 22 Feb 2006 10:06:35 -0800 (PST) Message-ID: <3060c2390602221006u56e88326n3b2c796f4047b4df@mail.gmail.com> Date: Wed, 22 Feb 2006 13:06:35 -0500 From: "Mike Hernandez" To: questions@freebsd.org In-Reply-To: <20060222073705.29055.qmail@web60623.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060222073705.29055.qmail@web60623.mail.yahoo.com> Cc: Subject: Re: help i need a help 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: Wed, 22 Feb 2006 18:06:37 -0000 On 2/22/06, poria hariry wrote: > Hi Dear Sirs > i am a ICT student . i have a project that moust install freebsd and sh= aring file whit windows but i have a problem > i can not open Xwindow . can you help me about this. > tnx > 1. You don't need Xwindows to share a file with anyone, not even windows machines, believe it or not :) 2. Once you have your network set up properly (see the handbook), move on t= o 3. 3. In my opinion, you really need help with samba, not freebsd (all you have to do is install samba, which is as easy as cd /usr/ports/wherever/samba/is/hiding/ ; make install) samba documentation is plentiful on the web, ask google... the only issues that might be freebsd specific when it comes to samba involve the location of the config files and binaries. I could be wrong... good luck :) Mike