Archive for the ‘Install’ category

How to install Adobe flash player for 64bit Ubuntu 10.04

May 20th, 2010

Hello Guys ,

You just need to the 64 bit version from the PPA (This is a personal package archive for experimental software, packages may often break or contain severe bugs. It should not be used except for development purposes.) by executing the following:

sudo add-apt-repository ppa:sevenmachines/flash && sudo apt-get update &&

sudo apt-get flashplugin64-installer

Tags: , , , , , , ,

Install Apache 2 , MySQL 5, PHP 5, phpMyAdmin for Linux Ubuntu

November 2nd, 2009

I have now “ Version 5.2.10-2ubuntu6″ but I don’t know what is ”6″ ?

Tags: , , , , , , , , , , ,

Install Apache2, MySQL5, PHP5 and PHPMyAdmin on Ubuntu

September 20th, 2009

This is a collection of guide how to Httpd Web complete with latest (as mod), MySQL for . As a bonus, I even through in an additional guide to . Please do note that most of this guide can be found elsewhere which is listed at the bottom of the guide.

Getting Started

I’m sure everyone here is familiar on how to use Terminal which is available from:

Applications > Accessories > Terminal

Httpd Web

To , type the following command into your Terminal:

> sudo apt-get  apache2

Testing

Paste the following command into your Terminal

> sudo /etc/init.d/apache2 start

Then open http://localhost/ or http://127.0.0.1 from your web browser. At first run, you would probably see a directory listing or a HTML page with a text saying “It’s Work“.

It’s Work

» Read more: Install Apache2, MySQL5, PHP5 and PHPMyAdmin on Ubuntu

Tags: , , , , , , , , , , ,