Locate Files With Names Matching A Regexp
You can use locate to find files with name that matches a said regexp…
locate -i -r '\.jpg$'
You can use locate to find files with name that matches a said regexp…
locate -i -r '\.jpg$'
The DNS servers are in the /etc/resolv.conf file – cat it to find what they are. You can edit to too – just edit the file…
cat /etc/resolv.conf
Lookup hostname to resolve name to ip address and viceversa
nslookup www.example.com