In this article we will be seeing some basic commands while working on files in Linux.
In Linux there are more applications to create and edit a file. Some of them are Vi editor, Vim editor(extended version for vi), Nano, Emacs, etc..,.
In this articles we gonna see some useful commands while working on files and directory 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.
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...
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...
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,...
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.
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.