Bishal44 / Shell_Scripts

shell scripts to automate small daily activity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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```

About

shell scripts to automate small daily activity

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%