How to Install and Configure Apache2, PHP and MySQL 5.6 on Ubuntu 14.04

LAMP stack is a group of open source software that installed together to let you run a server to host dynamic websites. “L” stand for Linux, “A” stand for Apache (to host Web server), “M” stand for MySQL(to store database) and “P” stand for PHP(to process dynamic content). With the release of Ubuntu 14.04 on …

Read more

How to Configure MySQL Database Server on Ubuntu 11.10

In this post, i will share with you on how to perform basic configuration on MySQL database server on Ubuntu 11.10 linux. As we know, MySQL Server is the world’s most popular open source database and the most demanding Web’s database especially for blogging and to run web applications. Assumed that MySQL database has been …

Read more

How to Install and use Glances – System Monitor In Ubuntu

There are various default system monitor tools in Ubuntu that come with basic functions. However, there is recommended powerful free monitoring called Glances – An eye on your system. Glances is the monitoring tools that used to monitor GNU/Linux or BSD operating system from a command line interface and it uses the library libstatgrab to …

Read more

How to Download Ubuntu Server 11.10 ISO

    Ubuntu is the number #1 and the most popular desktop distro in the world. Ubuntu is based on Debian. Ubuntu is a Fast, secure and stylishly simple, the Ubuntu operating system is used by 20 million people worldwide every day. However, Ubuntu does not come with a load of software and codecs pre …

Read more

How to Check GCC Version on Ubuntu

Checking whether your GCC is running the latest release version is very important. This can be done using a variety of methods on Linux and other Unix-based operating systems. GCC, or GNU Compiler Collection is a widely used compiler developed by GNU Project. GCC is one of the most widely used open-source software development tools. …

Read more

Download Ubuntu 14.04 LTS for Server and Desktop

Ubuntu is completely free to download, use and share. Ubuntu 14.04 LTS has been released on 17 April 2014. Ubuntu is distributed on two types of images, desktop image, and server image. The desktop image allows you to try Ubuntu on a graphical user interface that most end users want to use. But in the …

Read more