General

Useful Commands in a terminal/cmd prompt

Useful Commands

Here are few commands for Stop execution.

To stop execution of a command in the middle of a process..
On Linux terminal, Press Ctrl+Z. It will stop the execution..
On SQL terminal, Press Ctrl+C. It will stop the execution..
On Windows cmd(command prompt) terminal, Press Pause/Break button.

it stops the execution..

The following commands helps you to fix internet connectivity problem,

open cmd prompt as administrator. Below shows screenshot of opening cmd prompt as Administrator on windows 10.

commands

and now run these command

ipconfig /flushdns
ipconfig /registerdns
netsh

netsh>winsock reset

Now restart PC, you can see Internet problem fixed.

You may be also interested in following

 

 

Leave a Reply

Your email address will not be published.