How To Install Apache, PHP, MySQL (LAMP) on Linux

In this guide I will show you how to install a LAMP system. LAMP stands for Linux, Apache, MySQL, PHP. The guide is intended to help those who have very little knowlegde of using Linux. (more…)
handy guidelines about complicated things …
In this guide I will show you how to install a LAMP system. LAMP stands for Linux, Apache, MySQL, PHP. The guide is intended to help those who have very little knowlegde of using Linux. (more…)
To run Ace Stream Engine you need to install some dependencies, download a tarball and unpack it in any folder you want. After that engine can be run from that folder with simple shell script included in the package. (more…)
By default, Ubuntu doesn’t have full multimedia support. Because of patents and copyrights that apply in some countries. (more…)
The whole installation process is very simple, just open terminal and execute the command below:
(more…)
There are two standard types of installations, JRE (Java Runtime Environment) and JDK (Java Development Kit). JRE enables the ability to create Java Applications for different types of deployments using minimal core tools to accomplish the task. JDK is a fully loaded Development Kit that has everything that JRE has plus additional resources to create/secure Applications and Applets.