From owner-freebsd-questions@FreeBSD.ORG Thu Jun 4 15:22:43 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFEC1F83 for ; Thu, 4 Jun 2015 15:22:43 +0000 (UTC) (envelope-from perretcantonim@gmail.com) Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 62F501123 for ; Thu, 4 Jun 2015 15:22:43 +0000 (UTC) (envelope-from perretcantonim@gmail.com) Received: by wgme6 with SMTP id e6so36350373wgm.2 for ; Thu, 04 Jun 2015 08:22:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=AD16qkwQhmWC3XOkIor+LITo1NP1Q12b78ouqspzqpQ=; b=HfAncD7CDCuSH5g0WTSj9z2uhYxK0xD3eKTbjvFKJyqde5fwZXAxTrftEFMpbHUnEv ssxzbddw7xme7DGuagV2SQ9xyjaLKtSzUzIc7lHuqWP9COnrKuA0/1+AznswPgXX2tYV j7lH3IuF2FEFi+5S3VaIOuOjtPss37D79GkjUpTj2S3AxFfLtwXq8qMmMZaW0Rl7PNKF N/HyIwuRxtfoCHlPytFq3qt6mMRb8O8FMP4tnO4V7j2hICQkrK/+Z0q/UdfNq0lvTeHg zGbmeYDfeByOtN/d7CDQD0IyY4q3QnZJ2qWSEXQa2DUqx2UXhS71yfV2CfMshi5x/S55 qsPQ== MIME-Version: 1.0 X-Received: by 10.180.88.72 with SMTP id be8mr8973013wib.42.1433431361580; Thu, 04 Jun 2015 08:22:41 -0700 (PDT) Received: by 10.27.179.3 with HTTP; Thu, 4 Jun 2015 08:22:41 -0700 (PDT) Date: Thu, 4 Jun 2015 12:22:41 -0300 Message-ID: Subject: Can you tell me something about you development host? From: =?UTF-8?Q?Mat=C3=ADas_Perret_Cantoni?= To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2015 15:22:43 -0000 Hello everyone! I've been playing around with FreeBSD for about a year now and I'd like to set a "better" development environment. Right now I'm running FreeBSD on VirtualBox on top of Linux Mint. I use Linux Mint because I need a GUI for web browsing and some rich text editing. And I use FreeBSD for building images for ARM boards, and some driver development. But this configuration is sometimes a little uncomfortable. Specially for flashing SD cards, and file exchange between both hosts (Linux and FreeBSD) So, what can you tell me about you development station? What's your setup? Can you make me any recommendation? I also wonder how do you manage your emails, specially the ones from this mailing list. Do you use some text based tool? Or just a GUI one? Thanks in advance. Regards, Matias.-