How to install git & configure git with github on Ubuntu 20.04
Git is a open-source packages & distributed version control system.It provides to handle everything from small to very large projects with speed and efficiency.Using git,we can push & pull all the files & folders from github.Github is a platform where we can create repository & upload the files & folder from local machine to github …
Read more “How to install git & configure git with github on Ubuntu 20.04”
How to Install & Configure Network Packet Analyzers(Sniffer) in Linux.
A packet sniffer (packet analyzer) is a protocol or network analyzer.It is a type of hardware or software used to monitor the network traffic.We can use multiple tools & commands to monitor the network traffic in linux. Network Packet Analyzers Tcpdump Command It is a command-line network sniffer & used to capture and analyze TCP/IP …
Read more “How to Install & Configure Network Packet Analyzers(Sniffer) in Linux.”
How to configure DNS Lookup Utilities in Linux.
In Linux,we have multiples command & tools to find the IP address of a certain domain name. The outputs will include the IP addresses in the DNS records received from the name servers.DNS Lookup provides information about specified domain records as well as information about DNS entries. DNS Lookup Utilities host Command: It is a …
How to Scan and Analysis the network performance in Linux.
A network scanner is a tool or application that scans the network for the security mis-configurations in the network devices. The network scanner tool also detects and categorizes all devices in a network by their IPs, MAC addresses, vendor & port.It helps to detect all the active hosts & checks all the network’s vulnerability. We …
Read more “How to Scan and Analysis the network performance in Linux.”
How to Configure,Troubleshoot and Debug the network in linux.
In Linux we have multiple commands to configure, troubleshoot & debugging the network by using command line interface. We have facing multiple issues is system like issue in creating, modification, configuration & installation. The system administration have permission to troubleshoot & debug the problems. Network troubleshooting is a form of problem solving & used to identify, …
Read more “How to Configure,Troubleshoot and Debug the network in linux.”