Tuesday, January 3, 2012

Transfer files/folders remotely using ssh

Hi,

Today I learned hoe to transfer files and folder to a remote host by command line.Ya! I kno that we have GUI tools like filezilla but somehow its functionality is limited as today I was not able to transfer files as there was permission denied error in the filezilla.What I did...

  1. Compress the folder
  2. Run this command :
            scp ~/localfile_location  remote_username@ip_addr:remote_location
 
   3. You will be asked for the password.

   4. You are done.


http://ubuntumanual.org/posts/154/copy-files-remotely-using-scp-in-ubuntu






Friday, December 30, 2011

OpenERP guidelines

I found this pretty good article related to the coding, functional and usability guidlines:


http://www.snippetbucket.com/2011/12/26/openerp-usability/

Red Hat Partners with OpenERP SA

Good new for all openerp users and partners:


Python package installation

Since few days I was thinking about the difference between the various python package installation procedures so, I have decided to share my findings with you.My first topic will be the well known setup.py installation method and where it installs the packages/files in our OS.so, I got this nice documentation from the official python documentation:

http://docs.python.org/install/index.html

Any query or suggestion is most welcomed !

Wednesday, December 7, 2011

Friday, November 18, 2011

Reporting bugs on the launcpad.

The foremost requirement is that your email addressed should be registered with the launchpad.
The whole information is given on this launchpad page:

https://help.launchpad.net/Bugs/EmailInterface

Reporting bug regarding OpenERP can be found easily on this page:
OpenERP bug tracking.