Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

captured viaby putting the following in .bashrc and sourcing same:

export HISTFILE=/home/vagrant/.bash_history
export HISTFILESIZE=1000
export HISTSIZE=800
export PROMPT_COMMAND='history -a'

at command line: 

sudo apt-get update

sudo apt-get install autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3 libgdbm-dev

sudo useradd -s /bin/bash -m hydep