Linux

YUM Client Configuration

Yum client configuration is a must work to do after an installation. At the same time configuring yum server is equally necessary for us. But first let’s configure yum client. The file needs to be saved with the extension of .repo. let’s

Configure Apache with SSL

On this article we will discuss how we can put ssl security on our web server or on our domain names on a web server. To do so, we need to generate ssl certificate and a ssl key and put those into our virtual hosts. In our previous post…

SSL theories and configuration.

Secure Socket Layer (SSL) is an improved version of Transport layer Security (TLS). Both of these protocols primary work is to secure data when there is a issue to transmit from one user end to another user end. Usually there are server…

Introduction to Linux File Permission

On linux operating system, file permission is a very important issue. As a server system different users need t different kind of permission. More over a user may get permission on a single file and at the same time it may also necessary to…

Introduction to File System in Linux

File system is an important issue for any operating system. We can see that every operating system gicves us the freedom of choice to get a file system which will be suitable for the particular use. On linux we can find different 93 types…

configure centos 7 as a router

It is not necessary now a day to create a router from this kind of operating system. But a lot of time we do it for experimenting or sometimes we do this to forward packet through the operating system for some particular reasons. Here I…

Basic firewall rules on centos 7

Firewalld is one of the strongest tools on Linux system. This tool basically used to control network traffic and port forwarding. Just in this tool we have very rich library for various kind of works. We will start this article by starting…

configure and secure SSH

On this article we will talk about a very popular service which is SSH or secure shell. As this is widely used services so this service needs to be secure more than any other services. Now a day most of the system administrator emphases on…

configure virtual network interface

On this article we will learn how to create a virtual network interface. But we need to know why we will do this. There are several reasons we may do this on a server.  Few of them are mentioned below. To assign more than one IP to a…

Reset forgotten root password

Documentation can be lost without a notice. We cannot help it all the time. Even oracle databases cannot guarantee you 100% back up. So it is quite possible that after 99.99% back you password document can be lost or corrupted. So what to…

Configure network interface part 2

In this article we will know only about how to configure network interface using text mode. So as we know there we have to work on four files those are given below: /etc/sysconfig/network-scripts/ifcfg-(Device Name) /etc/…

Configure network interface part 1

Network configuration on Linux is consists of four steps. We can do it both graphically and in text mode. In this article we will learn both of these ways, so that we can do this task using both the methods. What are the files we need to…