Linux

ping command

Jun 3,93

ping (Packet Internet Groper) is the most commonly used tool for troubleshooting a network, included with most operating systems. It is …

Read More

Configure hostname

Jun 3,93

You can change the hostname of your Linux system using the hostname command: However, the hostname configured this way is …

Read More

/etc/hosts file

Jun 3,93

If you don’t want to use a DNS server for name resolution, you can use the /etc/hosts file for the …

Read More

Configure DNS settings

Jun 3,93

To enable name resolution, you need to configure your Linux system to use DNS servers. To do this in Ubuntu, …

Read More

Configure DHCP client on Ubuntu

Jun 3,93

To configure your Ubuntu distribution to be a DHCP client, you need to modify the /etc/network/interfaces file. You will need …

Read More

Configure a static IP address in Ubuntu

Jun 3,93

You can use the ifconfig command to configure the IP address in Ubuntu. However, the IP address configured this way is not …

Read More
Geek University 2022