Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

nc http server

while true; do 
  echo -e "HTTP/1.1 200 OK

 $(date)" | nc -l -p 1500 -q 1
done
Comment

PREVIOUS NEXT
Code Example
Shell :: linux run task in background 
Shell :: docker nodejs 
Shell :: doe snot appear to be a git repository 
Shell :: gem install to a different directory linux 
Shell :: execute previous command linux 
Shell :: how to remove bin folder from git 
Shell :: run bat file 
Shell :: Download and install minikube 
Shell :: check mtu size linux 
Shell :: vim set color scheme in vimrc 
Shell :: kill docker 
Shell :: git create local branch 
Shell :: install react Spinner 
Shell :: git cherry pick example 
Shell :: centos 8 force update ip address 
Shell :: git set upstream always 
Shell :: git create new branch with uncommitted changes 
Shell :: git add ssh key 
Shell :: the git repository has too many active changes, only a subset of git features will be enabled. 
Shell :: install pgadmin 
Shell :: rename file powershell 
Shell :: Failed to connect to repository : Error performing git command: git ls-remote -h 
Shell :: how to host angular on github 
Shell :: npm install sql 
Shell :: remove a file in ubuntu 
Shell :: kubectl install 
Shell :: linux cp 
Shell :: move linux 
Shell :: delete branch gitlab 
Shell :: scp folder copy 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =