VIRTUALIZATION IN LINUX . HOW TO CREATE VIRTUAL MACHINE IN LINUX THROUGH XEN .

In this post we will learn how to do virtualization in Linux . Or how to make virtual machine in linux ? OR how to install new os in linux through virtualization . Other than yum we have to configure VT in linux . Vt stands for virtual terminal . RHEL5 iso file should be … Continue reading VIRTUALIZATION IN LINUX . HOW TO CREATE VIRTUAL MACHINE IN LINUX THROUGH XEN .

LEARN HOW TO COMPILE , INSTALL AND BUILD YOUR OWN CUSTOM KERNEL IN LINUX

In this tutorial we are going to learn how to build your own custom kernel with all settings configured by you .Also  i would  love to remind you that we will do all these process as root user . So lets start how to compile and install kernel and then use it .  Below command … Continue reading LEARN HOW TO COMPILE , INSTALL AND BUILD YOUR OWN CUSTOM KERNEL IN LINUX

LEARN HOW TO CREATE SCRIPT FILE (SHELL SCRIPT ) IN LINUX

In this post we will learn how to create script file and also how to run it in linux .Shell script is a program designed to run in linux . Imagine everyday you have to run many commands . But in script file just type whatever commands you want to run only for one time … Continue reading LEARN HOW TO CREATE SCRIPT FILE (SHELL SCRIPT ) IN LINUX

LEARN HOW TO BLOCK ALL USERS TO LOGIN AND HOW TO LOCK USB IN LINUX

In this post i'll show you how to block all users to login  and also how to lock pendrive/usb in linux . Sometimes we doesn't want anyone to enter to our system through usb port and use usb drive to copy our data  or put some virus in our system . With this trick no … Continue reading LEARN HOW TO BLOCK ALL USERS TO LOGIN AND HOW TO LOCK USB IN LINUX

HOW TO CONFIGURE CHAT SERVER IN LINUX AS SERVER AND WINDOWS AS CLIENT.

In this post we will learn how to configure chat server in linux . And how chat server works in linux as server and windows as client . Install telnet package through yum ( yellow dog updated modifier ) WHAT IS YUM AND HOW TO CONFIGURE YUM IN LINUX. [root@deepitp5 ~]# yum install telnet* Loaded plugins: … Continue reading HOW TO CONFIGURE CHAT SERVER IN LINUX AS SERVER AND WINDOWS AS CLIENT.