adisharma96 / linuxprojects

linux repo
0 stars 0 forks source link

vagrant init ubuntu/xenial64; vagrant up --provider virtualbox #2

Open radhe opened 7 years ago

radhe commented 7 years ago

Hi Rahul Sharma

I am using vagrant with the following box https://atlas.hashicorp.com/ubuntu/boxes/xenial64 Can you make sure script works on the following.

adisharma96 commented 7 years ago

hi sir, i am not much familiar with vagrant boxes but still can u just provide me with login credentials for the virtual instance ??

On Friday 7 October 2016, Radhakrishnan Mudliar notifications@github.com wrote:

Hi Rahul Sharma

I am using vagrant with the following box https://atlas.hashicorp.com/ ubuntu/boxes/xenial64 Can you make sure script works on the following.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adisharma96/linuxprojects/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/ATOE_lePcqMu77pDBmyyeFTJYFHb2Lezks5qxjb6gaJpZM4KQ9lY .

adisharma96 commented 7 years ago

hi sir, on my github account, i have already push a file containing the solution for this u just need to make those changes before running my script.

On Friday 7 October 2016, aditya sharma adisharma96@gmail.com wrote:

hi sir, i am not much familiar with vagrant boxes but still can u just provide me with login credentials for the virtual instance ??

On Friday 7 October 2016, Radhakrishnan Mudliar <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

Hi Rahul Sharma

I am using vagrant with the following box https://atlas.hashicorp.com/ub untu/boxes/xenial64 Can you make sure script works on the following.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adisharma96/linuxprojects/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/ATOE_lePcqMu77pDBmyyeFTJYFHb2Lezks5qxjb6gaJpZM4KQ9lY .

adisharma96 commented 7 years ago

Hi Sir, This are the steps you need to perform on your virtual instance before executing this script due to os version issues.

sudo gedit /etc/apt/sources.list Replace url in.archive.ubuntu.com and security.ubuntu.com with old-releases.ubuntu.com save and close it. Now run sudo apt-get update and after then install any packages you want to intall.

radhe commented 7 years ago

Hi Rahul Sharma

vagrant is very easy to learn. I have already given the command so that you can test it on your local machine first. Please consider this as a part of assignment.

vagrant init ubuntu/xenial64; vagrant up --provider virtualbox

This will help save time.

Thanks