Linux command: pidof pidof - find the process ID (PID) of a running program [using its name]. Kill openvpn process root@T420:~# pidof openvpn 41 root@T420:~# kill -15 $(pidof openvpn) Labels Linux
Linux command: ss - socket statistics ss is another utility to investigate sockets. It can display more TCP and state information than other tools. Read more
GitHub CLI GitHub CLI brings GitHub to your terminal. Free and open source. Official website: https://cli.github.com Read more