Browsing tag

ubuntu 14.04

Install OpenStack Kilo on Ubuntu 14.04.2

OpenStack is an open source cloud computing platform, provides solution for infrastructure as a service. OpenStack consists of multiple component put together for providing IaaS, components are listed below with its use. Components: Component Name Use Compute (Nova) Manages virtual machines Object Storage (Swift) Manages storage across cloud Block Storage (Cinder) Manages storage to compute […]

Configure Network in Debian / Ubuntu / LinuxMint

After the installation of Ubuntu / Debian, you must configure the network to access your system from outside. This guide helps you to set network in Ubuntu / Linux Mint. Here I will show you assigning ipaddress in Static and in DHCP mode. Note: This should also work on previous versions of Ubuntu such as […]

Linux-Dash Web based Monitoring tool for Ubuntu 14.10 / 14.04

Linux-dash is a web-based dashboard for monitoring Linux servers,  it offers us to monitor all the basic component that system admin want to know what is happening on system. Real-time monitoring includes system properties such as system info, memory information, CPU information and IO stats, not limited to CPU, RAM,disk and network utilization. It also […]

Monitor remote machine with Icinga on Ubuntu 14.10

The steps in this post no longer works and the product is already depreciated. Visit How To Monitor Remote Linux Machines with Icinga 2 for more information. Once you installed the Icinga, you can monitor the system via web interface; by default it is limited to monitor the local machine where Icinga installed. If you […]

Install WordPress on Ubuntu 16.04 / Ubuntu 14.04 with LAMP

WordPress is the most widely used open source web blogging and content management software written in php and MySQL. Even ITzGeek uses WordPress. Here is the small tutorial on setting up WordPress installation on Ubuntu 16.04 / Ubuntu 14.04. Prerequisites WordPress requires Apache, PHP, and MySQL. You can look at how to install LAMP on […]