“Command not found” is an error message that is displayed in the terminal when the shell is unable to locate an executable file or command that you...
There could be many different reasons for an unexpected reboot of a Linux server. Here is one step-by-step troubleshooting case: check the server...
In this blog post, we will discuss how to monitor your network bandwidth usage in Linux using a custom script. Network monitoring is an essential task...
In this blog post, we will discuss how to check the size of a file in Linux using the du command. This is a very handy command that can be used for a...
For private ip address reference: 3 Easy Ways to Find IP address in Linux To show the interfaces of the system : ip address show lo is the loopback...
We can use ping, nslookup and dig to get a website's IP: $ ping google.com PING google.com((2607:f8b0:4006:819::200e)) 56 data bytes $ nslookup...