Use navigato repo https://negativo17.org/nvidia-driver/
To check - nvidia-smi
From nvm github https://github.com/creationix/nvm#installation
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
# now from bash(!!!) we can do
source .nvm/nvm.sh
nvm install 10
Now from this site, establish npm global packages to user directory (so no sudo needed)
mkdir ~/.npm-global
npm config set prefix '~/.npm-global'
# This is because of JLab certificates
npm config set strict-ssl false
#set up it in your bash profile
export PATH=~/.npm-global/bin:$PATH
test
npm install -g jshint
Finally ungit https://github.com/FredrikNoren/ungit
npm install -g ungit
# From bash with all abouve!
ungit
To run browser from ssh
firefox -no-remote
available here:
https://vscode-update.azurewebsites.net/latest/linux-x64/stable