How to Install Linux On Android Phone Without Rooting using GNURoot Debian

In this simple tutorial we will learn step wise configuration of Kali Linux over Android Phone without rooting using GNURoot Debian.We will also learn how to install and configure social networking tool named setoolkit inside GNURoot Debian.First we install GNURoot Debian on Android Mobile. After that we will install an important package named git inside GNURoot Debian.Then we will learn how to install setoolkit on Android Phone inside GNURoot Debian.For Detail and step wise tutorial watch the complete video.


How to Design and Develop social networking site like facebook

Today in this tutorial we will learn how to design or develope a social networking site like facebook using buddy-press plugin in WordPress CMS.Web designing and web development become so easy after cms introduce.Wordpress have made our tast much more easier than before. Now anyone can design and develop a social networking site like Facebook or a chat server in just few simple steps using buddypress plugin in WordPress.

What we need to Design and Develope a social networking site?


  • Wordpress CMS which is Free.
  • BuddyPress Plugin for WordPress CMS.
  • And little configuration knowledge of wordpress cms which i will teach you here through this video.

We will Learn how to install WordPress and then we will see how to install and configure Buddy press Plugin inside WordPress to design and develop a social networking site like Facebook.

You will integrate chat messenger facility.
Album creation facility.

Sending friend request and composing mails.



How to hide your Public IP Address using Kali Linux Anonymizer

In this Tutorial we will Learn how to hide our public ip address in kali Linux using Anonymizer Tool.If you are learning ethical hacking or working as a cyber expert the first thing you have to do is to protect yourself from hackers and for this first thing you have to do is to hide your Public IP Address and be anonymous. In this section i have explained or shows you complete step how to be anonymous using Kali Linux.

How to Configure NFS Server on Windows 7

Usually we configure NFS Server on Linux/Unix Machine for File sharing in Network between Unix Machines,But here in this tutorial we learn how to configure a Windows 7 machine as NFS Server.
I have used third party software named hanewin nfs package to install nfs package on windows and configure NFS Server on Windows7 machine.

If you want to configure NFS Server on Linux you can easily configure NFS server.

Usually people know that NFS Server is configured on Linux Machine only for sharing files with Linux clients. But that's half truth. In real world today we can easily configure NFS on windows Machine also. 


If you want to configure NFS Server with NIS Server and Autofs on Red Hat Enterprise Linux you can watch this video.

First we need to configure NIS SERVER.We set NIS DOMAIN NAME and then we will configure NFS Server and after that we will configure Autofs Server for automation process.Not forget to configure Firewall and Selinux otherwise your configuration will not work.

Practical Implementation of NIS NFS and Autofs Server on Red Hat Enterprise Linux.



You can submit this project in your Engineering Major Project.This is very helpful for computer science students.



How to setup and configure hostname in Red Hat Enterprise Linux 7

This tutorial is completely about hostname setup and hostname configuration in Red Hat Enterprise Linux 7. so if you are new to RHEL7  and you want to setup or configure hostname in your RHEL7 Machine then this tutorial is for you.Watch the below video carefully and you will very easily learn to configure hostname in RHEL7 Linux.


Why we set hostname in Linux machine?

Assigning a hostname to a PC or HOST is just like giving a name to an IP.
HOST means all the computers in a network.Each computer is a host in a network and the ip address assigned to that host machine or that computer is host address and the name given to that particular pc or computer or host is hostname.


Difference between HOST ADDRESS & HOSTNAME


IP assigned to the host pc or any pc in a network is known as host address and the name assigned to any pc or host in a network is known as hostname.


Why it necessary to set HOSTNAME in Linux?

see it's not easy for anyone to remember ip address so we need a name for each ip in our local network to differentiate or to identify specific machine easily and to make our task easy.





Apache Web server configuration in RHEL 7

In this tutorial we will learn how to install , configure and manage Apache web server in redhat Enterprise Linux 7.Here we follow simple steps to configure Apache web server.So finally you can say this is a simple and basic tutorial to configure and manage http server on redhat enterprise linux 7.



Step 1:configure Yum server on RHEL7


Step 2:Install http package using yum

# yum install http* -y


Step 3: Using firewall allow http service to get accessed.

#firewall-cmd  --permanent  -add-service=http
#firewall-cmd  --permanent  -add-service=https
#firewall-cmd  --reload


Step 4:Restart and enable Apache Service in RHEL7

#systemctl restart httpd
#systemctl enable httpd


Step 5:go inside /var/www/html folder and create index.html or index.php file according to your requirement.You can see in video.


Step 6:repeat step 4

Step 7:If you want to access your site with name you can set hostname to your RHEL machine.







ospf routing configuration Lab using Cisco Packet Tracer

  ospf routing configuration Lab using Cisco Packet Tracer ospf routing configuration step by step  0 ospf routing configuration example  os...