disable selinux

How to Disable selinux in Red Hat or CentOS

In this post, learn how to disable selinux in Red Hat and CentOS Operating System. Security-Enhanced Linux (SELinux) is a Linux feature that provides the mechanism for supporting access control security policies. How to check the status of SELINUX in linux system Use the given below command to check SELINUX status getenforce Open the file…

Install libjpegtran by using yum command in CentOS 6.x
|

Install libjpegtran by using yum command in CentOS 6.x

In this tutorial we will learn,how to install libjpegtran by using yum command in CentOS 6.x. The libjpegtran is mainly used for optimizing the jpeg and jpg format files.This utility compress an image without losing the quality of file. If you are running a website which has lots of jpeg/jpg file, which may take time…

man command not found in CentOS and Red Hat

man command not found in CentOS and Red Hat

Manual pages are software documentation found in Unix like Operating system and man linux distro. To get the information about package and command, we use the syntax yum install Package_name-Command_name.The abbreviation of Manual Page is man page . When you work in Unix like operating system,we generally need help and information about the package and…

How to install whois client in CentOS and Red Hat

How to install whois client in CentOS and Red Hat

Whois is a protocol which runs on port no. 43 and it is also act as query. Whois helps to get the information regarding internet resources like domain name and IP Address network blocks. Mostly it is widely used for getting information about domain like owner of domain name,its registrar,Date of expiry etc. Install whois…

How to create VirtualHost in Apache Web Server
|

How to create VirtualHost in Apache Web Server

In this tutorial we will learn how to create VirtualHost in Apache Webserver. With the help of VirtualHost we can host many domains or website from single Web Server.This is a simple example to start with your first VirtualHost configuration in Apache Webserver. We have used a few terms which is required for setting up…

How to configure ethernet in CentOS 6 after installing in Virtual Box
|

How to configure ethernet in CentOS 6 after installing in Virtual Box

In this tutorial we will configure the additional ethernet in CentOS. The practical has been done in Virtual box whereas it is also applicable to physical machines. Scenario: In Virtual Box,we have only one ethernet or NIC card (eth0) while installing the CentOS.Later we added one more ethernet(eth1) but when we were using command ifconfig…