Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 815 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 815 Bytes

vagrant-xubuntu

Installing ubuntu/xubuntu on VirtualBox using vagrant

Prerequisites

Installing xubuntu

  • Change username variable in ./Vagrantfile
  • vagrant up
  • Soon terminal appears
    • It is not the end, installation continues
  • When installation finished sign in using $username and password `q'
  • !!! Reboot machine
  • startx
  • Enjoy
  • BTW: you can run double commander

Installing ubuntu-cli

cd ubunti-cli vagrant up vagrant ssh

Possible Next Steps

Changing Default Shell

  • sudo chsh -s /bin/bash #{username}

Installing Docker