Skip to main content

Virtualbox with Ubuntu and Xubuntu

It has been a few years since I last used Ubuntu Linux and since some of my students are using it, I decided to install it on Virtualbox and see what the fuss is all about.  Ubuntu used to be quite a nice system, but it seems to have regressed terribly and is now almost unusably slow and clunky due to the Unity/Gnome desktop.

My favourite desktop system is KDE.  I like my rotating desktop cube and wobbly windows, but on slower systems, I use the simpler XFCE or LXDE.  Gnome/Unity however, is the Win8 of Linux at this stage of its development and is much unloved.

Security Problems

The Ubuntu desktop also presents a serious security risk in its default configuration, since the Lens sends all your local and remote search activities to various third parties.  Ubuntu now is really a spyware system just like that other legacy system when it is infected with viruses and junkware. The only difference is that in Ubuntu, the spyware is deliberately installed, though it can be deactivated with a dozen or so clicks of the mouse, it doesn't deactivate everything.  The result is that Ubuntu is a total no-no for government users, lawyers, doctors and the like.  Anybody that needs FIPS compliance, should use Red Hat Fedora Linux.

However, Linux is Linux is Linux - so it can be fixed without too much trauma, by switching to the XFCE desktop.

Of course, you can avoid half the hassle by installing Xubuntu to begin with and not Ubuntu, but most people select the default download and then they are disappointed with the performance and don't know how to fix it.  So here, I deliberately use the bad version and then repair it.

Get It

Go to http://www.ubuntu.com/download/desktop and download the latest and greatest version of Ubuntu desktop edition.

Make a VM

Run Virtualbox and make a new VM.  Select Ubuntu Linux for the type, size the disk as 30GB and allocate 1GB RAM to it.  Boot up and select the ISO image file you downloaded from Canonical and let it go with all the defaults.

Fixit

Once you have Ubuntu up and running and experience its sluggishness, you'll be permanently cured of this  version of Linux in no time.

Click the lens at the top left, search for a 'terminal' and install some fixes:
$ sudo apt-get install linux-headers-$(uname -r) build-essential xubuntu-desktop

That lot will ensure that you can use the system for software development as well.

Restart Using XFCE

Restart the VM:
$ sudo reboot

 When you log in, select the XFCE desktop in the round little thingy to the right of your user name.

Your system will now run a hundred times faster.

Install Guest Additions

To make it work properly, you also need to install the guest additions, so that you can resize the screen, make the mouse move smoothly, share files with the host and make sound work.

Click on the top Virtualbox menu bar Devices and Install Guest Additions.  Nothing much will happen.  Open the File System browser and click VBoxAdditions.  Right click and select Open Terminal Here.  Run the VBoxLinux.run file:
$ sudo ./VBoxL[tab] 

Now when you reboot the VM again, things should be honky dory.

Browser Security

While I am on the security complaints topic, you can make your internet browsing a lot more pleasant by installing a couple of add-ons called Adblock Plus and Ghostery.  These two will make your internet browsing much faster and will suppress the worst of the web. These are available for most browsers, even for Google Chrome.  In Firefox, click on Tools, Add-ons and search for them.  In Chrome, click the Spanner, then Tools, Extensions.  It is a similar process in other browsers.

Other VM Optimizations

In a Virtual Machine, you should also disable power management and the screen saver, since they will cause trouble and you already got these features on your host.

Bugs

If the Virtualbox guest additions process complains that it cannot find the correct kernel headers even though you know that you installed them and other things compile just fine, then you may need to upgrade Virtualbox itself on the host machine.  The error message is a maybe a little subtle - it cannot find the correct kernel headers, so you got to upgrade.

La voila!

Herman

Comments

Popular posts from this blog

Parasitic Quadrifilar Helical Antenna

This article was reprinted in OSCAR News, March 2018:  http://www.amsat-uk.org If you want to receive Satellite Weather Pictures , then you need a decent antenna, otherwise you will receive more noise than picture. For polar orbit satellites, one needs an antenna with a mushroom shaped radiation pattern .  It needs to have strong gain towards the horizon where the satellites are distant, less gain upwards where they are close and as little as possible downwards, which would be wasted and a source of noise.  Most satellites are spin stabilized and therefore the antenna also needs circular polarization, otherwise the received signal will flutter as the antennas rotate through nulls. The helical antenna, first proposed by Kraus in 1948, is the natural solution to circular polarized satellite communications.  It is a simple twisted wire - there seems to be nothing to it.  Various papers have been published on helix antennas, so the operation is pretty well understood. Therefore,

Weather Satellite Turnstile Antennas for the 2 meter Band

NEC2, 2 m band, 146 MHz, Yagi Turnstile Simulation and Build This article describes a Turnstile Antenna for the 2 meter band, 146 MHz amateur satcom, 137 MHz NOAA and Russian Meteor weather satellites.  Weather satellite reception is described here .  A quadrifilar helical antenna is described here .   Engineering, is the art of making what you need,  from what you can get. Radiation Pattern of the Three Element Yagi-Uda Antenna Once one combine and cross two Yagis, the pattern becomes distinctly twisted. The right hand polarization actually becomes visible in the radiation pattern plot, which I found really cool. Radiation Pattern of Six Element Turnstile Antenna Only a true RF Geek can appreciate the twisted invisible inner beauty of a herring bone antenna... Six Element Turnstile Antenna Essentially, it is three crosses on a stick.  The driven elements are broken in the middle at the drive points.  The other elements can go straight throug

To C or not to C, That is the Question

As most would know, the Kernighan and Ritchie C Programming Language is an improved version of B, which is a simplified version of BCPL, which is derived from ALGOL, which is the Ur computer language that started the whole madness, when Adam needed an operating system for his Abacus, to count Eve's apples in the garden of Eden in Iraq.  The result is that C is my favourite, most hated computer language , which I use for everything. At university, I learned FORTRAN with punch cards on a Sperry-Univac, in order to run SPICE, to simulate an operational amplifier.  Computers rapidly lost their glamour after that era! Nobody taught me C.  I bought the book and figured it out myself. Over time, I wrote a couple of assemblers, a linker-locator, various low level debuggers and schedulers and I even fixed a bug in a C compiler - not because I wanted to, but because I had to, to get the job done!   Much of my software work was down in the weeds with DSP and radio modems ( Synchronization,