How to Install SubVersion in Linux
Subversion is a free/open-source version control system. Step 1: Prerequisites Install Web Server Step 2: Install Subversion Use following command[…]
Read more
Subversion is a free/open-source version control system. Step 1: Prerequisites Install Web Server Step 2: Install Subversion Use following command[…]
Read more
Step 1: Install Nginx Nginx is well known web server. Download and install nginx repos: For RedHat # wget http://nginx.org/packages/rhel/6/noarch/RPMS/nginx-release-rhel-6-0.el6.ngx.noarch.rpm[…]
Read more
Step 1: Prerequisite Install Web Server Step 2: Install PHP Run the yum install command # yum install php-mysql php-devel[…]
Read more
Step 1: Prerequisites Install Web Server PHP MySQL Server Step 2: Create WordPress Database # mysql -u root -p Enter[…]
Read more
Step 1: Prerequisite Install Web Server Step 2: Add Domains in Apache Configuration File To add multiple domains in web[…]
Read more
Step 1: Prerequisite Install Web Server Step 2: Create Directory Create a directory in /var/www/html/ (where DocumentRoot of apache is[…]
Read more
To configure SSH Server to manage a server from the remote computer (Linux & Windows machine). Step 1: Configure SSH[…]
Read more
Step 1: Install VIM Package Firstly, install the vim package: For RedHat/Fedora/CentOS # yum -y install vim vim-enhanced For Debian/Ubuntu[…]
Read more
Installation of wkhtmltopdf in CentOS/RedHat/Fedora Step 1: Pre-Requisites # yum install -y xorg-x11-fonts-75dpi # yum install -y xorg-x11-fonts-Type1 For 64bits[…]
Read more
Step 1: Check Buffers & Cache Memory To check the buffers and cache memory in linux, execute the following command:[…]
Read more