Posts

Showing posts from July, 2012

Learn python in two days - Day 2

Python day2 from Mantavya Gajjar

Learn Python in two days - Day 1

Python Day1 View more presentations from Mantavya Gajjar

Installing OpenERP 6.1 and trunk on Fedora Linux

Image
OpenERP is a comprehensive suite of business applications including Sales, CRM, Project management, Warehouse management, Manufacturing, Financial management and Human Resources just to name a few. Over 2000+ OpenERP modules are available on OpenERP Apps Store for free. Install and Configure PostgreSQL Server Go to Applications > System Tools > Add/Remove Software, type postgresql-server into search  field and press Find OR go to Applications > System Tools > Terminal and type in this command to get PostgreSQL server installed: $ sudo yum install postgresql-server postgresql Select package postgresql-server and click on Apply. System will offer you two extra packages – postgresql and postgresql-libs – select Continue to continue. You also will be asked to provide root’s password. After installing the packages, a database needs to be initialized and configured. To do this use Terminal (in fact, do not close current Terminal window  during t...

Make your Google search more efficient !

Image
If you're not finding what you're searching for after using our basic search tips, try a search operator. Add one of these symbols to your search terms in the Google search box to gain more control over the results that you see. While there are many search operators, here are a few of the most common ones. Don't want to memorize the operators below? Use the Advanced Search page to generate many of these searches. Search for an exact word or phrase "search query" : Use quotes to search for an exact word or set of words in a specific order, without normal improvements such as spelling corrections and synonyms. This option is handy when searching for song lyrics or a line from literature.  [ "imagine all the people" ] Tip: Only use this if you're looking for a very precise word or phrase, because otherwise you could be excluding helpful results by mistake. Exclude a word  -query : Add a dash (-) before a word to exclude all results that include ...