cmd Flashcards
1
Q
clear console in cmd
A
cls
2
Q
open settings in cmd
A
start ms-settings:
3
Q
find if ports in use in cmd
A
netstat -ano | findstr 8111
4
Q
kill processes that uses port in cmd windows
A
taskkill /F /pid 6684 ← (it pid not port)
5
Q
Close and open your terminal window for the installation to take effect [Linux]
A
source ~/.bashrc