Spotify has stopped working on Ubuntu 15.04

There is a tutorial so you can fix it (beneath reinstalling). Just execute these two commands, it worked for me: $ wget http://security.ubuntu.com/ubuntu/pool/main/libg/libgcrypt11/libgcrypt11_1.5.4-2ubuntu1.1_amd64.deb $ sudo dpkg -i...

Linux commands

Linux command shelf is a quick reference guide that introduce most set of commands used in linux, broadly based on rhel / centos. Commands are divided into 15 sections with description for each commands. The pdf format of all these commands are available for download....

How do I install Sublime Text 2/3?

Install via the Package Manager(apt-get): Simply add to your packages: For Sublime-Text-2: sudo add-apt-repository ppa:webupd8team/sublime-text-2 sudo apt-get update sudo apt-get install sublime-text For Sublime-Text-3: sudo add-apt-repository...