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 WordPress in a Linux system
WordPress is one of the popular Content Management System (CMS). It is an open source website creation tool build by PHP. Most the websites are running through this application. It is also available in FTP server or we can configure it and run from our own servers. In this article we going to see how... 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 Webserver – Installation from source (tar.gz and tar.bz2)
Installing from source used to be very common and also quite simple. You would download the source file, unpack it (with either zip or tar), then issue the commands to the the directory you want to install it.Crons:Allows us to install required version.Customizing Modules.To configure and integrate with other source packages. In this articles... 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 →