The Zeedna blog

  • mutaz
    mutaz

    Configure Centos 5, Python 2.5, MySQL, mod_wgi and Django

    Sunday, 8 November 2009

    It was pain to configure everything from scratch to run my Django application on Centos 5. So I thought I would save others' time by writing this blog!

    Requirements:

    You first need the following packages (use yum package manager for that):

    gcc, gcc-c++, zlib, zlib-devel, openssl-devel, mysql, mysql-server, mysql-devel*, httpd, httpd-dev*

    Install Python 2.5

    Download, unzip, enter its directory, configure, make and install:

    $ cd
    $ wgethttp://www.python.org/ftp/python/2.5.4/Python-2.5.4.tgz
    $ tar xvfz Python-2.5.4.tgz
    $ cd Python-2.5.4

    You need to compile it with zlib support. Therefore, you must first have zlib and zlib-devel installed:

    $ ./configure --with-threads ...

  • rama
    rama

    Social Media 101

    Thursday, 5 November 2009

    What’s new in technology & media?

    Social media is the new game in town. If you haven’t heard of it, don’t worry, you’re probably already using it. Facebook, youtube, twitter, myspace, peoplepress, blogger .. to name a few, are social media sites that you have come across, or use regularly.

    What is social media?

    Online social media, is a category of New Media. Wikipedia defines social media as information content created by people using highly accessible and scalable publishing technologies that is intended ...