April 30, 2014

[SOLVED] Install multiple versions of Firefox on Ubuntu



  • Download desired firefox version here https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/
  • Extract it to e.g. /opt/firefox2/



Source: http://www.wikihow.com/Install-multiple-versions-of-Firefox-on-Ubuntu

April 3, 2014

[SOLVED] Install jenkins on debian


wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
Then add the following entry in your /etc/apt/sources.list:
deb http://pkg.jenkins-ci.org/debian binary/
Update your local package index, then finally install Jenkins:
sudo apt-get update
sudo apt-get install jenkins
Source: http://pkg.jenkins-ci.org/debian/