From owner-freebsd-questions@FreeBSD.ORG Tue May 29 09:05:21 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4FF8106566B for ; Tue, 29 May 2012 09:05:21 +0000 (UTC) (envelope-from ciprian.craciun@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 793898FC0C for ; Tue, 29 May 2012 09:05:01 +0000 (UTC) Received: by dadv36 with SMTP id v36so5290233dad.13 for ; Tue, 29 May 2012 02:05:01 -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 :cc:content-type:content-transfer-encoding; bh=TJdHL9JyRBzF28/bXf/uKSlIRbsR9FZrck2z5UoiUJk=; b=sLZ0uIipU2oY9wajaWme+Pl0DvvabszhnadS8U3WSVLPTrtFTKo2Lhv37EVfB2lOQT mlA2SofaxDYUFBBuufArl0mEwxHmMyKvvBjhznqxPc6evjlYXUZ9A6AkqbHk+XO6bBjv CaaE5YuN3AnkO+E2228o5S1dqjAgaO7/g9JPI2MWWOjvNV4SnXTHyLSKjNZFys+jDRpN 209Fw6/V5ID39GZUEccEWTOSgC4MpFI4nc6g90wsQYevLWzjTUX7FOpMydyCuSAk5s08 35SCeUx9iodncA4JM13Y6GkOzE4ywAOwFqpmgQw+MMzwcPRI9q3QB3bDUiUqLB7dQePw pG/Q== MIME-Version: 1.0 Received: by 10.68.238.135 with SMTP id vk7mr11297746pbc.134.1338282301429; Tue, 29 May 2012 02:05:01 -0700 (PDT) Received: by 10.68.135.136 with HTTP; Tue, 29 May 2012 02:05:01 -0700 (PDT) In-Reply-To: <4FBF3EA9.2000103@esiee.fr> References: <4FBF3EA9.2000103@esiee.fr> Date: Tue, 29 May 2012 12:05:01 +0300 Message-ID: From: Ciprian Dorin Craciun To: Frank Bonnet Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-questions@freebsd.org" Subject: Re: "Cloud" software ? 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: Tue, 29 May 2012 09:05:21 -0000 On Fri, May 25, 2012 at 11:11 AM, Frank Bonnet wrote: > Hello > > I'm searching for a "cloud software" :-) > > More precisely we would like to offer to our students and professors > a kind of private cloud to access/manipulate =C2=A0their personnal data > from almost anywhere and with almost any devices ... > ( Personnal PC, Mac, smartphones =C2=A0 and tablets ... etc ) > > Anyone could help ? > Thank you Although it's not "cloud"-labeled, and: * if you're interested only in data (as in files) management; * and you want to host it your self; , you could take a look over OpenAFS. It's quite nice, works over WAN, supported on most modern OS's, and has strong authentication and authorization. (I don't know about Smartphones, tablets, etc.) Ciprian.