Laptops Under 200

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg
Showing posts with label virtualization. Show all posts
Showing posts with label virtualization. Show all posts

Wednesday, 20 July 2011

How to Install Virtualbox 4.1 in Ubuntu 11.04 Natty Narwhal, 10.10 and 10.04?

Posted on 09:35 by Unknown
Virtualbox without a doubt is one of the best cross-platfor virtualization software available. Although usually a virtulization application runs under different operating systems but there are few that only support (installs) a single operating system. Virtualbox in that sense can be run in GNU/Linux, MS Windows and Mac OSX, really easy to customize thanks to the awesome GUI implementations + most importantly, it's completely free of charge as well.

Although it was called "non-free" in the past since it wasn't an opensource app back then, but now since Oracle (Sun Microsystems actually) decided to make its source-code available under the GNU-GPL license... this has become one of the favorites of the GNU/Linux Geeks ;-).

Virtulization software in general usually releases new version a bit frequent than many other kinds of software since stability and a higher level of security is a must for a "virtualized-environment" thus there's always "space" for bug fixes (yikes) and improvements in general.  

What the! ;-)...

As a result Oracle also releases new versions quite frequently which usually means bug fixes rather than "features" but few hours ago they've released Virtualbox 4.1 which brings some major changes to the overall application such as...

*. Enhanced virtual disks creating wizard.

*. A totally new wizard for copying virtual disks.

*. Aspect ration related bug fix (only concerning MS Windows and Mac OSX).

*. A new and experimental Windows display driver model that eliminates the need to installing the Guest drivers in Safe Mode + supports the Aero interface (including Direct 3D of course) as well.

*. New network driver model (open-architecture) which separately distributable virtual network implementations.

*. With VboxManage now an experimental SATA hot-plug is available... are just the major ones to mention.

But the 4.1 version do come with a lot of bug fixes as usual too. You can install Virtualbox 4.1 in Ubuntu 11.04 Natty Narwhal, 10.04 and 10.10 by using main two methods.

Note: If you have installed Virtualbox before, then please remove it first. This may not be necessary... but  in most cases having a fresh-install is the best way to go ;-). To remove Virtualbox use the below command.
sudo apt-get purge virtualbox

The first method I think is the easiest since all you gotta do is just download the pre-built ".deb" packages from Oracle themselves and once the downloading is complete, just double click on it and follow the on-screen instructions. So... if you use,

Ubuntu 11.04 - Then get the 32-bit from here and 64-bit version from here.

Ubuntu 10.10 - Then get the 32-bit from here and 64-bit from here.

Ubuntu 10.04 - Then get the 32-bit from here and 64-bit version from here.


If you're a bit of a old-school geek, you can also install Virtualbox 4.1 using the command-line by using the below steps if you like as well.

1. First you'll have to enter the Virtualbox repository into the Ubuntu Linux OS.

Open your Terminal and enter the below commands.
sudo gedit /etc/apt/sources.list

This should open the gedit (text editor for Gnome desktop) with "source.list" file opened and ...

If you use Ubuntu Linux 11.04, then enter the below text into the "sources.list" file.
deb http://download.virtualbox.org/virtualbox/debian natty contrib

If you use Ubuntu 10.10 then use the below one instead.
deb http://download.virtualbox.org/virtualbox/debian maverick contrib non-free

If you use Ubuntu 10.04 then you'll have to use the below one. 
deb http://download.virtualbox.org/virtualbox/debian lucid contrib non-free

Then as said before, if you have already installed a previous of Virtualbox, then remove it and then afterwards use the below commands.
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -

sudo apt-get update

sudo apt-get install virtualbox-4.1

That's it dudes...enjoy!.
Read More
Posted in linux, ubuntu, virtualbox, virtualization | No comments

Thursday, 30 June 2011

How to Install Virtualbox 4.0.10 in Ubuntu 11.04/10.10?

Posted on 20:17 by Unknown
Oracle, the developer behind the highly stable (and popular) cross-platform virtualizer called Virtualbox has released a new version few days ago which makes it now the 4.0.10 version. As any other durable virtualization utility, using this powerful app, as long as you have the Memory (RAM), CPU power and the HDD space... sky is the limit ;-).

Anyhow, as always this maintenance release brings few new improvements rather than features such as ...

*. Few disappearing widgets GUI fixed in KDE.

*. Fixed a Kernel related bug which wouldn't let restoring VM.

*. ACPI related enhancements.

*. Screen corruption related bug fix.


