Monday, November 23, 2015

Ubuntu Install guest addition via Terminal

I faced issue with installation of Virtual box guest addition for making my Ubuntu Virutal OS full screen.

I tried after starting ubuntu virtual machine.
Devices > Install Guest addition.
Got error message and unable to install even after force mount.

Solution:
I install virtual box guest addition via terminal with below command
sudo apt-get install virtualbox-guest-utils

No comments:

Post a Comment

Read CSV from S3

 import csv def count_records(csv_file):     record_count = 0     first_line = None     last_line = None     # Open the CSV file and read it...