Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

cli check what is listening on port

lsof -i tcp:53 #Check what is listening on port 53
lsof -t -i tcp:53 #Return the process PID listening on port 53
Comment

PREVIOUS NEXT
Code Example
Shell :: generate key and certificate openssl 
Shell :: archive tar 
Shell :: git blame before specific commit 
Shell :: jupyter sagemath kernel 
Shell :: rollback git 
Shell :: svelte install 
Shell :: linux create user 
Shell :: Installing mongodb over ubuntu 22.04 
Shell :: rmdir: failed to remove ‘’: Directory not empty 
Shell :: bash get time milliseconds 
Shell :: nuget package manager console reinstall all 
Shell :: where is global config file for git 
Shell :: wasm pack install 
Shell :: a script that compiles a C file but does not link 
Shell :: cargo add command not found 
Shell :: iwconfig command not found 
Shell :: unmount nfs 
Shell :: install python for latex with dependencies 
Shell :: How to push code to your github repository using token authentication 
Shell :: how to set up git for github 
Shell :: replace substring in shell 
Shell :: systemctl status apache2.service 
Shell :: install cv2 
Shell :: install curl ubuntu 
Shell :: nvm zsh command not found 
Shell :: how to push forcefully in github 
Shell :: install tailwindcss nodejs 
Shell :: git cherry pick resolve conflict 
Shell :: linux bin to iso 
Shell :: dpkg: error processing archive /var/cache/apt/archives/atftpd_0.7.git20210915- 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =