01Jul 6, 2023/1 minFind process using a portyou can execute the following cmd to find the process which occupies a specific port in linux. Copy sudo lsof -i :<port_number> -t | xargs ps -o pid,user,cmd -pbashcmdline
02Feb 5, 2021/1 minLocal aliases using zen aliasesWe can configure aliases very easily in bash or zsh. but those aliases are global to all directory. sometimes we need aliases or commands…cmdlinezshbash
03Jun 9, 2019/2 minBetter cmdlineEvery programmer searches for some files more than he breathes in his life. Sometimes it is very daunting to navigate deeply nested folder…cmdlineitermbash