Skip to main content

All Questions

Tagged with
4 votes
1 answer
6k views

Non-interactive apt upgrade

I'm trying to provision a machine using Vagrant and plain bash scripts. The two lines are: DEBIAN_FRONTEND=noninteractive apt-get update DEBIAN_FRONTEND=noninteractive apt-get upgrade -yq However, ...
Radu Stoenescu's user avatar
4 votes
2 answers
977 views

Initialising Firefox profile from command line

I'm trying to provision a Vagrant box with a root CA and install it in Firefox. I've figured out that I can install the certificate using certutil but the problem is it requires an existing Firefox ...
George Kettleborough's user avatar
3 votes
1 answer
1k views

No login shell with Vagrant SSH command

When running a virtual Ubuntu machine with Vagrant, there's something strange going on with the shell after I log in via SSH: ➜ dev-environment git:(master) vagrant ssh Welcome to Ubuntu 14.04.5 LTS ...
James H.'s user avatar
0 votes
1 answer
3k views

Shell provision script not creating .bash_aliases

I'm using Vagrant with VirtualBox to create an Ubuntu guest VM, on a Windows 10 host. Here's my Vagrantfile: # vi: set ft=ruby : Vagrant.configure(2) do |config| config.vm.box = "ubuntu/trusty64" ...
kevin628's user avatar
  • 103
1 vote
1 answer
482 views

Vagrant SSH & Nano on Linux Mint 17.3

I've recently installed Vagrant (1.7.4) and VirtualBox (5.0) on 3 laptops each running Linux Mint. Have reached a stage on all 3 where I need to edit a config file on the VM itself. So far, so good. ...
doop_dev's user avatar
4 votes
1 answer
3k views

Sourcing .bashrc does not enable use of nvm

I'm trying to set up a shell script to run in the context of a user account after the creation of a virtual machine using vagrant; I am a windows user so I've limited exposure to bash scripting. I'm ...
Dan Pantry's user avatar
0 votes
0 answers
222 views

Specific command not recognized in only one shell

I'm running Windows7 as OS as my development machine. It has various Shells: cmd Powershell Mysysgit GNU Bash <-- this is the one not working PuppetLabs Shell Nodejs Shell PHPStorm built in ...
kaiser's user avatar
  • 2,150
3 votes
2 answers
208 views

Assistance setting up an efficient vagrant system

first time on superuser; I'm a novice trying to move from humble local wamp development to a more professional and productive vagrant/linux environment At the moment I have a basic vagrant file which ...
Kie's user avatar
  • 31
26 votes
2 answers
54k views

How to exit SSH of vagrant in terminal

Following the README in this repository, I am supposed to secure shell my way into a virtual machine I've created, but once I've done so, how do I get out? Here are the instructions: $ git clone git:...
michaelsnowden's user avatar
0 votes
2 answers
260 views

Debian + Grails console: destroys local echo of ssh session after exit

I installed grails on a virtual vagrant box of Debian Squeeze 64. the debian box base image is available under http://dominique.broeglin.fr/2011/03/26/squeeze-64-vagrant-base-box.html the grails ...
Steffen's user avatar
  • 101