To find the devices on the given network, use nmap
On RHEL systems,
$ sudo yum install nmap
On Unix Systems
$ sudo apt-get install nmap
$ nmap -sP IPaddress of your network
you can find IPaddress of your network by simply running ifconfig command and can find the pattern of IP address of your own netowork
So, my network has a pattern of 192.168.133....
$ nmap -sP 192.168.133.0/24
This...
Popular Posts
-
< Previous Let's create a file in the centos container. So, you can see above - I have a create...
-
To download a youtube video on Centos Follow these commands 1) First of all run the "su" command to get access as a administ...
-
< Previous Next > So, I am running Fedora 20 on my Dell XPS machine But, I want to run UBUNTU , so ...
-
Open any file under vi editor To jump to any specific line number, for instance, liine number 27 Type ...
-
Sometimes, when we install any package, this following error comes "dpkg status database is locked" You can remove this lock...
Total Pageviews
23843