VirtualBox 3.1 ready for download

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Virtualization and Cloud Computing VirtualBox 3.1 ready for download
# 1  
Old 11-30-2009
VirtualBox 3.1 ready for download

Downloads - VirtualBox
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

The disk drive for /tmp is not ready yet or not present && the disk drive for /boot is not ready yet

Hi Team when I boot the server I get this 2 errors : the disk drive for /tmp is not ready yet or not present the disk drive for /boot is not ready yet or not present and its stay like that , I m using Ubuntu 12.04 please if someone have any idea how to fix that problem . (1 Reply)
Discussion started by: SULTAN01
1 Replies

2. Filesystems, Disks and Memory

ext4 - ready for production system?

Gidday, Are you using ext4 for production system? Or is it better to opt for a more conservative strategy, like ext3 for instance? What are your experiences? Thanks in advance, Loïc. (3 Replies)
Discussion started by: Loic Domaigne
3 Replies

3. Solaris

LUN not ready

hey guys i got this in my logs what does this mean: (1 Reply)
Discussion started by: sbn
1 Replies

4. Shell Programming and Scripting

Script ready but might need some improvement.

Hi All, I have written a script which does some editing in the files, based on user input.This might not be the most elegant way of doing it and there would be many improvements needed. Please go through it and let me know how it could be improved. Suggestions are welcome!! Thanks!... (2 Replies)
Discussion started by: nua7
2 Replies
Login or Register to Ask a Question
BGOFFICE-DICT-DOWNLOAD(1)				User Contributed Perl Documentation				 BGOFFICE-DICT-DOWNLOAD(1)

NAME
bgoffice-dict-download - download dictionaries for bgoffice SYNOPSIS
# list known dictionaries bgoffice-dict-download --list # download a dictionary bgoffice-dict-download --dict bg-en_dual # explicit output file bgoffice-dict-download --dict bg-en_dual --output=/some/where.tar.bz2 DESCRIPTION
bgoffice-dict-download is a small program to help download bgoffice dictionaries off sourceforge.net. It browses the bgoffice project download area and follows the download links. The dictionary is downloaded in the current directory, unless the "--output" option is used. OPTIONS
--list Prints the list of the known dictionaries. --dict dictionary name Specifies the dictionary to be downloaded. See "--list" for the known dictionaries. This option is mandatory, unless "--list" is given. --output file Saves the downloaded dictionary in the given file, instead of ./<dict>.tar.bz2 COPYRIGHT AND LICENSE
Copyright: (C) 2010 Damyan Ivanov dmn@debian.org Permission is granted to use this work, with or without modifications, provided that this notice is retained. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return. perl v5.14.2 2010-12-16 BGOFFICE-DICT-DOWNLOAD(1)