From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id A0F3D1EF774; Tue, 5 May 2015 14:59:04 -0400 (EDT) Received: from mta1.math.wisc.edu (mta1.math.wisc.edu [144.92.166.23]) by befuddled.reisers.ca (Postfix) with ESMTP id B19F41EF75C for ; Tue, 5 May 2015 14:59:01 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mta1.math.wisc.edu (Postfix) with ESMTP id 9943660E7D for ; Tue, 5 May 2015 13:58:48 -0500 (CDT) Received: from mta1.math.wisc.edu ([127.0.0.1]) by localhost (mta1.math.wisc.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kjCubWMM_7xj for ; Tue, 5 May 2015 13:58:48 -0500 (CDT) Received: from mta1.math.wisc.edu (localhost [127.0.0.1]) by mta1.math.wisc.edu (Postfix) with ESMTP id 0CCC860DA0 for ; Tue, 5 May 2015 13:58:48 -0500 (CDT) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mta1.math.wisc.edu X-Spam-Level: X-Spam-Status: No, score=-101.0 required=6.5 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=disabled version=3.3.2 Received: from mailhost.math.wisc.edu (erdos.math.wisc.edu [144.92.166.25]) by mta1.math.wisc.edu (Postfix) with ESMTP for ; Tue, 5 May 2015 13:58:48 -0500 (CDT) Received: from [144.92.166.19] (vv507j.math.wisc.edu [144.92.166.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mailhost.math.wisc.edu (Postfix) with ESMTPSA id 0A1A3567B10 for ; Tue, 5 May 2015 13:58:48 -0500 (CDT) Message-ID: <554912E7.7010901@math.wisc.edu> Date: Tue, 05 May 2015 13:58:47 -0500 From: John G Heim User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: "Speakup is a screen review system for Linux." Subject: Re: virtualbox, was: Re: Kali Linux References: <1dc8f431-1de2-4114-b344-3e8323c2b189@default> <20150429020326.GA23339@lava-net.com> <07cf8a7f-54f8-4276-8ad3-380bfb5bbcf3@default> <5540C493.5070903@cyber-wizard.com> <20150430010256.GA6976@lava-net.com> <20150430035207.GA14578@gregn.net> <20150430163054.GA9356@lava-net.com> <7ed5350e-b5a1-41af-af3a-31025735fd2b@default> <20150501224151.GA20863@gregn.net> <338cea54-0d1a-41fe-90ce-cbeb9ed1f178@default> <20150503222740.GB1896@lava-net.com> <5548DFAA.4040603@math.wisc.edu> <23c753f6-c1d7-4dec-822b-1db17a7c6ed7@default> In-Reply-To: <23c753f6-c1d7-4dec-822b-1db17a7c6ed7@default> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2015 18:59:04 -0000 My script is pretty muchjust the vboxmanage commands from a blog entry I found by googling. Here is alink to the blog: http://www.perkin.org.uk/posts/create-virtualbox-vm-from-the-command-line.html The only thing I did differently was to swap the order of the command to create the virtual machine (createvm) and the command to create the virtual hard disk (createhd). This allowed me to create the virtual hard disk inside the same folder as the virtual machine. That's not necessary and depending on your setup, might be counter-productive. I prefer it so I can keep everything tidy. On 05/05/2015 11:08 AM, Don Raikes wrote: > If anyone has some command-line scripts for virtualbox they would be willing to share, I would greatly appreciate the assistance. I was working on a set of scripts a couple of years ago, but can't find them now, and need to get vbox up and running pretty quickly. > -----Original Message----- > From: John G Heim [mailto:jheim@math.wisc.edu] > Sent: Tuesday, May 05, 2015 8:20 AM > To: Speakup is a screen review system for Linux. > Subject: Re: virtualbox, was: Re: Kali Linux > > I am using virtualbox to try to create a version of grml that comes up I've been using virtualbox to try to create a version of grml that comes up talking. I have virtual machines for straight debian, grml32, and grml64. It's pretty nice. I'm not sure if I prefer virtualbox or vmware player. Virtualbox has a really powerful and well docummented command line interface. So I was able to script the process of creating virtual machines. Virtualbox stores it's config files in an xml file and it has a warning at the top of each file not to edit it. VMware stores it config files in plain text that is easily edited in any text editor. > I've many times changed the boot order of a virtual machine by just going in and editing it in the config file. But if you're not intimidated by xml, you could probably edit the config files for virtualbox too. > > One other thing that I really liked about virtualbox was that you can get a screen capture. At first, when I have having trouble getting virtual machines to start, I'd take a screen cap and run it through tesseract to see why it was stuck. I was even able to check the network configuration on a Windwos virtual machine this way. I was pretty sure the Windows virtual machine was running so I pressed the keys to open a command window, windows+r, cmd. Then in the command window, I type "ipconfig /all". Then I got the screen cap and was able to check the network config. Pretty cool. > > But it turns out vmware can do that too. > http://stackoverflow.com/questions/2255477/how-to-make-screenshots-using-vmware-tool-vmrun > > > On 05/03/2015 05:27 PM, Igor Gueths wrote: >> I'm actually running VirtualBox on a Debian host: >> igueths@holly:~$ uname -a >> Linux holly 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt7-1 (2015-03-01) >> x86_64 GNU/Linux On Fri, May 01, 2015 at 10:23:31PM -0700, Don Raikes >> wrote: >>> So vbox works with nvda but not with jaws? I am a jaws user primarily, but I could if necessary switch to nvda for working with vbox I suppose. >>> -----Original Message----- >>> From: Gregory Nowak [mailto:greg@gregn.net] >>> Sent: Friday, May 01, 2015 3:42 PM >>> To: Speakup is a screen review system for Linux. >>> Subject: Re: virtualbox, was: Re: Kali Linux >>> >>> Early on, virtualbox was using qt3 under which the GUI was indeed not accessible. This has changed since they started using qt4, and that was at least two years ago if not more. When I used to use the builds of virtualbox using qt4 under windows xp, and wineyes 6.1, it was quiet accessible. Nowadays, I'm using virtualbox 4.3.x on windows7 home premium with the latest nvda, and that is quiet accessible also. >>> >>> Greg >>> >>> >>> On Fri, May 01, 2015 at 08:29:01AM -0700, Don Raikes wrote: >>>> Igor et al, >>>> >>>> How are you getting virtualbox to work on windows? The last time I tried it (about a year ago) the gui was totally inaccessible with jaws. I would really appreciate knowing how others are getting it to work since my laptop can't handle vmware workstation maybe it will handle virtualbox instead. >>> >>> >>> -- >>> web site: http://www.gregn.net >>> gpg public key: http://www.gregn.net/pubkey.asc >>> skype: gregn1 >>> (authorization required, add me to your contacts list first) If we haven't been in touch before, e-mail me before adding me to your contacts. >>> >>> -- >>> Free domains: http://www.eu.org/ or mail dns-manager@EU.org >>> _______________________________________________ >>> Speakup mailing list >>> Speakup@linux-speakup.org >>> http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup >>> _______________________________________________ >>> Speakup mailing list >>> Speakup@linux-speakup.org >>> http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup >>> >>> -- >>> This message has been scanned for viruses and dangerous content by >>> MailScanner, and is believed to be clean. >>> >> > -- John Heim, jheim@math.wisc.edu, skype:john.g.heim