CentOS useful commands
To get your CentOS version type:
cat /etc/redhat-release
To update all your CentOS packages at once:
yum update
To install nslookup, dig and other network utilities:
yum install bind-utils -y
To get your CentOS version type:
cat /etc/redhat-release
To update all your CentOS packages at once:
yum update
To install nslookup, dig and other network utilities:
yum install bind-utils -y