Try Portable Firefox 3 Beta

December 4th, 2007 by admin

Firefox 3 beta is already released, but trying beta version on your computer might have some risks. Why don’t you try to get the portable version for testing purpose.

Portableapps released the portable version of Firefox 3 Beta so that you can try the lates Firefox without having to install it on your computer. You just have to install it into your USB pen drive and the Firefox 3 Beta is ready to be used.

Portableapps Firefox 3 beta homepage

Tags: , ,

Open your gnome-terminal or xterm console by clicking ALT+F2 and executing “gnome-terminal” or “xterm”. Then make yourself as root by executing “sudo su” and enter your password.

  1. Install Apache2
    # apt-get install apache2
  2. Install PHP5
    # apt-get install php5
  3. Test the PHP5
    Make a new file as a root by executing

    # vi /var/www/phptest.php 

    Write this code

          <? phpinfo(); ?>  
  4. Activate your browser and open
          http://localhost/phptest.php 

Tags: , ,