When we use the Terminal on Linux, the most common thing is that we are connected with a user without many privileges, and in many cases the need arises to use the root user. Therefore, we use “sudo” to get some magic, and the problem is that if we want to use it directly in the most modern systems...
Latest content
How to continuously ping on Windows CMD or PowerShell
When we need to use the ping command, it is usually to inspect the performance or stability of our network, or it could also be because we want to see the latency between our equipment and a remote server or computer. But whatever the case if we use it in Windows, with any version this command from...