*. Few Memory leaks fixed while using in GNU/Linux.

*. Solaris Guest OS installation related bug fix... these are the main ones but you can read the full details from this change-log page.

When it comes to installing virtualbox 4.0.10 in Ubuntu 11.04/10.10, etc there are few methods that you can follow. But the easiest method is to download the pre-compiled (.deb files) binaries from the Virtualbox download page which include binaries for a lot of other GNU/Linux distributions.

Just download the below packages according to your Ubuntu version (if you use older Ubuntu version then follow the above link to get it) and once the downloading is complete, just double click on the file which should start the Ubuntu Software Center and follow the on screen instructions. Good luck.

for Ubuntu 11.04 32bit or 64bit

for Ubuntu 10.10 32bit or 64bit
Read More
Posted in linux, ubuntu, virtualbox, virtualization | No comments

Tuesday, 17 May 2011

Virtualbox 4.0.8 is Released!, How To Install it in Ubuntu 11.04 Natty Narwhal?

Posted on 07:41 by Unknown
Developed by Oracle (same company which is responsible for major GNU/Linux distributions common decision for dumping OpenOffice) Virtualbox is one of the most widely used Virtualisation software without a doubt. Although virtualisation has its own good and bad aspects, but in general it can help to bring together more than one operating systems/software on a sever/s which otherwise requires different servers to run those applications resulting a much higher maintenance cost.

Anyway, back to the main topic. Few hours ago Oracle released an update to their Virtualbox app which makes it now the 4.0.8, version. And if you use GNU/Linux Virtualisation with Virtualbox, then it is recommended to update to this latest version, according to the official Oracle changelog.

Running MS Windows XP in a GNU/Linux desktop!...

As you can see in the "list", not just improved stability and security fixes but it seems to include few Gnome 3/Shell and Ubuntu 11.04 related compability issues as well.

If you use Ubuntu 11.04 Natty Narwhal, then you can install Virtualbox 4.0.8 by issuing the below command and follow the instructions on your screen.
sudo -v
echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" | sudo tee -a /etc/apt/sources.list
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-4.0
Read More
Posted in linux, ubuntu, utilities, virtualization | No comments

Saturday, 30 April 2011

Wanna Install virtualbox 4 on ubuntu 11.04 Natty Narwhal?

Posted on 01:35 by Unknown
Virtualization gives you the ability to run several operating systems on top of each other. For instance, GNU/Linux cannot be run on Microsoft windows as a program. But with a Virtualization software you can actually run not just GNU/Linux but any other OS independent of the operating system that the virtualization utility is installed.

The power of Virtualization..., Ubuntu running in Windows 7

Just like that with Virtualbox, developed by GmbH (the developer of Avira antivirus) now owned by Sun Microsystems, it can be used on not just in GNU/Linux but in Windows and Mac OSX, Solaris, etc. With the help of Virtualbox 4 you can easily run Windows 7 or XP in GNU/Linux as well.

Although not just for home users, through virtualization large companies/Business have a lot of benefits in general where you can allow the users to run several desktops on top of each other without having to buy PC after PC or without having to do a dual boot, etc thus it saves both cost and time.

Anyhow, if you have installed the Ubuntu 11.04 Natty Narwhal and want to know how to install Virtualbox 4, then please follow the below steps.

1. First issue the below command.
gksudo gedit /etc/apt/sources.list
2. Now add the below text to the opened file (just paste it).
deb http://download.virtualbox.org/virtualbox/debian natty contrib
Remember to save the file before closing.

