ifconfig – POFTUT

What Is My MAC Address Of Network Interface On Windows Or Linux?

What Is My MAC Address Of Network Interface On Windows Or Linux?

MAC Address is used to identify a Network Interface Card uniquely in a layer 2 network. This address is used to transfer files between default gateway and host or computer. In this tutorial, we will learn how to find a MAC address from command-line or GUI in operating systems like Windows and Linux. Display Mac … Read more

How To Get Linux Network IP Address In Different Ways ?

We can determine Linux system IP address in different ways. IP address is used to communicate over network and can be get and set in different ways. In this tutorial we will use Ubuntu distribution but given examples and commands will work for all of the different Linux distribution like Fedora, CentOS, Debian, Kali, Mint, … Read more

How To Install VMware Tools To The Linux Debian, Ubuntu, Kali, Mint, Fedora, CentOS, RHEL Distributions

VMware is one of the best virtualization company. Especially in the desktop based virtualization it provides far more features than its competitors. VMware provides some tools to make virtualization experience more smooth. These tools are called VMware Tools. In this tutorial we will look how to install these tools into Linux distributions like Debian, Ubuntu, … Read more

ifconfig Command – Linux Network Management With Examples

ifconfig command is a very old and popular tool used to manage Linux, Unix, BSD systems network. Current this command alternative is IP tools commands but ifconfig popularity remains. Ifconfig command can create an interface, network address, link or interface up, link or interface down, etc. We will look in this tutorial popular features and … Read more

How To Check If Port Is Open In Linux?

I have some servers and I want to check which ports are open. Open ports give clue about the load and security about the system. Open ports mean there is services running on the server and clients are using these so a load of this system is generally higher than other servers. Open ports can … Read more