/Shell_Scripts

shell scripts to automate small daily activity

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Shell_Scripts

shell scripts to automate small daily activity

##find service by port

source

with this method you can find which process is running on specific port

paste source into your .bashrc or .bash_alias

then run the below command

check 5000
COMMAND   PID USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
Python    95429  Dell  217u  IPv6 0xe5tab40cfb482b67      0t0  TCP *:http-alt (LISTEN)

``` Second script install salt minion in Debian based all system like Ubuntu ,pop os, mint etc```