3. Enter the below command.
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
4. Use these commands next.
sudo apt-get update
Install virtualbox 
5. Now let's update to the version 4x by using the next command.
sudo apt-get install virtualbox-4.0
6. You may also want to install the dkms packages via the below command.
sudo apt-get install dkms
That's it. Now you should have the Virtualbox 4x installed in Ubuntu 11.04. 
Read More
Posted in ubuntu, unity desktop, utilities, virtualization | No comments
Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • How to Install FocusWriter (Professional Writing Application) in Ubuntu Linux?
    If you're a professional writer who'd like to have a simple text editor or a professional writing to be precise with minimal of dis...
  • How to Install Acidrip in Ubuntu - The Best DVDRipper for GNU/Linux! (I think :/)
    Without any particular reason, sometime ago I really wanted to know about DVD ripping (including encoding) using nothing but my GNU/Linux po...
  • Asus Eee PC X101 Secretly Gets a Product Page!
    Few weeks ago Asus showed off one of their upcoming netbooks called the Eee PC X101 . Concerning the cheap hardware this netbooks had nothin...
  • Install Gdiskdump in Ubuntu 11.04 - An Easy To Use Disk Cloning Tool for GNU/Linux!
    Although for Microsoft Windows there are several excellent commercial and free applications available yet with GNU/Linux when it comes to di...
  • Install "GConf Cleaner" in Ubuntu Linux (A "Registry" Cleaner for GTK/Gnome Desktop!)
    Just like any other operating system, GNU/Linux also stores its most important configuration files using various ways. Some are embedded int...
  • Fast Loading Image Viewer for Ubuntu Linux: Mirage
    These days when it comes to image viewers , GNU/Linux has a whole bunch of very competitive ones + if you use Ubuntu, then it comes with an ...
  • When Your Desktop Gets "Stuck", Try the Force Shutdown/Reboot Command
    This command is not something new and is known by almost all the GNU/Linux users. But for those of you who haven't heard of it, it can b...
  • How to Install DesktopNova in Ubuntu?
    DesktopNova is a simple application that automatically changes your wallpapers. Although currently it only supports Gnome and XFCE desktops....
  • How To Install emesene 2.11.5 in Ubuntu 11.04 Natty Narwhal?
    emesene is a chat client (GUI) that lets you "merge" or use several chat protocols such as Jabber, Facebook, Google Talk, etc unde...
  • Discolored Display Equals Loose LCD Cable
    A customer brought a HP G62 laptop with a video issue. It was displaying a light blue tone on every background where it should have been whi...

