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: firefox beta, Firefox 3, Firefox Portable
December 4th, 2007 by admin
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.
- Install Apache2
# apt-get install apache2
- Install PHP5
# apt-get install php5
- Test the PHP5
Make a new file as a root by executing
# vi /var/www/phptest.php
Write this code
<? phpinfo(); ?>
- Activate your browser and open
http://localhost/phptest.php
Tags: Install Web Server on Ubuntu, Apache PHP, Apache on Ubuntu