Open Terminal
ssh-keygen, create
copy contents of .pub key from /root/.ssh
open gitlab > settings > ssh keys
paste key in field, give title, press add key
Failed and working projects, notes etc.
Open Terminal
ssh-keygen, create
copy contents of .pub key from /root/.ssh
open gitlab > settings > ssh keys
paste key in field, give title, press add key
git clone https://github.com/twolfson/sexy-bash-prompt.git
cd sexy-bash-prompt && make install && source ~/.bashrc
Sauce: https://github.com/twolfson/sexy-bash-prompt
su
enter root password
curl -sL https://deb.nodesource.com/setup_12.x | bash -
apt-get install -y nodejs
exit
node -v