Categories

  • 11.04 natty narwhal
  • 11.10
  • 3d rendering
  • addons
  • address books
  • adobe
  • adobe flash
  • adobe flash player
  • amarok
  • amarok for windows
  • andorid
  • android
  • android applications
  • android apps
  • android phones
  • android tablets
  • app launchers
  • apple
  • applets
  • application indicator
  • applications
  • applications for windows
  • archive managers
  • arios
  • art
  • arts
  • asus
  • asus eee pc
  • ati
  • ati catalyst
  • audio
  • audio converts
  • audio editors
  • audio encoders
  • audio players
  • audio tag editing
  • audio utilities
  • ayatana scrollbars
  • backup
  • backup tools
  • banners
  • batter saver
  • battery calibration
  • benchmark testing
  • bittorrent
  • bittorrent clients
  • blogger
  • blogger news
  • blogger platform
  • blogging
  • blogging tips
  • blogging utilities
  • blu-ray
  • boot loaders
  • BSOD
  • business card creator
  • Canonical
  • cd/dvd burners
  • chat clients
  • checksum checker
  • chrome
  • chrome addons
  • chrome os
  • chromium
  • clamav
  • cloud computing
  • cloud comupting
  • cloud storage
  • clutter
  • collaborative editor
  • command line
  • commands
  • community
  • compiz
  • computer repair
  • computers
  • cross-platform
  • data backup
  • data encrption
  • desklets
  • desktop environments
  • digital audio workstation
  • disk cloning
  • disk drive erasers
  • disk image burning
  • disk images
  • disk partition editors
  • display managers
  • distributions
  • docks
  • download managers
  • drawing tools
  • drivers
  • driving lessons
  • dropbox
  • dvd authoring
  • dvd backup
  • dvd creator
  • e-book managers
  • e-mail
  • e-mail clients
  • e-mails
  • eee pc
  • elementary os
  • email clients
  • emails
  • encoding
  • encorders
  • experiences
  • facebook
  • fedora
  • fedora core
  • fedora core 15
  • fedora core learn
  • feed readers
  • file management tools
  • file managers
  • file manegers
  • file recovering
  • file splitters
  • file systems
  • filesystems
  • finance
  • firefox
  • firefox 5
  • firefox 6
  • firefox addons
  • firefox5
  • firmware utilities
  • flash videos
  • flickr
  • fonts
  • frustrations
  • fun
  • gadgets
  • GDM
  • gentoo
  • gimp
  • gmail
  • Gnome
  • gnome 3 shell theme
  • gnome 3.2
  • gnome applications
  • gnome desktop
  • gnome shell
  • gnome3
  • gnu
  • gnu emacs
  • gnu-linux
  • gnu-linux distributions
  • goober
  • google
  • google chrome
  • google chrome extensions
  • google maps
  • GPU
  • graphic design
  • graphic utilities
  • grey screen of death
  • grub editors
  • gtk
  • gtk applications
  • gtk themes
  • gtk3
  • gtk3 themes
  • hardware monitors
  • hdd clone tools
  • hdd tools
  • health
  • hobbies
  • html5
  • icons
  • ideas
  • im clients
  • iMac computer repair
  • iMac error
  • image editiors
  • image organizers
  • image resizers
  • image utilities
  • image viewers
  • iphone
  • itunes
  • java
  • journal applications
  • kde
  • kde 4.6
  • kde applications
  • kde-qt
  • kernel
  • kubuntu
  • kubuntu 11.04
  • laptops
  • learn
  • learn linux
  • legal
  • libre office
  • life
  • lightdm
  • linux
  • Linux distributions
  • linux keyboards
  • linux mint
  • linux multimedia players
  • linux music players
  • loco teams
  • logmein
  • lubuntu
  • lxde vs xfce
  • mac osx
  • mandriva
  • media players
  • metacity
  • microsoft windows
  • mounting
  • mplayer
  • ms windows
  • multi-touch gestures
  • multimedia
  • multimedia codecs
  • multimedia converters
  • multimedia players
  • multimedia utilities
  • music players
  • mypaint
  • natty narwhal
  • nautilus
  • nautilus scripts
  • nautilus tips
  • netbooks
  • netbooks under 200-250
  • network monitoring
  • networking
  • news
  • nokia phone suite
  • note taking
  • ntfs
  • nvidia
  • office productivity suits
  • office suits
  • oneiric ocelot 11.10
  • online radio
  • online storage
  • open source
  • open-source
  • opensource
  • opensuse
  • operating systems
  • optical disk burners
  • optical disks
  • optimizations
  • package managers
  • painting tools
  • parent control
  • password generators
  • password managers
  • pdf editors
  • pdf readers
  • pdf tools
  • pim software
  • pinguy os
  • plasma
  • plugins
  • portable
  • portable applications
  • portable laptops
  • privacy
  • professional video editors
  • programming tools
  • project management software
  • proprietary drivers
  • python applications
  • qt
  • qt applications
  • qt4
  • registry cleaner
  • remote access
  • remote desktop access
  • reviews
  • roboform
  • rom flashing
  • rss readers
  • satellite trackers
  • scanning tools
  • screen recorders
  • screenshot taker
  • scripts
  • search engines
  • security
  • shell extensions
  • shell themes
  • skype
  • smart phones
  • software
  • software emulators
  • sound servers
  • source code editor
  • stack exchange
  • startup managers
  • stock market
  • swimming
  • system cleaner
  • system information
  • system monitors
  • tablet pcs
  • tablets
  • task killers
  • tech help
  • tech news
  • tech tips
  • technology
  • terminal emulators
  • text editors
  • text translators
  • themes
  • thunar
  • thunderbir
  • thunderbird5
  • tips
  • transformation packs
  • tutorials
  • tweaks
  • twitter
  • ubunt
  • ubuntu
  • ubuntu 11.10
  • ubuntu 11.10 alpha 3
  • ubuntu derivatives
  • ubuntu derrivatives
  • ubuntu minimal install
  • ubuntu netbooks
  • ubuntu news
  • ubuntu one
  • ubuntu tablet
  • ultrabooks
  • unity 2d
  • unity desktop
  • unity desktop apps
  • usb
  • utilities
  • vector graphics
  • video editors
  • video utilities
  • videos
  • virtualbox
  • virtualization
  • virus scanners
  • vlc
  • voip
  • wallpaper contest
  • wallpapers
  • weather apps
  • web browser addons
  • web browsers
  • webcam
  • weight loss
  • weird
  • widgets
  • window managers
  • windows
  • wine
  • xml editors
  • xubuntu
  • youtube

Blog Archive

  • ▼  2012 (7)
    • ▼  August (2)
      • My New Toshiba AMD Notebook Rocks!
      • Dell XPS A2010 Plays a Good Game
    • ►  June (1)
    • ►  May (3)
    • ►  January (1)
  • ►  2011 (515)
    • ►  December (3)
    • ►  November (1)
    • ►  October (16)
    • ►  September (57)
    • ►  August (59)
    • ►  July (81)
    • ►  June (112)
    • ►  May (149)
    • ►  April (33)
    • ►  March (4)
  • ►  2008 (2)
    • ►  March (1)
    • ►  January (1)
Powered by Blogger.

About Me

Unknown
View my complete profile