Monday, April 23, 2012

important linux commands


tar zxvf watchdog-0.5.4.tar.gz
wget
sudo /etc/init.d/apache2 start
sudo a2ensite siteTobeActivated
sudo gedit /etc/apache2/sites-available/siteName

Python API library and shell utilities to monitor file system events.


5)WATCHDOG - http://packages.python.org/watchdog/installation.html#installation
       Installation steps watchdog on windows
         - download this file - https://raw.github.com/pypa/pip/master/contrib/get-pip.py
         - And execute it through command prompt as - python get-pip.py install
         - Then install watchdog on windows - pip install watchdog

Saturday, April 21, 2012

How to setup your development environment on linux??

If we look at the get installations of those packages are very easy. you have to use debian command called 'sudo apt-get install' for all of above packages first except for python. In linux 11.10 python 2.7 has been included, so you do not need to worry about that.
                              If you couldn't get installations from above command use following way,
1) wget ''
2) sudo tar xzvf '.tar.gz'
3) cd ''
4) python setup.py install or
                ./configure
                 sudo make
                 sudo make install
5)Then start to deploy your project into the apache server
6)If you have any problem regarding how to deploy the project in to server.... contact me via the blogger...
Thankxx

Python 2.7 for web come up with linux 11.10

Needed followimg tools-

linux 11.10 (oneiric ocelot)
eclipse with pydev plugin
Django 1.3.1 framework
setuptools for python 2.7
mysqldb for python 2.7
PIL(Python imaging library) for python 2.7
apache2
mod_wsgi for apache

Let's try to build scrum masters/project managers/software architects/even a company with training AI models

The concept: The basic concept is to build trained AI model for each role separately in scalable fashion within a private cloud. As an examp...