Monday, October 12, 2015

Installing Android studio Via The Terminal in Ubuntu 14.04

 Open your terminal,then type/copy paste the following


sudo apt-add-repository ppa:paolorotolo/android-studio
sudo apt-get update
sudo apt-get install android-studio

Monday, August 31, 2015

role "dorry" does not exist (ActiveRecord::NoDatabaseError)

I got this error when I  was running my rails server after cloning a project I was working on.
After hours of trying to solve it,I  finally got the solution.
I hope it will be helpful.Happy coding. 




 
sudo -u postgres create user -s dorry
 
 
 

Thursday, July 9, 2015

rvm/gems/ruby-2.2.1/gems/execjs-2.5.2/lib/execjs/runtimes(SOLVED)

 
 Install Node JS
 
sudo apt-get install nodejs
sudo apt-get upgrade && sudo apt-get update 

Monday, May 11, 2015

Starting Odoo Server

sudo su - odoo -s /bin/bash
/opt/odoo/openerp-server



http://localhost:8069/



INSTALL SUBLIME UBUNTU

sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer

What is the master password in odoo database

The Master Password is “admin”.

But you can change if if you want here is a link how