Working on Linux Directory – Basic Commands

Working on Directories in Linux:In this articles we gonna see some useful commands while working on files and directory in a Linux system.Directory:The directory is the place where files and subdirectories are created. While coming in GUI we call a directory as a folder. A directory can hold more sub-directories or sub-folders inside it.In Linux... Continue Reading →

How to Install LAMP Stack on Linux – Ubuntu 17.04

What is LAMP?    LAMP stands for Linux with Apache, Mysql and PHP. In this article we are going to see how to install a LAMP stack in Debian based machines Ubuntu-17.04. We are going to install all these packages through source installation which allows us to install required versions.Installing Apache:    On my previous articles i... Continue Reading →

How to Install LAMP Stack on Linux – Centos 7

What is LAMP?    LAMP stands for Linux with Apache, Mysql and PHP. In this article we are going to see how to install a LAMP stack in Centos 7 machine. We are going to install all these packages through source installation which allows us to install required versions.Installing Apache:    On my previous articles i showed... Continue Reading →

How to Run Virtual hosts in Apache webserver

      In this articles we will see about setting up virtual hosts on apache. Virtual host helps us to run multiple web sites on a single server.There are 2 types of virtual hosting in Apache,Types of Virtual hosts:Name-based virtual hosting.IP-based virtual hosting.Name-based virtual hosting:    Name-based vitual hosting allows you to run more domains under... Continue Reading →

Apache installation – RPM and Debian based machines

What is Apache?    Apache is an open source  web server application which is widely used by many organizations. In this article we gonna see how to install and run apache on different distributors through direct installation.Direct Installation:RPM Machines:    For RPM based machines such as centos,Fedora,etc.,. we can install it through yum$ yum install httpd    The... Continue Reading →

Website Powered by WordPress.com.

Up ↑

Design a site like this with WordPress.com
Get started