Tuesday, August 15, 2017

How to install Google Chrome Browser on Ubuntu 17.04

How to install Google Chrome Browser on Ubuntu 17.04


Open a terminal window and type the following four commands.  Hit ENTER after each command;


wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

sudo apt-get update

sudo apt-get install google-chrome-stable

That it, your done!!!

VirtualBox: Getting 16x9 resolution in Guest OS

My Host system is Ubuntu 16.04.3.  In VirtualBox I could not get the 16x9 ratio on my Windows 7 guest display.  To fix that;

I. Install Guest Add On for Virtualbox
  1. Power on virtual machine
  2. Click DEVICES on the VirtualBox Menu at the top of the screen
  3. Click "Install Guest Additions CD Image..."
  4. Follow the on-screen prompts.
  5. Restart the virtual machine
II. Once restarted go to FILE on the VirtualBox Menu at the top of the screen.

III. Select PREFERENCES

IV. Select DISPLAY

V. Set MAXIMUM GUEST SCREEN DISPLAY to HINT

VI. Set the WIDTH and HEIGHT boxes to the resolution you want

VI. Restart your virtual machine.