From owner-freebsd-ports@FreeBSD.ORG Sat Jan 1 12:46:24 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27550106566C for ; Sat, 1 Jan 2011 12:46:24 +0000 (UTC) (envelope-from majid4466@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id D7D5F8FC08 for ; Sat, 1 Jan 2011 12:46:23 +0000 (UTC) Received: by qyk8 with SMTP id 8so12544400qyk.13 for ; Sat, 01 Jan 2011 04:46:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=wi6+TtGKivciohxas8LidvP3SHZSkwLkWMofyaPlCAg=; b=r0PeWr2qN9pL41udoG63rKoYhiqBl8gtBy6J6iglHwlsJvY2/B37Vf6eKBapmiLZUu 3pZLMXM0w8MDlgfK4zmJ9O8ifg+Nr01Pl/mNlTEZ/Dh7ViY2C9rbHNKNJDJatCDKZ5Ji Xx7FJoIQOMvXLBDtGvVp+dgQO2JmGl7Y5Jca0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=L1IQBMQo09gksJahmUoHjdref37xkUZeFh5jYg6huiXokkJUiPgAxMSXZ/2K4vkGW/ 7r1gnsH2yeqo65GUPIcag6uaANLK2iYipvfX2U2O2nKfermXyuCN9ZMD5voTRVtSIKFD 36Rw35MmoqmlaO2z/yVePn9vOP6sKSa+TnoAc= MIME-Version: 1.0 Received: by 10.229.28.143 with SMTP id m15mr16207620qcc.162.1293884631946; Sat, 01 Jan 2011 04:23:51 -0800 (PST) Received: by 10.229.13.94 with HTTP; Sat, 1 Jan 2011 04:23:51 -0800 (PST) Date: Sat, 1 Jan 2011 15:53:51 +0330 Message-ID: From: majid fooladpour To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Installing FreeBSD from iso without CD, and one more question X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2011 12:46:24 -0000 Hi all, I am new to FreeBSD and I have a few questions which may or may not be related directly to ports. I have downloaded FreeBSD-8.1-RELEASE-i386-bootonly.iso, is there anyway to install FreeBSD with this on a Flash memory (without burning a CD)? - I have installed FreeBSD 6.2 from a bootable CD, - I know how to mount the usb flash in FreeBSD 6.2 - I have Windows XP on another hard drive and I can open the iso file inin there with 7zip and extract the files/folders to rearrange them and save the result back to flash disk. I thought when you install a *nix like system you are ready to go with all you need for web development. This does not seem to be true. I need to set up a LAMP environment. In Windows I got that in two steps: 1. Downloaded XAMPP from Apache Friends and installed (and got Apache + PHP + MySQL), 2. Downloaded Notepad++ and installed What should I do in FreeBSD to get the same envo? - And I really want the ability to have debugging on PHP which I missed on Windows. Thanks, Majid