From owner-freebsd-questions@FreeBSD.ORG Fri May 25 11:15:02 2012 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 18DD1106564A for ; Fri, 25 May 2012 11:15:02 +0000 (UTC) (envelope-from f.bonnet@esiee.fr) Received: from hp9.esiee.fr (hp9.esiee.fr [147.215.1.4]) by mx1.freebsd.org (Postfix) with ESMTP id C7CC18FC1D for ; Fri, 25 May 2012 11:15:01 +0000 (UTC) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by hp9.esiee.fr (Postfix) with ESMTP id CE7AF14EA30A; Fri, 25 May 2012 13:15:00 +0200 (CEST) X-DKIM: OpenDKIM Filter v2.5.2 hp9.esiee.fr CE7AF14EA30A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=esiee.fr; s=MAILOUT; t=1337944500; bh=be27qpy8UxS0fKrtkt1BVMe+7fX0/qdn+mg4teT4iQo=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=q1d2XuNdRk0HWxl6lfceR7WfTZaJ3UQgPb2wcZP95Z7VooRi0OCUnPKIZgHo+Qdik b6Y6au3FR/8zUhKPJ4pZ9dDkxR2k7u7okPoNRLMII0mHTnqSW3xx+9s1Sj9zv/gWE1 PZh5bNvQxl3julTl9aNCKNpiMqut/b6mqNBomItU= Received: from mail.esiee.fr (localhost [127.0.0.1]) by VAMS.dummy (Postfix) with SMTP id B3DD03C3CC0; Fri, 25 May 2012 13:15:00 +0200 (CEST) Received: from [147.215.1.21] (lisa.esiee.fr [147.215.1.21]) by mail.esiee.fr (Postfix) with ESMTP id 90FB73C3CBF; Fri, 25 May 2012 13:15:00 +0200 (CEST) Message-ID: <4FBF69B4.7010805@esiee.fr> Date: Fri, 25 May 2012 13:15:00 +0200 From: Frank Bonnet User-Agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Dennis Glatting References: <4FBF3EA9.2000103@esiee.fr> <1337940633.42636.5.camel@btw.pki2.com> In-Reply-To: <1337940633.42636.5.camel@btw.pki2.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Fri, 25 May 2012 11:15:02 -0000 On 05/25/2012 12:10 PM, Dennis Glatting wrote: > On Fri, 2012-05-25 at 10:11 +0200, 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 their personnal data >> from almost anywhere and with almost any devices ... >> ( Personnal PC, Mac, smartphones and tablets ... etc ) >> > There is a couple of cheap ways of doing this. First, download the free > version of VMWare ESXi and partition your hardware. Another is to > install VirtualBox, a Type-2 HyperVisor. > > Depending on what you consider a cloud, take a look at Hadoop. Hadoop > isn't partitioning hardware but Hadoop and the applications that run on > top of Hadoop can give you an interesting view of these technologies and > how they can be applied to cloudy data. > > As for how to get data into/out-of the cloud, let me know how that > works. :) > > > > Hi Dennis Thank you for that info ! gonna investigate the hadoop way.