Skip to Content

David Cao

David is a Cloud & DevOps Enthusiast. He has years of experience as a Linux engineer. He had working experience in AMD, EMC. He likes Linux, Python, bash, and more. He is a technical blogger and a Software Engineer. He enjoys sharing his learning and contributing to open-source.

The /etc/resolv.conf file is a configuration file used by the Linux operating system to store information about Domain Name System (DNS) servers. This file contains a list of DNS server addresses, as well as other options that control how DNS resolution works on your system. In this blog post, we will discuss the contents of …

Read More about Understanding /etc/resolv.conf file in Linux

In Linux, a repository is a collection of software packages that are available for installation on your system. Think of it as an app store for Linux systems. Repositories make it easier to find, install and update applications, without having to manually compile the source code. In this article, we’ll explain how to list the …

Read More about How to list repository in Linux

Are you tired of constantly struggling with network connectivity issues and not being able to identify the root cause? Look no further than the ‘ip addr’ command! This powerful command allows you to view and manipulate your network interfaces, providing crucial information such as IP addresses, netmasks, and broadcast addresses. If you’re unfamiliar with this …

Read More about 2 ways to use Linux ip addr command

The “ip” command is a Linux command used to configure and manage network interfaces on a Linux system. It can be used to set various network interface parameters, such as IP addresses, netmasks, and gateway addresses. It can also be used to display information about the current network configuration, including IP addresses, netmasks, and the …

Read More about 4 ways to fix ip: command not found