Install rvm
sudo apt-get install software-properties-common
- Add the PPA and install the package
Open a terminal (Ctrl+Alt+T) and run:
sudo apt-add-repository -y ppa:rael-gc/rvm
Install rvm
sudo apt-get install software-properties-common
Open a terminal (Ctrl+Alt+T) and run:
sudo apt-add-repository -y ppa:rael-gc/rvm
git reset --merge commit_hash
and Eclipse for Java SE
cd Downloads/ && ls
wget
wget https://download.robomongo.org/1.2.1/linux/robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz
tar -xvzf robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz
Error: ENOSPC: System limit for number of file watchers reached, watch
Increasing the amount of inotify watchers
sudo sysctl fs.inotify.max_user_watches=524288
sudo sysctl -p