Install Apache2, Php5 and MySql on Ubuntu 9.10

MySql, PHP, Ubuntu/Linux No Comments

Step 1. List of libraries needed for Apache2, Php5 and MySql for Ubuntu:

[html]
apt-get update
apt-get install  apache2 libapache2-mod-php5 mysql-server libapache2-mod-auth-mysql php5-mysql php5

Step 2. Turn on php module to work with Apache:

[html]
a2enmod php5

Step 3. If you have .phtml or .pl file, remember to add to the follwing line to apache configuration file (/etc/apache2/apache2.conf):

[html]
AddType application/x-httpd-php .php .phtml

Step 4. Restart apache:

[html]
/etc/init.d/apache2 restart

Useful Link:

  • http://ubuntuforums.org/showthread.php?t=277819
  • http://ubuntuforums.org/showthread.php?t=479194&page=2

iFolder Client on Ubuntu 9.10

Ubuntu/Linux No Comments

Installing ifolder client in Ubuntu 9.10:

  • Step 1. Add source list to aptitude by:
    [html]
    sudo add-apt-repository ppa:marceloshima/ppa

    or manually add the following lines to /etc/apt/sources.list:

    [html]
    deb http://ppa.launchpad.net/marceloshima/ppa/ubuntu karmic main
    deb-src http://ppa.launchpad.net/marceloshima/ppa/ubuntu karmic main
  • Step 2. Update aptitude to get the latest list of software:
  • [html]
    sudo apt-get update
  • Step 3. Install ifolder3
    [html]
    sudo apt-get install ifolder3
  • Step 4. Modify /usr/bin/ifolder file by chaging:
    [html]
    cd /usr

    to

    [html]
    cd /usr/bin
  • Step 5. Run ifolder (it won’t be run automatically for ubuntu) by typing:
    [html]
    ifolder
  • Step 6. Fill in your ifolder server information and you are ready to go!

Useful links:

  • https://edge.launchpad.net/~marceloshima/+archive/ppa
  • http://www.x2b4.com/howto/how-to-install-ifolder-on-ubuntu-server/